diff --git a/controller/kustomization.yml b/controller/kustomization.yml index e58ed53..942aaf8 100644 --- a/controller/kustomization.yml +++ b/controller/kustomization.yml @@ -27,6 +27,6 @@ generatorOptions: images: - name: nginx-controller newName: registry.k8s.io/ingress-nginx/controller - newTag: "v1.9.2" + newTag: "v1.9.3" ...