Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
ViralHostRangeDB
Commits
30a2fc62
Commit
30a2fc62
authored
Feb 21, 2022
by
Bryan BRANCOTTE
Browse files
use helm 11.0.6 with postgres 14
parent
e554f356
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
30a2fc62
...
...
@@ -4,9 +4,9 @@ services:
-
docker:18-dind
variables
:
POSTGRESQL_VERSION
:
"
1
0
.1
5
"
POSTGRESQL_VERSION
:
"
1
4
.1"
POSTGRESQL_VERSION_HELM
:
"
${POSTGRESQL_VERSION}.0"
CHART_VERSION
:
"
1
0.2.1
"
CHART_VERSION
:
"
1
1.0.6
"
build
:
stage
:
build
...
...
@@ -108,10 +108,10 @@ build:
--set persistence.enabled=true
--set persistence.size="6Gi"
--set image.pullPolicy='Always'
--set
postgresqlU
sername='postgres'
--set postgres
qlPostgres
Password=
"
$POSTGRES_PASSWORD
"
--set
postgresqlP
assword=
"
$POSTGRES_PASSWORD
"
--set
postgresqlD
atabase='viralhostrangedb'
--set
auth.u
sername='postgres'
--set
auth.
postgresPassword=$
{
POSTGRES_PASSWORD
}
--set
auth.p
assword=$
{
POSTGRES_PASSWORD
}
--set
auth.d
atabase='viralhostrangedb'
--set primary.podLabels.branch=branch${STORAGE_SUFFIX}
--set primary.podLabels.app=postgres-app
--set fullnameOverride="db${STORAGE_SUFFIX}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment