Skip to content

Commit

Permalink
Merge pull request #168 from camptocamp/renovate/ci-dependencies
Browse files Browse the repository at this point in the history
Update CI dependencies
  • Loading branch information
sbrunner authored Feb 6, 2024
2 parents e7a8a83 + bbd2bca commit 0bba7f8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Get Date
id: get-date
run: echo "date=$(/bin/date -u "+%Y%m%d%H%M%S")" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: .cache
key: automation-${{ steps.get-date.outputs.date }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
- run: python3 -m pip install --user --requirement=ci/requirements.txt

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ci:

repos:
- repo: https://github.com/sbrunner/jsonschema2md
rev: 1.0.0
rev: 1.1.0
hooks:
- id: jsonschema2md
files: values.schema.json
Expand All @@ -36,7 +36,7 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/sbrunner/hooks
rev: 0.6.0
rev: 0.7.0
hooks:
- id: copyright
- id: workflows-require-timeout
Expand Down Expand Up @@ -66,8 +66,8 @@ repos:
hooks:
- id: prettier
additional_dependencies:
- prettier@3.1.1 # npm
- prettier-plugin-sh@0.13.1 # npm
- prettier@3.2.5 # npm
- prettier-plugin-sh@0.14.0 # npm
- [email protected] # npm
- '@prettier/[email protected]' # npm
- repo: https://github.com/shellcheck-py/shellcheck-py
Expand All @@ -79,7 +79,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.3
rev: 0.28.0
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
c2cciutils[checks,publish]==1.6.13
c2cciutils[checks,publish]==1.6.16
pre-commit==3.6.0
20 changes: 10 additions & 10 deletions values.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- **`affinity`**: Refer to _[#/definitions/affinity](#definitions/affinity)_.
- **`nodeSelector`**: Refer to _[#/definitions/nodeSelector](#definitions/nodeSelector)_.
- **`hostGroups`** _(object)_: Can contain additional properties.
- **Additional Properties** _(object)_: Cannot contain additional properties.
- **Additional properties** _(object)_: Cannot contain additional properties.
- **`hosts`** _(array)_
- **Items** _(string)_
- **`tls`** _(object)_: Cannot contain additional properties.
Expand All @@ -40,7 +40,7 @@
- **`affinity`**: Refer to _[#/definitions/affinity](#definitions/affinity)_.
- **`tolerations`**: Refer to _[#/definitions/tolerations](#definitions/tolerations)_.
- **`services`** _(object)_: Can contain additional properties.
- **Additional Properties** _(object)_: Cannot contain additional properties.
- **Additional properties** _(object)_: Cannot contain additional properties.
- **`enabled`** _(boolean)_: Enable this service.
- **`type`** _(string)_: The type of the service. Must be one of: `["Deployment", "StatefulSet", "Job"]`. Default: `"Deployment"`.
- **`name`** _(string)_: The name of the service.
Expand Down Expand Up @@ -81,7 +81,7 @@
- **`volumeClaimTemplates`** _(array)_: The volume claim templates, the key is the name of the volume claim template.
- **`volumes`** _(object)_: The volumes configuration, the key is the name of the volume.
- **`initContainers`** _(object)_: The initialization containers configuration. Can contain additional properties.
- **Additional Properties** _(object)_: Cannot contain additional properties.
- **Additional properties** _(object)_: Cannot contain additional properties.
- **`image`**: Refer to _[#/definitions/image](#definitions/image)_.
- **`env`**: Refer to _[#/definitions/env](#definitions/env)_.
- **`resources`**: Refer to _[#/definitions/resources](#definitions/resources)_.
Expand All @@ -90,7 +90,7 @@
- **`volumeMounts`**: Refer to _[#/definitions/volumeMounts](#definitions/volumeMounts)_.
- **`volumeDevices`**: Refer to _[#/definitions/volumeDevices](#definitions/volumeDevices)_.
- **`containers`** _(object)_: The containers configuration. Can contain additional properties.
- **Additional Properties** _(object)_: Cannot contain additional properties.
- **Additional properties** _(object)_: Cannot contain additional properties.
- **`image`**: Refer to _[#/definitions/image](#definitions/image)_.
- **`env`**: Refer to _[#/definitions/env](#definitions/env)_.
- **`resources`**: Refer to _[#/definitions/resources](#definitions/resources)_.
Expand Down Expand Up @@ -131,15 +131,15 @@
- **`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 ConfigMap. Can contain additional properties.
- **Additional Properties** _(string)_
- **Additional properties** _(string)_
- <a id="definitions/labels"></a>**`labels`** _(object)_: [helm-common] Pod labels. Can contain additional properties.
- **Additional Properties** _(string)_
- **Additional properties** _(string)_
- <a id="definitions/annotations"></a>**`annotations`** _(object)_: [helm-common] Pod annotations. Can contain additional properties.
- **Additional Properties** _(string)_
- **Additional properties** _(string)_
- <a id="definitions/podLabels"></a>**`podLabels`** _(object)_: [helm-common] Labels used only in the Pod definition. Can contain additional properties.
- **Additional Properties** _(string)_
- **Additional properties** _(string)_
- <a id="definitions/podAnnotations"></a>**`podAnnotations`** _(object)_: [helm-common] Annotations used only in the Pod definition. Can contain additional properties.
- **Additional Properties** _(string)_
- **Additional properties** _(string)_
- <a id="definitions/serviceName"></a>**`serviceName`** _(string)_: [helm-common] The name of the service (not Kubernetes service), this will postfix the name.
- <a id="definitions/affinity"></a>**`affinity`** _(object)_: [helm-common] Pod: The used affinity.
- <a id="definitions/tolerations"></a>**`tolerations`** _(array)_: [helm-common] Pod: Tolerations.
Expand All @@ -151,7 +151,7 @@
- **`tag`** _(string)_: Image tag, used if the sha is not defined.
- **`sha`** _(['null', 'string'])_: Image sha.
- <a id="definitions/env"></a>**`env`** _(object)_: [helm-common] Container: Environment variables. Can contain additional properties.
- **Additional Properties**
- **Additional properties**
- **One of**
- _object_
- **`type`** _(string, required)_: Disable the environment variable. Must be one of: `["none"]`.
Expand Down

0 comments on commit 0bba7f8

Please sign in to comment.