apps/dragonfly-operator/kustomization.yaml
Peter Kurfer 7e3db993f9
All checks were successful
Renovate / renovate (push) Successful in 56s
chore: update Dragonfly operator
2024-06-26 20:43:06 +02:00

30 lines
722 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: dragonfly-system
images:
- name: kube-rbac-proxy
newName: gcr.io/kubebuilder/kube-rbac-proxy
newTag: v0.16.0
- name: dragonfly-operator
newName: docker.dragonflydb.io/dragonflydb/operator
newTag: v1.1.4
resources:
- resources/crd/dragonfly.yaml
- resources/namespace.yaml
- resources/rbac/clusterrole.yaml
- resources/rbac/role.yaml
- resources/rbac/serviceaccount.yaml
- resources/rbac/clusterrolebinding.yaml
- resources/rbac/rolebinding.yaml
- resources/deployment.yaml
- resources/service.yaml
labels:
- includeSelectors: true
pairs:
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/part-of: dragonfly-operator