Skip to content

Commit

Permalink
Update production deployment helm chart version. (#3935)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkinzer committed Sep 6, 2023
1 parent 8e36ace commit 7d92997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ prod_deploy:
only:
- tags
script:
- helm pull oci://$HARBOR/tulibraries/librarysearch-charts/librarysearch --version "0.3.8" --untar
- helm upgrade librarysearch oci://$HARBOR/tulibraries/librarysearch-charts/librarysearch --version "0.3.8" --history-max=5 --namespace=librarysearch-prod --values librarysearch/values-prod.yaml --set image.repository=$IMAGE:$CI_COMMIT_TAG
- helm pull oci://$HARBOR/tulibraries/librarysearch-charts/librarysearch --version "0.3.10" --untar
- helm upgrade librarysearch oci://$HARBOR/tulibraries/librarysearch-charts/librarysearch --version "0.3.10" --history-max=5 --namespace=librarysearch-prod --values librarysearch/values-prod.yaml --set image.repository=$IMAGE:$CI_COMMIT_TAG

0 comments on commit 7d92997

Please sign in to comment.