File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ type: application
19
19
# This is the chart version. This version number should be incremented each time you make changes
20
20
# to the chart and its templates, including the app version.
21
21
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22
- version : 0.4.0
22
+ version : 0.4.1
23
23
24
24
# This is the version number of the application being deployed. This version number should be
25
25
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 66
66
- name : ATUIN_TLS__PKEY_PATH
67
67
value : " "
68
68
69
+ {{- if .Values.atuin.fake_version }}
70
+ - name : ATUIN_FAKE_VERSION
71
+ value : {{ .Values.atuin.fake_version }}
72
+ {{- end }}
73
+
69
74
{{- if .Values.atuin.hooks.enabled }}
70
75
- name : ATUIN_REGISTER_WEBHOOK_URL
71
76
value : {{ .Values.atuin.hooks.url }}
You can’t perform that action at this time.
0 commit comments