Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/redisoperator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appVersion: 1.3.0
apiVersion: v1
description: A Helm chart for the Spotahome Redis Operator
name: redis-operator
version: 3.3.0
version: 3.3.1
home: https://github.com/spotahome/redis-operator
keywords:
- "golang"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
{{- with .Values.crds.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
controller-gen.kubebuilder.io/version: (devel)
creationTimestamp: null
name: redisfailovers.databases.spotahome.com
Expand Down
8 changes: 0 additions & 8 deletions charts/redisoperator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,4 @@ tolerations: []

affinity: {}

# CRDs configuration
crds:
# -- Additional CRDs annotations
annotations: {}
# argocd.argoproj.io/sync-options: Replace=true
# strategy.spinnaker.io/replace: 'true'

priorityClassName: ""