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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Changed: stop pinning the ingress-nginx controller and webhook image tags in example values so the chart uses the upstream defaults
2 changes: 0 additions & 2 deletions values/ingress-nginx-controller/demo-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ ingress-nginx:
service:
type: NodePort
image:
tag: "v1.10.6"
digest: ""
digestChroot: ""
admissionWebhooks:
patch:
image:
tag: "v20220916-gd32f8c343"
digest: ""

# Enable prometheus operator to scrape metrics from the ingress-nginx controller with servicemonitor.
Expand Down
2 changes: 0 additions & 2 deletions values/ingress-nginx-controller/load-balancer.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
ingress-nginx:
controller:
image:
tag: "v1.10.6"
digest: ""
digestChroot: ""
admissionWebhooks:
patch:
image:
tag: "v20220916-gd32f8c343"
digest: ""
# Enable prometheus operator to scrape metrics from the ingress-nginx controller with servicemonitor.
metrics:
Expand Down
4 changes: 1 addition & 3 deletions values/ingress-nginx-controller/prod-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ ingress-nginx:
service:
type: NodePort
image:
tag: "v1.10.6"
digest: ""
digestChroot: ""
admissionWebhooks:
patch:
image:
tag: "v20220916-gd32f8c343"
digest: ""
# Enable prometheus operator to scrape metrics from the ingress-nginx controller with servicemonitor.
metrics:
enabled: false
serviceMonitor:
enabled: false
enabled: false
Loading