Skip to content

Commit

Permalink
Update chart (triggered by operator helm release 0.1.2)
Browse files Browse the repository at this point in the history
Repository: SAP/redis-operator-helm
Release: 0.1.2
Commit: 9b9e20031f440b343c8d58ec9648dd18ce958a49
  • Loading branch information
1 parent 481e868 commit 86168da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pkg/operator/data/charts/redis-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: v0.1.1
description: A Helm chart for https://github.com/sap/redis-operator
name: redis-operator
description: A Helm chart for https://github.com/sap/redis-operator
type: application
version: 0.1.1
version: 0.1.2
appVersion: v0.1.3
2 changes: 1 addition & 1 deletion pkg/operator/data/charts/redis-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# redis-operator

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.1](https://img.shields.io/badge/AppVersion-v0.1.1-informational?style=flat-square)

A Helm chart for https://github.com/sap/redis-operator

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ metadata:
cert-manager.io/inject-ca-from: {{ .Release.Namespace }}/{{ include "redis-operator.fullname" . }}
{{- end }}
webhooks:
- name: redis-operator.cs.sap.com
- name: validate.redis.cache.cs.sap.com
admissionReviewVersions:
- v1
clientConfig:
Expand All @@ -97,6 +97,7 @@ webhooks:
resources:
- redis
scope: Namespaced
failurePolicy: Fail
matchPolicy: Equivalent
sideEffects: None
timeoutSeconds: 10
failurePolicy: Fail
2 changes: 1 addition & 1 deletion pkg/operator/data/charts/redis-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ webhook:
# -- Issuer kind (only relevant if enabled is true; if unset, the default cert-manager type 'Issuer' is used)
issuerKind: ""
# -- Issuer name (only relevant if enabled is true; if unset, a self-signed issuer is used)
issuerName: ""
issuerName: ""

0 comments on commit 86168da

Please sign in to comment.