diff --git a/argocd/applications/archive-production/nginx-ingress-application.yaml b/argocd/applications/archive-production/nginx-ingress-application.yaml index 55c441f..73d3634 100644 --- a/argocd/applications/archive-production/nginx-ingress-application.yaml +++ b/argocd/applications/archive-production/nginx-ingress-application.yaml @@ -1,24 +1,24 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: production-ingress-nginx-application namespace: argocd spec: project: default # Todo define a project to limit the deployment types source: - chart: nginx-ingress - repoURL: https://helm.nginx.com/stable - targetRevision: 0.14.1 + chart: ingress-nginx + repoURL: https://kubernetes.github.io/ingress-nginx + targetRevision: 4.2.5 helm: releaseName: ingress-nginx parameters: - - name: "controller.setAsDefaultIngress" + - name: "controller.ingressClassResource.default" value: "true" destination: server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-2mwgb namespace: ingress-nginx syncPolicy: automated: prune: true selfHeal: true allowEmpty: false diff --git a/argocd/applications/nginx-ingress-application.yaml b/argocd/applications/nginx-ingress-application.yaml index 861fbfd..1f8236d 100644 --- a/argocd/applications/nginx-ingress-application.yaml +++ b/argocd/applications/nginx-ingress-application.yaml @@ -1,24 +1,24 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: argocd-ingress-nginx-application namespace: argocd spec: project: default # Todo define a project to limit the deployment types source: - chart: nginx-ingress - repoURL: https://helm.nginx.com/stable - targetRevision: 0.14.1 + chart: ingress-nginx + repoURL: https://kubernetes.github.io/ingress-nginx + targetRevision: 4.2.5 helm: releaseName: ingress-nginx parameters: - - name: "controller.setAsDefaultIngress" + - name: "controller.ingressClassResource.default" value: "true" destination: server: https://kubernetes.default.svc namespace: ingress-nginx syncPolicy: automated: prune: true selfHeal: true allowEmpty: false