Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-samoylenko authored Jan 10, 2025
1 parent b7ee9ee commit 4209031
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/shkeeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.4.57
version: 1.4.58

# 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
4 changes: 4 additions & 0 deletions charts/shkeeper/templates/deployments/tron-shkeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ spec:
- name: MULTISERVER_CONFIG_JSON
value: {{ .Values.tron_shkeeper.multiserver_config_json | toJson | quote }}
{{- end }}
{{- if .Values.tron_shkeeper.external_drain_config }}
- name: EXTERNAL_DRAIN_CONFIG
value: {{ .Values.tron_shkeeper.external_drain_config | toJson | quote }}
{{- end }}
{{- range $name, $value := .Values.tron_shkeeper.extraEnv }}
- name: {{ $name | quote }}
value: {{ $value | quote }}
Expand Down

0 comments on commit 4209031

Please sign in to comment.