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
4 changes: 2 additions & 2 deletions tests/expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ 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_JMX-EXPORTER_IMAGE_TAG: "1.1.0"
SERVICE_PRINT_CONTAINER_PRINT_IMAGE_TAG: "3.30"
---
# Source: mapfish-print/charts/print/templates/configmap.yaml
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:1.1.0"
imagePullPolicy: IfNotPresent
terminationMessagePolicy: FallbackToLogsOnError
resources:
Expand Down
2 changes: 1 addition & 1 deletion 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: 1.1.0
command:
- /bin/bash
- -c
Expand Down