Skip to content

Commit

Permalink
Merge branch 'main' into shc-25
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbeskow committed Nov 8, 2023
2 parents 67d74a8 + f7096bf commit 3c3fedc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ jobs:
- name: Update Core Version
env:
VERSION: ${{ needs.setup.outputs.core_version }}
run: sed '/define "bitwarden.coreVersionDefault"/!b;n;c{{- "'$VERSION'" -}}' helpers.tpl
run: sed -i '/define "bitwarden.coreVersionDefault"/!b;n;c{{- "'$VERSION'" -}}' helpers.tpl
working-directory: charts/self-host/templates

- name: Update Web Version
env:
VERSION: ${{ needs.setup.outputs.web_version }}
run: sed '/define "bitwarden.webVersionDefault"/!b;n;c{{- "'$VERSION'" -}}' helpers.tpl
run: sed -i '/define "bitwarden.webVersionDefault"/!b;n;c{{- "'$VERSION'" -}}' helpers.tpl
working-directory: charts/self-host/templates

- name: Commit updated files
Expand Down
2 changes: 1 addition & 1 deletion charts/self-host/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ maintainers:
- name: dept-devops
name: self-host
type: application
version: 0.1.4-Beta
version: 0.1.5-Beta
4 changes: 2 additions & 2 deletions charts/self-host/templates/helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{{- define "bitwarden.coreVersionDefault" -}}
{{- "2023.9.1" -}}
{{- "2023.10.1" -}}
{{- end -}}
{{- define "bitwarden.webVersionDefault" -}}
{{- "2023.9.2" -}}
{{- "2023.10.0" -}}
{{- end -}}

{{/*
Expand Down

0 comments on commit 3c3fedc

Please sign in to comment.