Skip to content

Commit 287e86e

Browse files
fixed server resources typo
1 parent 03defd8 commit 287e86e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/redash/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: 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
55
description: Redash is an open source tool built for teams to query, visualize and collaborate.
66
keywords:
77
- redash

charts/redash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This chart bootstraps a [Redash](https://github.com/getredash/redash) deployment
88

99
This 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

charts/redash/templates/server-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
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 }}

0 commit comments

Comments
 (0)