File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
pkg/operator/data/charts/redis-operator Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : redis-operator
33description : A Helm chart for https://github.com/sap/redis-operator
44type : application
5- version : 0.1.37
6- appVersion : v0.1.33
5+ version : 0.1.38
6+ appVersion : v0.1.34
Original file line number Diff line number Diff line change 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
55A Helm chart for https://github.com/sap/redis-operator
66
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33kind : CustomResourceDefinition
44metadata :
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
88spec :
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 :
You can’t perform that action at this time.
0 commit comments