Skip to content

Commit

Permalink
Merge branch 'redpanda-data:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gugu authored Aug 31, 2023
2 parents c1f58c0 + f5c7c71 commit 058d37b
Show file tree
Hide file tree
Showing 12 changed files with 774 additions and 692 deletions.
2 changes: 1 addition & 1 deletion charts/console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type: application
# Versions are expected to follow Semantic Versioning (https://semver.org/)

# Chart versions do not track appVersion
version: 0.6.9
version: 0.7.0

# The app version is the version of the Chart application
appVersion: v2.2.5
Expand Down
4 changes: 4 additions & 0 deletions charts/console/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ spec:
{{- with .Values.extraVolumes }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if dig "extraInitContainers" false .Values.initContainers }}
initContainers:
{{- tpl .Values.initContainers.extraInitContainers . | nindent 8 }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
{{- with .Values.deployment.command }}
Expand Down
Loading

0 comments on commit 058d37b

Please sign in to comment.