File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : redis-cluster
33description : Provides easy redis setup definitions for Kubernetes services, and deployment.
4- version : 0.17.2
5- appVersion : " 0.17.2 "
4+ version : 0.17.3
5+ appVersion : " 0.17.3 "
66home : https://github.com/ot-container-kit/redis-operator
77sources :
88 - https://github.com/ot-container-kit/redis-operator
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : redis-replication
33description : Provides easy redis setup definitions for Kubernetes services, and deployment.
4- version : 0.16.10
5- appVersion : " 0.16.10 "
4+ version : 0.16.11
5+ appVersion : " 0.16.11 "
66type : application
77engine : gotpl
88maintainers :
Original file line number Diff line number Diff line change 5050 additionalRedisConfig : " {{ .Values.redisReplication.name | default .Release.Name }}-ext-config"
5151 {{- end }}
5252 {{- if .Values.redisReplication.maxMemoryPercentOfLimit }}
53- {{- if gt .Values.redisReplication.maxMemoryPercentOfLimit 0 }}
53+ {{- if gt (int .Values.redisReplication.maxMemoryPercentOfLimit) 0 }}
5454 maxMemoryPercentOfLimit : {{ .Values.redisReplication.maxMemoryPercentOfLimit }}
5555 {{- end }}
5656 {{- end }}
Original file line number Diff line number Diff line change 22apiVersion : v2
33name : redis
44description : Provides easy redis setup definitions for Kubernetes services, and deployment.
5- version : 0.16.7
6- appVersion : " 0.16.7 "
5+ version : 0.16.8
6+ appVersion : " 0.16.8 "
77home : https://github.com/ot-container-kit/redis-operator
88sources :
99 - https://github.com/ot-container-kit/redis-operator
Original file line number Diff line number Diff line change 4949 additionalRedisConfig : " {{ .Values.redisStandalone.name | default .Release.Name }}-ext-config"
5050 {{- end }}
5151 {{- if .Values.redisStandalone.maxMemoryPercentOfLimit }}
52- {{- if gt .Values.redisStandalone.maxMemoryPercentOfLimit 0 }}
52+ {{- if gt (int .Values.redisStandalone.maxMemoryPercentOfLimit) 0 }}
5353 maxMemoryPercentOfLimit : {{ .Values.redisStandalone.maxMemoryPercentOfLimit }}
5454 {{- end }}
5555 {{- end }}
You can’t perform that action at this time.
0 commit comments