Skip to content

Commit

Permalink
chore: Update Redis-HA chart version to 4.27.3 (#295)
Browse files Browse the repository at this point in the history
Signed-off-by: chikahisa.mikataoe <[email protected]>
  • Loading branch information
Chikahisa Mikata authored Aug 26, 2024
1 parent 408c54c commit f5969c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/redis-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords:
- redis
- keyvalue
- database
version: 4.27.2
version: 4.27.3
appVersion: 7.2.4
description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management
icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png
Expand Down
2 changes: 1 addition & 1 deletion charts/redis-ha/templates/redis-ha-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ spec:
{{- toYaml .Values.extraContainers | nindent 6 }}
{{- end -}}
{{- with .Values.priorityClassName | default .Values.global.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
priorityClassName: {{ . }}
{{- end }}
volumes:
- name: config
Expand Down

0 comments on commit f5969c8

Please sign in to comment.