File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : redash
3- version : 3.1.0-alpha3
4- appVersion : 24.04.0-dev-b8665145752.21
3+ version : 3.1.0-alpha4
4+ appVersion : 24.04.0-dev-b8671264667.25
55description : Redash is an open source tool built for teams to query, visualize and collaborate.
66keywords :
77 - redash
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This chart bootstraps a [Redash](https://github.com/getredash/redash) deployment
88
99This is a contributed project developed by volunteers and not officially supported by Redash.
1010
11- Current chart version is ` 3.1.0-alpha2 `
11+ Current chart version is ` 3.1.0-alpha4 `
1212
1313* < https://github.com/getredash/redash >
1414
Original file line number Diff line number Diff line change 5858 readinessProbe : {{ deepCopy . | mergeOverwrite $defaultProbe | toYaml | nindent 12 }}
5959 {{- end }}
6060 {{- with .Values.server.resources }}
61- resources : {{ toYaml .Values.server.resources | nindent 12 }}
61+ resources : {{ toYaml . | nindent 12 }}
6262 {{- end }}
6363 {{- $volumes := concat .Values.volumes .Values.server.volumes -}}
6464 {{- with $volumes }}
You can’t perform that action at this time.
0 commit comments