File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
charts/redis-enterprise-operator Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ type: application
4
4
name : redis-enterprise-operator
5
5
description : A Helm chart for Redis Enterprise Operator for Kubernetes
6
6
7
- version : 7.8.2-6
8
- appVersion : 7.8.2-6
7
+ version : 7.8.4-8
8
+ appVersion : 7.8.4-8
9
9
10
10
home : https://redis.com
11
11
icon : https://redis.io/wp-content/uploads/2024/04/Logotype.svg
Original file line number Diff line number Diff line change @@ -44,14 +44,10 @@ spec:
44
44
{{- end }}
45
45
{{- if (.Values.global).azure }}
46
46
{{- with .Values.global.azure.images }}
47
- - name : DEFAULT_RS_IMAGE_REPOSITORY
48
- value : {{ .rs.registry }}/{{ .rs.image }}
49
47
- name : DEFAULT_RIGGER_IMAGE_REPOSITORY
50
48
value : {{ .rigger.registry }}/{{ .rigger.image }}
51
49
- name : DEFAULT_BOOTSTRAPPER_IMAGE_REPOSITORY
52
50
value : {{ .operator.registry }}/{{ .operator.image }}
53
- - name : DEFAULT_RS_IMAGE_DIGEST
54
- value : {{ .rs.digest }}
55
51
- name : DEFAULT_RIGGER_IMAGE_DIGEST
56
52
value : {{ .rigger.digest }}
57
53
- name : DEFAULT_BOOTSTRAPPER_IMAGE_DIGEST
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ operator:
20
20
21
21
# Image tag for the operator image.
22
22
# This typically represents the operator version.
23
- tag : 7.8.2-6
23
+ tag : 7.8.4-8
24
24
25
25
# Configuration options for the admission webhook
26
26
admission :
You can’t perform that action at this time.
0 commit comments