Skip to content

Commit 5afa6a6

Browse files
committed
Revert "Disable reuse values"
This reverts commit e0ccabe.
1 parent e0ccabe commit 5afa6a6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
JWT_PASSPHRASE=$(openssl rand -base64 32)
104104
JWT_SECRET_KEY=$(openssl genpkey -pass file:<(echo "$JWT_PASSPHRASE") -aes256 -algorithm rsa -pkeyopt rsa_keygen_bits:4096)
105105
helm upgrade ${{ env.RELEASE_NAME }} ./helm/api-platform \
106+
--reuse-values \
106107
--install \
107108
--create-namespace \
108109
--debug \
@@ -141,6 +142,7 @@ jobs:
141142
| sed --unbuffered '/USER-SUPPLIED VALUES/,$d'
142143
else
143144
helm upgrade ${{ env.RELEASE_NAME }} ./helm/api-platform \
145+
--reuse-values \
144146
--install \
145147
--create-namespace \
146148
--debug \

helm/api-platform/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ postgresql:
9595

9696
pullPolicy: IfNotPresent
9797
image:
98-
repository: bitnamilegacy/postgresql
98+
repository: bitnami/postgresql
9999
tag: 13
100100

101101
imagePullSecrets: []

0 commit comments

Comments
 (0)