Skip to content

Commit

Permalink
fixed server resources typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Apr 13, 2024
1 parent 03defd8 commit 287e86e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/redash/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: redash
version: 3.1.0-alpha3
appVersion: 24.04.0-dev-b8665145752.21
version: 3.1.0-alpha4
appVersion: 24.04.0-dev-b8671264667.25
description: Redash is an open source tool built for teams to query, visualize and collaborate.
keywords:
- redash
Expand Down
2 changes: 1 addition & 1 deletion charts/redash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This chart bootstraps a [Redash](https://github.com/getredash/redash) deployment

This is a contributed project developed by volunteers and not officially supported by Redash.

Current chart version is `3.1.0-alpha2`
Current chart version is `3.1.0-alpha4`

* <https://github.com/getredash/redash>

Expand Down
2 changes: 1 addition & 1 deletion charts/redash/templates/server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
readinessProbe: {{ deepCopy . | mergeOverwrite $defaultProbe | toYaml | nindent 12 }}
{{- end }}
{{- with .Values.server.resources }}
resources: {{ toYaml .Values.server.resources | nindent 12 }}
resources: {{ toYaml . | nindent 12 }}
{{- end }}
{{- $volumes := concat .Values.volumes .Values.server.volumes -}}
{{- with $volumes }}
Expand Down

0 comments on commit 287e86e

Please sign in to comment.