Skip to content

Commit e0ccabe

Browse files
committed
Disable reuse values
1 parent fe7b282 commit e0ccabe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ 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 \
107106
--install \
108107
--create-namespace \
109108
--debug \
@@ -142,7 +141,6 @@ jobs:
142141
| sed --unbuffered '/USER-SUPPLIED VALUES/,$d'
143142
else
144143
helm upgrade ${{ env.RELEASE_NAME }} ./helm/api-platform \
145-
--reuse-values \
146144
--install \
147145
--create-namespace \
148146
--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: bitnami/postgresql
98+
repository: bitnamilegacy/postgresql
9999
tag: 13
100100

101101
imagePullSecrets: []

0 commit comments

Comments
 (0)