diff --git a/base/local-path-provisionner/kustomization.yaml b/base/local-path-provisionner/kustomization.yaml new file mode 100644 index 0000000..9237b3a --- /dev/null +++ b/base/local-path-provisionner/kustomization.yaml @@ -0,0 +1,6 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: + - github.com/rancher/local-path-provisioner/deploy?ref=v0.0.23 + diff --git a/base/postgresql/kustomization.yaml b/base/postgresql/kustomization.yaml index 184631d..2dd7e62 100644 --- a/base/postgresql/kustomization.yaml +++ b/base/postgresql/kustomization.yaml @@ -4,7 +4,7 @@ namespace: postgresql-operator resources: - namespace.yaml - - github.com/zalando/postgres-operator/manifests - - github.com/zalando/postgres-operator/ui/manifests + - github.com/zalando/postgres-operator/manifests?ref=v1.9.0 + - github.com/zalando/postgres-operator/ui/manifests?ref=v1.9.0 diff --git a/base/redis/kustomization.yaml b/base/redis/kustomization.yaml index a2ca616..218d67e 100644 --- a/base/redis/kustomization.yaml +++ b/base/redis/kustomization.yaml @@ -4,5 +4,5 @@ namespace: redis-operator resources: - namespace.yaml - - github.com/spotahome/redis-operator/manifests/kustomize/overlays/default + - github.com/spotahome/redis-operator/manifests/kustomize/overlays/default?ref=v1.2.4