We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b2351 commit 2edf2e1Copy full SHA for 2edf2e1
tests/expected.yaml
@@ -74,7 +74,7 @@ data:
74
SERVICE_NOT-ALLOWED_NAME: example-print-not-allowed
75
SERVICE_NOT-ALLOWED_CONTAINER_NOT-ALLOWED_IMAGE_TAG: "master"
76
SERVICE_PRINT_NAME: example-print-print
77
- SERVICE_PRINT_CONTAINER_JMX-EXPORTER_IMAGE_TAG: "0.18.0"
+ SERVICE_PRINT_CONTAINER_JMX-EXPORTER_IMAGE_TAG: "1.1.0"
78
SERVICE_PRINT_CONTAINER_PRINT_IMAGE_TAG: "3.30"
79
---
80
# Source: mapfish-print/charts/print/templates/configmap.yaml
@@ -271,7 +271,7 @@ spec:
271
securityContext:
272
runAsNonRoot: true
273
runAsUser: 33
274
- image: "bitnami/jmx-exporter:0.18.0"
+ image: "bitnami/jmx-exporter:1.1.0"
275
imagePullPolicy: IfNotPresent
276
terminationMessagePolicy: FallbackToLogsOnError
277
resources:
0 commit comments