From c14cabc1c9713810e5b766e982aaa470a6657204 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Tue, 12 May 2020 07:50:45 +0300 Subject: [PATCH] Update kustomize-controller to v0.0.1-alpha.9 --- manifests/bases/kustomize-controller/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/bases/kustomize-controller/kustomization.yaml b/manifests/bases/kustomize-controller/kustomization.yaml index 93120e4a..83a77d54 100644 --- a/manifests/bases/kustomize-controller/kustomization.yaml +++ b/manifests/bases/kustomize-controller/kustomization.yaml @@ -1,5 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- github.com/fluxcd/kustomize-controller/config//crd?ref=v0.0.1-alpha.8 -- github.com/fluxcd/kustomize-controller/config//manager?ref=v0.0.1-alpha.8 +- github.com/fluxcd/kustomize-controller/config//crd?ref=v0.0.1-alpha.9 +- github.com/fluxcd/kustomize-controller/config//manager?ref=v0.0.1-alpha.9