Skip to content

Commit

Permalink
ci: use latest helm chart for postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Sep 30, 2024
1 parent d350f45 commit e1e086e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ Deploy PostgreSQL:
script:
- helm repo add bitnami https://charts.bitnami.com/bitnami
- helm repo update
- helm -n ${K8S_NAMESPACE} install ${HELM_OPTS} --wait --set auth.username=dcache --set auth.password=let-me-in --set auth.database=chimera chimera bitnami/postgresql --version=12.12.10
- helm -n ${K8S_NAMESPACE} install ${HELM_OPTS} --wait --set auth.username=dcache --set auth.password=let-me-in --set auth.database=chimera chimera bitnami/postgresql

#
# infrastructure required to run dCache
Expand Down

0 comments on commit e1e086e

Please sign in to comment.