Skip to content
Open
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
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
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024, Camptocamp SA
Copyright (c) 2024-2025, Camptocamp SA
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
8 changes: 4 additions & 4 deletions tests/expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ data:
SERVICE_NOT-ALLOWED_NAME: example-print-not-allowed
SERVICE_NOT-ALLOWED_CONTAINER_NOT-ALLOWED_IMAGE_TAG: "master"
SERVICE_PRINT_NAME: example-print-print
SERVICE_PRINT_CONTAINER_JMX-EXPORTER_IMAGE_TAG: "0.18.0"
SERVICE_PRINT_CONTAINER_PRINT_IMAGE_TAG: "3.30"
SERVICE_PRINT_CONTAINER_JMX-EXPORTER_IMAGE_TAG: "0.20.0"
SERVICE_PRINT_CONTAINER_PRINT_IMAGE_TAG: "3.31"
---
# Source: mapfish-print/charts/print/templates/configmap.yaml
apiVersion: v1
Expand Down Expand Up @@ -271,7 +271,7 @@ spec:
securityContext:
runAsNonRoot: true
runAsUser: 33
image: "bitnami/jmx-exporter:0.18.0"
image: "bitnami/jmx-exporter:0.20.0"
imagePullPolicy: IfNotPresent
terminationMessagePolicy: FallbackToLogsOnError
resources:
Expand All @@ -297,7 +297,7 @@ spec:
securityContext:
runAsNonRoot: true
runAsUser: 33
image: "camptocamp/mapfish_print:3.30"
image: "camptocamp/mapfish_print:3.31"
imagePullPolicy: IfNotPresent
env:
- name: "CATALINA_CACHEDURATION"
Expand Down
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