Skip to content

Commit

Permalink
Merge pull request #7 from maxion-tech/add-helm-zrenderer
Browse files Browse the repository at this point in the history
Add helm zrenderer
  • Loading branch information
Nammxn authored Aug 13, 2024
2 parents 9063548 + 502bf3b commit b26ab6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/zrenderer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
# Version 0.9.0 update hpa v2 to support 1.26+
version: 1.0.2
version: 1.0.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/zrenderer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
{{ "{{- with secret \"" }}{{ .Values.vault.secretPath }}{{ "\" -}}" }}
1
0,{{ "{{ .Data.data.admintoken }}" }},Auto-generated Admin Token,admin
1,{{ "{{ .Data.data.usertoken }},user
1,{{ "{{ .Data.data.usertoken }}" }},user
{{ "{{ end -}}" }}
{{- end }}
{{- with .Values.podAnnotations }}
Expand Down

0 comments on commit b26ab6d

Please sign in to comment.