Skip to content

Commit

Permalink
Update all minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 9f2d786 commit 32336e5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit==3.7.1
pre-commit==3.8.0
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/sbrunner/hooks
rev: 1.0.0
rev: 1.2.1
hooks:
- id: copyright
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
exclude: |-
Expand All @@ -50,7 +50,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
rev: 0.31.1
hooks:
- id: check-github-workflows
- id: check-jsonschema
Expand All @@ -66,7 +66,7 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/camptocamp/helm-common
rev: 2.0.1
rev: 2.1.1
hooks:
- id: helm-template-gen
files: |-
Expand All @@ -79,7 +79,7 @@ repos:
- .
- tests/expected.yaml
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.1.0
rev: 0.3.2
hooks:
- id: jsonschema-validator
files: ^ci/config\.yaml$
6 changes: 3 additions & 3 deletions Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: application
repository: https://camptocamp.github.io/helm-application/
version: 2.8.0
digest: sha256:dff8b247e4291ae1c7ce50d4b375b9cbc87d3138a4592f566eade3c216906c4b
generated: "2024-09-24T11:17:37.901999247+02:00"
version: 2.10.0
digest: sha256:f7604824951f0c94b4463b6291082c38eb2f044bd3552c35f33e0e3a87b56088
generated: "2025-02-01T19:40:28.571110289Z"
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dependencies:
- name: application
repository: https://camptocamp.github.io/helm-application/
alias: print
version: 2.8.0
version: 2.10.0
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ print:
jmx-exporter:
image:
repository: bitnami/jmx-exporter
tag: 0.18.0
tag: 0.20.0
command:
- /bin/bash
- -c
Expand All @@ -112,7 +112,7 @@ print:
print:
image:
repository: camptocamp/mapfish_print
tag: '3.30'
tag: '3.31'
env:
LOG_LEVEL:
value: INFO
Expand Down

0 comments on commit 32336e5

Please sign in to comment.