Skip to content

Commit 8a57503

Browse files
almoggueUbuntu
and
Ubuntu
authored
promoting version 7.8.4-8 (#4)
* promoting version 7.8.4-8 * Update Chart.yaml --------- Co-authored-by: Ubuntu <ubuntu@ip-172-31-53-82.eu-central-1.compute.internal>
1 parent a126e94 commit 8a57503

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

charts/redis-enterprise-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ type: application
44
name: redis-enterprise-operator
55
description: A Helm chart for Redis Enterprise Operator for Kubernetes
66

7-
version: 7.8.2-6
8-
appVersion: 7.8.2-6
7+
version: 7.8.4-8
8+
appVersion: 7.8.4-8
99

1010
home: https://redis.com
1111
icon: https://redis.io/wp-content/uploads/2024/04/Logotype.svg

charts/redis-enterprise-operator/templates/operator.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,10 @@ spec:
4444
{{- end }}
4545
{{- if (.Values.global).azure }}
4646
{{- with .Values.global.azure.images }}
47-
- name: DEFAULT_RS_IMAGE_REPOSITORY
48-
value: {{ .rs.registry }}/{{ .rs.image }}
4947
- name: DEFAULT_RIGGER_IMAGE_REPOSITORY
5048
value: {{ .rigger.registry }}/{{ .rigger.image }}
5149
- name: DEFAULT_BOOTSTRAPPER_IMAGE_REPOSITORY
5250
value: {{ .operator.registry }}/{{ .operator.image }}
53-
- name: DEFAULT_RS_IMAGE_DIGEST
54-
value: {{ .rs.digest }}
5551
- name: DEFAULT_RIGGER_IMAGE_DIGEST
5652
value: {{ .rigger.digest }}
5753
- name: DEFAULT_BOOTSTRAPPER_IMAGE_DIGEST

charts/redis-enterprise-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ operator:
2020

2121
# Image tag for the operator image.
2222
# This typically represents the operator version.
23-
tag: 7.8.2-6
23+
tag: 7.8.4-8
2424

2525
# Configuration options for the admission webhook
2626
admission:

0 commit comments

Comments
 (0)