diff --git a/manifests/bases/helm-controller/kustomization.yaml b/manifests/bases/helm-controller/kustomization.yaml index 9434b86e..af58fe99 100644 --- a/manifests/bases/helm-controller/kustomization.yaml +++ b/manifests/bases/helm-controller/kustomization.yaml @@ -1,8 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- github.com/fluxcd/helm-controller/config//crd?ref=v0.0.8 -- github.com/fluxcd/helm-controller/config//manager?ref=v0.0.8 +- https://github.com/fluxcd/helm-controller/archive/v0.0.8.zip//helm-controller-0.0.8/config/crd +- https://github.com/fluxcd/helm-controller/archive/v0.0.8.zip//helm-controller-0.0.8/config/manager patchesJson6902: - target: group: apps diff --git a/manifests/bases/kustomize-controller/kustomization.yaml b/manifests/bases/kustomize-controller/kustomization.yaml index c792520e..af6df1e1 100644 --- a/manifests/bases/kustomize-controller/kustomization.yaml +++ b/manifests/bases/kustomize-controller/kustomization.yaml @@ -1,8 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- github.com/fluxcd/kustomize-controller/config//crd?ref=v0.0.12 -- github.com/fluxcd/kustomize-controller/config//manager?ref=v0.0.12 +- https://github.com/fluxcd/kustomize-controller/archive/v0.0.12.zip//kustomize-controller-0.0.12/config/crd +- https://github.com/fluxcd/kustomize-controller/archive/v0.0.12.zip//kustomize-controller-0.0.12/config/manager patchesJson6902: - target: group: apps diff --git a/manifests/bases/notification-controller/kustomization.yaml b/manifests/bases/notification-controller/kustomization.yaml index c11b6bba..dd65b59c 100644 --- a/manifests/bases/notification-controller/kustomization.yaml +++ b/manifests/bases/notification-controller/kustomization.yaml @@ -1,5 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- github.com/fluxcd/notification-controller/config//crd?ref=v0.0.10 -- github.com/fluxcd/notification-controller/config//manager?ref=v0.0.10 +- https://github.com/fluxcd/notification-controller/archive/v0.0.10.zip//notification-controller-0.0.10/config/crd +- https://github.com/fluxcd/notification-controller/archive/v0.0.10.zip//notification-controller-0.0.10/config/manager \ No newline at end of file diff --git a/manifests/bases/source-controller/kustomization.yaml b/manifests/bases/source-controller/kustomization.yaml index 48b8de29..7e311455 100644 --- a/manifests/bases/source-controller/kustomization.yaml +++ b/manifests/bases/source-controller/kustomization.yaml @@ -1,8 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- github.com/fluxcd/source-controller/config//crd?ref=v0.0.16 -- github.com/fluxcd/source-controller/config//manager?ref=v0.0.16 +- https://github.com/fluxcd/source-controller/archive/v0.0.16.zip//source-controller-0.0.16/config/crd +- https://github.com/fluxcd/source-controller/archive/v0.0.16.zip//source-controller-0.0.16/config/manager patchesJson6902: - target: group: apps