Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to c2cciutils version 1.6 (CI updates) #146

Merged
merged 2 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
'pre-commit': { enabled: true },
regexManagers: [
{
fileMatch: ['^.pre-commit-config.yaml$'],
fileMatch: ['^\\.pre-commit-config\\.yaml$'],
matchStrings: [" +- '?(?<depName>[^' @=]+)(@|==)(?<currentValue>[^' @=]+)'? # (?<datasource>.+)"],
},
{
fileMatch: ['^ci/config\\\\.yaml$'],
fileMatch: ['^ci/config\\.yaml$'],
matchStrings: [
'.*https://raw\\\\.githubusercontent\\\\.com/(?<depName>[^\\\\s]+)/(?<currentValue>[0-9\\\\.]+)/.*',
'.*https://raw\\.githubusercontent\\.com/(?<depName>[^\\s]+)/(?<currentValue>[0-9\\.]+)/.*',
],
datasourceTemplate: 'github-tags',
},
Expand Down
7 changes: 7 additions & 0 deletions .github/spell-ignore-words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
fullname
sha
Kubernetes
ConfigMap
valueFrom
mountPath
devicePath
3 changes: 3 additions & 0 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
${{ github.repository }}
--github-release-update
--cache-path=/cache
--skip-from=dependabot-preview[bot]
--skip-from=dependabot[bot]
--skip-from=renovate[bot]
-v
env:
AEON_AUTOMATION_GH_TOKEN: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,11 @@ repos:
hooks:
- id: jsonschema-validator
files: ^ci/config\.yaml$
- repo: https://github.com/mheap/json-schema-spell-checker
rev: master
hooks:
- id: json-schema-spell-checker
files: ^values\.schema\.json$
args:
- --fields=description,title
- --spelling=.github/spell-ignore-words.txt
12 changes: 6 additions & 6 deletions values.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- **`serviceName`**: Refer to _[#/definitions/serviceName](#definitions/serviceName)_.
- **`releaseTrunc`**: Refer to _[#/definitions/releaseTrunc](#definitions/releaseTrunc)_.
- **`prefixTrunc`**: Refer to _[#/definitions/prefixTrunc](#definitions/prefixTrunc)_.
- **`metadata`** _(boolean)_: Create a Config Map to expose some metadata about the chart.
- **`metadata`** _(boolean)_: Create a ConfigMap to expose some metadata about the chart.
- **`ingress`** _(object)_: Cannot contain additional properties.
- **`enabled`** _(boolean)_: Enable the Ingress.
- **`nameOverride`**: Refer to _[#/definitions/nameOverride](#definitions/nameOverride)_.
Expand Down Expand Up @@ -54,7 +54,7 @@
- **`nodeSelector`**: Refer to _[#/definitions/nodeSelector](#definitions/nodeSelector)_.
- **`replicaCount`** _(integer)_: The number of replicas.
- **`volumes`** _(object)_: The volumes configuration, the key is the name of the volume.
- **`initContainers`** _(object)_: The init containers configuration. Can contain additional properties.
- **`initContainers`** _(object)_: The initialization containers configuration. Can contain additional properties.
- **Additional Properties** _(object)_: Cannot contain additional properties.
- **`image`**: Refer to _[#/definitions/image](#definitions/image)_.
- **`env`**: Refer to _[#/definitions/env](#definitions/env)_.
Expand All @@ -79,7 +79,7 @@
- **`ingress`** _(object)_: Cannot contain additional properties.
- **`enabled`** _(boolean)_: Enable the ingress for this service.
- **`path`** _(string)_: The path of the ingress.
- **`service`** _(object)_: The kubernetes service configuration. Cannot contain additional properties.
- **`service`** _(object)_: The Kubernetes service configuration. Cannot contain additional properties.
- **`name`** _(string)_: The name of the service.
- **`type`** _(string)_: The type of the service. Default: `"ClusterIP"`.
- **`servicePort`** _(integer)_: The port of the service. Default: `80`.
Expand All @@ -95,7 +95,7 @@
- <a id="definitions/nameOverride"></a>**`nameOverride`** _(string)_: [helm-common] Override the name.
- <a id="definitions/fullnameOverride"></a>**`fullnameOverride`** _(string)_: [helm-common] Override the fullname.
- <a id="definitions/releaseTrunc"></a>**`releaseTrunc`** _(integer)_: [helm-common] The release trunk length. Default: `20`.
- <a id="definitions/prefixTrunc"></a>**`prefixTrunc`** _(integer)_: [helm-common] The prefix trunk length (release anf chart name). Default: `40`.
- <a id="definitions/prefixTrunc"></a>**`prefixTrunc`** _(integer)_: [helm-common] The prefix trunk length (release and chart name). Default: `40`.
- <a id="definitions/serviceAccount"></a>**`serviceAccount`** _(object)_: [helm-common] Service account configuration. Cannot contain additional properties.
- **`create`** _(boolean)_: Create a service account.
- **`name`** _(string)_: Name of the service account.
Expand All @@ -104,7 +104,7 @@
- <a id="definitions/globalImage"></a>**`globalImage`** _(object)_: [helm-common] global image configuration. Cannot contain additional properties.
- **`pullPolicy`** _(string)_: Image pull policy.
- **`pullSecrets`** _(array)_: Image pull secrets.
- <a id="definitions/configMapNameOverride"></a>**`configMapNameOverride`** _(object)_: [helm-common] global: Used to be able to globally override the name of the config map. Can contain additional properties.
- <a id="definitions/configMapNameOverride"></a>**`configMapNameOverride`** _(object)_: [helm-common] global: Used to be able to globally override the name of the ConfigMap. Can contain additional properties.
- **Additional Properties** _(string)_
- <a id="definitions/labels"></a>**`labels`** _(object)_: [helm-common] Pod labels. Can contain additional properties.
- **Additional Properties** _(string)_
Expand Down Expand Up @@ -145,7 +145,7 @@
- <a id="definitions/resources"></a>**`resources`** _(object)_: [helm-common] Container: The container resources.
- <a id="definitions/command"></a>**`command`** _(array)_: Container: The container command.
- **Items** _(string)_
- <a id="definitions/args"></a>**`args`** _(array)_: Container: The container args.
- <a id="definitions/args"></a>**`args`** _(array)_: Container: The container arguments.
- **Items** _(string)_
- <a id="definitions/volumeMounts"></a>**`volumeMounts`** _(object)_: Container: Volume mounts, the key is the mountPath of the volume.
- <a id="definitions/volumeDevices"></a>**`volumeDevices`** _(object)_: Container: Volume devices, the key is the devicePath of the volume.
12 changes: 6 additions & 6 deletions values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"prefixTrunc": {
"type": "integer",
"description": "[helm-common] The prefix trunk length (release anf chart name)",
"description": "[helm-common] The prefix trunk length (release and chart name)",
"default": 40
},
"serviceAccount": {
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"configMapNameOverride": {
"type": "object",
"description": "[helm-common] global: Used to be able to globally override the name of the config map",
"description": "[helm-common] global: Used to be able to globally override the name of the ConfigMap",
"additionalProperties": {
"type": "string"
}
Expand Down Expand Up @@ -228,7 +228,7 @@
},
"args": {
"type": "array",
"description": "Container: The container args",
"description": "Container: The container arguments",
"items": { "type": "string" }
},
"volumeMounts": {
Expand Down Expand Up @@ -275,7 +275,7 @@
},
"metadata": {
"type": "boolean",
"description": "Create a Config Map to expose some metadata about the chart"
"description": "Create a ConfigMap to expose some metadata about the chart"
},
"ingress": {
"type": "object",
Expand Down Expand Up @@ -418,7 +418,7 @@
},
"initContainers": {
"type": "object",
"description": "The init containers configuration",
"description": "The initialization containers configuration",
"additionalProperties": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -509,7 +509,7 @@
},
"service": {
"type": "object",
"description": "The kubernetes service configuration",
"description": "The Kubernetes service configuration",
"additionalProperties": false,
"properties": {
"name": {
Expand Down
Loading