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 @@ -75,7 +75,7 @@ data:
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_PRINT_IMAGE_TAG: "4.0"
---
# Source: mapfish-print/charts/print/templates/configmap.yaml
apiVersion: v1
Expand Down Expand Up @@ -297,7 +297,7 @@ spec:
securityContext:
runAsNonRoot: true
runAsUser: 33
image: "camptocamp/mapfish_print:3.30"
image: "camptocamp/mapfish_print:4.0"
imagePullPolicy: IfNotPresent
env:
- name: "CATALINA_CACHEDURATION"
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ print:
print:
image:
repository: camptocamp/mapfish_print
tag: '3.30'
tag: '4.0'
env:
LOG_LEVEL:
value: INFO
Expand Down