Skip to content

Commit 2edf2e1

Browse files
Apply pre-commit fix
From the artifact of the previous workflow run
1 parent 76b2351 commit 2edf2e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/expected.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ 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"
77+
SERVICE_PRINT_CONTAINER_JMX-EXPORTER_IMAGE_TAG: "1.1.0"
7878
SERVICE_PRINT_CONTAINER_PRINT_IMAGE_TAG: "3.30"
7979
---
8080
# Source: mapfish-print/charts/print/templates/configmap.yaml
@@ -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:1.1.0"
275275
imagePullPolicy: IfNotPresent
276276
terminationMessagePolicy: FallbackToLogsOnError
277277
resources:

0 commit comments

Comments
 (0)