Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bitnami/consul/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: consul
version: 6.0.15
version: 6.1.0
appVersion: 1.6.3
description: Highly available and distributed service discovery and key-value store designed with support for the modern data center to make distributed systems and configuration easy.
home: https://www.consul.io/
Expand Down
6 changes: 3 additions & 3 deletions bitnami/consul/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ spec:
- /bin/bash
- -ec
- |
chown -R {{ .Values.securityContext.runAsUser }}:{{ .Values.securityContext.fsGroup }} /bitnami/consul/data
chown -R {{ .Values.securityContext.runAsUser }}:{{ .Values.securityContext.fsGroup }} /bitnami/consul
securityContext:
runAsUser: 0
{{- if .Values.volumePermissions.resources }}
resources: {{- toYaml .Values.volumePermissions.resources | nindent 12 }}
{{- end }}
volumeMounts:
- name: data
mountPath: /bitnami/consul/data
mountPath: /bitnami/consul
{{- end }}
containers:
- name: consul
Expand Down Expand Up @@ -166,7 +166,7 @@ spec:
{{- end }}
{{- if .Values.persistence.enabled }}
- name: data
mountPath: /bitnami/consul/data
mountPath: /bitnami/consul
{{- end }}
{{- if .Values.configmap }}
- name: consul-config
Expand Down