Skip to content
Open
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
5 changes: 4 additions & 1 deletion system/kube-system-metal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ ingress:

ingress-nginx:
controller:
image:
registry: keppel.global.cloud.sap/ccloud

# Snippet annotations are disabled to prevent unauthorized access to secrets.
# See https://github.com/kubernetes/ingress-nginx/issues/7837 .
allowSnippetAnnotations: false
Expand All @@ -88,7 +91,7 @@ ingress-nginx:
defaultBackend:
image:
image: ingress-nginx/nginx-errors
tag: 1.3.0
tag: v1.15.0
extraVolumes:
- name: custom-error-pages
configMap:
Expand Down