Skip to content

Commit 78c3608

Browse files
committed
allow setting fake_version
1 parent fa1fb69 commit 78c3608

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

charts/atuin/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: 0.4.0
22+
version: 0.4.1
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to

charts/atuin/templates/deployment.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ spec:
6666
- name: ATUIN_TLS__PKEY_PATH
6767
value: ""
6868

69+
{{- if .Values.atuin.fake_version }}
70+
- name: ATUIN_FAKE_VERSION
71+
value: {{ .Values.atuin.fake_version }}
72+
{{- end }}
73+
6974
{{- if .Values.atuin.hooks.enabled }}
7075
- name: ATUIN_REGISTER_WEBHOOK_URL
7176
value: {{ .Values.atuin.hooks.url }}

0 commit comments

Comments
 (0)