Skip to content

Commit 3e5a985

Browse files
Update chart (triggered by operator helm release 0.1.38)
Repository: SAP/redis-operator-helm Release: 0.1.38 Commit: 9231ff29cd66ab2bc489adb2973b462ac8067e70
1 parent 52d0c09 commit 3e5a985

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

pkg/operator/data/charts/redis-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: redis-operator
33
description: A Helm chart for https://github.com/sap/redis-operator
44
type: application
5-
version: 0.1.37
6-
appVersion: v0.1.33
5+
version: 0.1.38
6+
appVersion: v0.1.34

pkg/operator/data/charts/redis-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# redis-operator
22

3-
![Version: 0.1.37](https://img.shields.io/badge/Version-0.1.37-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.33](https://img.shields.io/badge/AppVersion-v0.1.33-informational?style=flat-square)
3+
![Version: 0.1.38](https://img.shields.io/badge/Version-0.1.38-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.34](https://img.shields.io/badge/AppVersion-v0.1.34-informational?style=flat-square)
44

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

pkg/operator/data/charts/redis-operator/crds/cache.cs.sap.com_redis.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.5
6+
controller-gen.kubebuilder.io/version: v0.17.1
77
name: redis.cache.cs.sap.com
88
spec:
99
group: cache.cs.sap.com
@@ -5788,6 +5788,10 @@ spec:
57885788
kind:
57895789
description: API kind.
57905790
type: string
5791+
lastAppliedAt:
5792+
description: Timestamp when this object was last applied.
5793+
format: date-time
5794+
type: string
57915795
managedTypes:
57925796
description: Managed types.
57935797
items:

0 commit comments

Comments
 (0)