Skip to content

Commit

Permalink
allow setting fake_version
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Jul 2, 2024
1 parent fa1fb69 commit 78c3608
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/atuin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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: 0.4.0
version: 0.4.1

# 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
5 changes: 5 additions & 0 deletions charts/atuin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ spec:
- name: ATUIN_TLS__PKEY_PATH
value: ""

{{- if .Values.atuin.fake_version }}
- name: ATUIN_FAKE_VERSION
value: {{ .Values.atuin.fake_version }}
{{- end }}

{{- if .Values.atuin.hooks.enabled }}
- name: ATUIN_REGISTER_WEBHOOK_URL
value: {{ .Values.atuin.hooks.url }}
Expand Down

0 comments on commit 78c3608

Please sign in to comment.