chore: fix beta deployment

This commit is contained in:
forehalo
2025-04-02 10:46:05 +08:00
parent 679e9e1966
commit 5a955d9f70
2 changed files with 3 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ const createHelmCommand = ({ isDryRun }) => {
isProduction || isBeta || isInternal isProduction || isBeta || isInternal
? [ ? [
`--set cloud-sql-proxy.enabled=true`, `--set cloud-sql-proxy.enabled=true`,
`--set-string cloud-sql-proxy.database.connectionName="${GCLOUD_CONNECTION_NAME}"`,
`--set-string global.database.host=${DATABASE_URL}`, `--set-string global.database.host=${DATABASE_URL}`,
`--set-string global.database.user=${DATABASE_USERNAME}`, `--set-string global.database.user=${DATABASE_USERNAME}`,
`--set-string global.database.password=${DATABASE_PASSWORD}`, `--set-string global.database.password=${DATABASE_PASSWORD}`,

View File

@@ -1,5 +1,7 @@
replicaCount: 3 replicaCount: 3
enabled: false enabled: false
database:
connectionName: ""
image: image:
# the tag is defined as chart appVersion. # the tag is defined as chart appVersion.