fix(minio-operator): lock operator version
This commit is contained in:
parent
66dae7eee1
commit
7a26298154
|
@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
|
||||
bases:
|
||||
- ./calico
|
||||
- ./metallb
|
||||
- https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
|
||||
- ./postgresql
|
||||
|
|
|
@ -7,7 +7,7 @@ commonAnnotations:
|
|||
operator.min.io/support: "https://subnet.min.io"
|
||||
|
||||
resources:
|
||||
- github.com/minio/operator/resources
|
||||
- github.com/minio/operator/resources?ref=v4.5.8
|
||||
|
||||
configurations:
|
||||
- ./configurations/tenants.minio.min.io.yaml
|
||||
- ./configurations/tenants.minio.min.io.yaml
|
||||
|
|
Loading…
Reference in New Issue