FEAT: bump nginx to v4.3.*

This commit is contained in:
Sebastian Mark 2022-10-17 10:36:43 +02:00
parent b0787f5ee9
commit 460c1b2d21

View file

@ -4,7 +4,7 @@ local app = import "../_templates/argocd_app.libsonnet";
app + {
chart:: "ingress-nginx",
repo:: "https://kubernetes.github.io/ingress-nginx",
version:: "4.2.*",
version:: "4.3.*",
values:: |||
defaultBackend:
enabled: true