Skip to content

Commit 32336e5

Browse files
Update all minor versions
1 parent 9f2d786 commit 32336e5

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pre-commit==3.7.1
1+
pre-commit==3.8.0

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ repos:
2222
- id: trailing-whitespace
2323
- id: mixed-line-ending
2424
- repo: https://github.com/sbrunner/hooks
25-
rev: 1.0.0
25+
rev: 1.2.1
2626
hooks:
2727
- id: copyright
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.3.0
29+
rev: v2.4.1
3030
hooks:
3131
- id: codespell
3232
exclude: |-
@@ -50,7 +50,7 @@ repos:
5050
hooks:
5151
- id: git-check
5252
- repo: https://github.com/python-jsonschema/check-jsonschema
53-
rev: 0.29.2
53+
rev: 0.31.1
5454
hooks:
5555
- id: check-github-workflows
5656
- id: check-jsonschema
@@ -66,7 +66,7 @@ repos:
6666
hooks:
6767
- id: ripsecrets
6868
- repo: https://github.com/camptocamp/helm-common
69-
rev: 2.0.1
69+
rev: 2.1.1
7070
hooks:
7171
- id: helm-template-gen
7272
files: |-
@@ -79,7 +79,7 @@ repos:
7979
- .
8080
- tests/expected.yaml
8181
- repo: https://github.com/sbrunner/jsonschema-validator
82-
rev: 0.1.0
82+
rev: 0.3.2
8383
hooks:
8484
- id: jsonschema-validator
8585
files: ^ci/config\.yaml$

Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: application
33
repository: https://camptocamp.github.io/helm-application/
4-
version: 2.8.0
5-
digest: sha256:dff8b247e4291ae1c7ce50d4b375b9cbc87d3138a4592f566eade3c216906c4b
6-
generated: "2024-09-24T11:17:37.901999247+02:00"
4+
version: 2.10.0
5+
digest: sha256:f7604824951f0c94b4463b6291082c38eb2f044bd3552c35f33e0e3a87b56088
6+
generated: "2025-02-01T19:40:28.571110289Z"

Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dependencies:
66
- name: application
77
repository: https://camptocamp.github.io/helm-application/
88
alias: print
9-
version: 2.8.0
9+
version: 2.10.0

values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ print:
8888
jmx-exporter:
8989
image:
9090
repository: bitnami/jmx-exporter
91-
tag: 0.18.0
91+
tag: 0.20.0
9292
command:
9393
- /bin/bash
9494
- -c
@@ -112,7 +112,7 @@ print:
112112
print:
113113
image:
114114
repository: camptocamp/mapfish_print
115-
tag: '3.30'
115+
tag: '3.31'
116116
env:
117117
LOG_LEVEL:
118118
value: INFO

0 commit comments

Comments
 (0)