2 Commits

Author SHA1 Message Date
524b9af107 feat: add dragonfly operator v1.11.1 2025-07-31 11:55:14 +02:00
95ac4d347f feat(base): updating olm operator version 2025-02-10 10:13:03 +01:00
3 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.11/manifests/dragonfly-operator.yaml

View File

@ -11,4 +11,5 @@ resources:
- ./minio - ./minio
- ./metrics - ./metrics
- ./nginx - ./nginx
- ./dragonfly
#- ./cloudnative-pg-operator #- ./cloudnative-pg-operator

View File

@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.27.0/olm.yaml - https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.31.0/olm.yaml
- resources/mandatory-operators - resources/mandatory-operators