Skip to content

Commit

Permalink
PS-696 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Nov 26, 2024
1 parent 168a333 commit 7269519
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/phrasea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.
version: 2.0.0
version: 2.0.1-rc1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion charts/phrasea/templates/configurator/configure-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: configurator-configure
annotations:
"helm.sh/hook": post-{{- if .Values.configurator.executeMigration -}}upgrade{{- else -}}install{{- end }}
"helm.sh/hook-weight": "6"
"helm.sh/hook-weight": "7"
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
spec:
template:
Expand Down
1 change: 0 additions & 1 deletion charts/phrasea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ globalConfig:
_internal:
services:
- configurator
- databox
- expose
- notify
Expand Down

0 comments on commit 7269519

Please sign in to comment.