Skip to content

Commit bad3789

Browse files
Apply pre-commit fix
From the artifact of the previous workflow run
1 parent 32336e5 commit bad3789

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024, Camptocamp SA
1+
Copyright (c) 2024-2025, Camptocamp SA
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

tests/expected.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ data:
7474
SERVICE_NOT-ALLOWED_NAME: example-print-not-allowed
7575
SERVICE_NOT-ALLOWED_CONTAINER_NOT-ALLOWED_IMAGE_TAG: "master"
7676
SERVICE_PRINT_NAME: example-print-print
77-
SERVICE_PRINT_CONTAINER_JMX-EXPORTER_IMAGE_TAG: "0.18.0"
78-
SERVICE_PRINT_CONTAINER_PRINT_IMAGE_TAG: "3.30"
77+
SERVICE_PRINT_CONTAINER_JMX-EXPORTER_IMAGE_TAG: "0.20.0"
78+
SERVICE_PRINT_CONTAINER_PRINT_IMAGE_TAG: "3.31"
7979
---
8080
# Source: mapfish-print/charts/print/templates/configmap.yaml
8181
apiVersion: v1
@@ -271,7 +271,7 @@ spec:
271271
securityContext:
272272
runAsNonRoot: true
273273
runAsUser: 33
274-
image: "bitnami/jmx-exporter:0.18.0"
274+
image: "bitnami/jmx-exporter:0.20.0"
275275
imagePullPolicy: IfNotPresent
276276
terminationMessagePolicy: FallbackToLogsOnError
277277
resources:
@@ -297,7 +297,7 @@ spec:
297297
securityContext:
298298
runAsNonRoot: true
299299
runAsUser: 33
300-
image: "camptocamp/mapfish_print:3.30"
300+
image: "camptocamp/mapfish_print:3.31"
301301
imagePullPolicy: IfNotPresent
302302
env:
303303
- name: "CATALINA_CACHEDURATION"

0 commit comments

Comments
 (0)