Skip to content

Commit

Permalink
Add helm dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
psoleckimoj committed Jan 15, 2025
1 parent 3e6cbc0 commit 52d1cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ commands:
sed -i "s/appVersion:.*/appVersion: \"${VERSION_TO_DEPLOY}\"/g" "./helm_deploy/prisoner-content-hub-frontend/Chart.yaml"
RELEASE_NAME=<< parameters.releaseName >>
kubectl -n ${KUBE_NAMESPACE} get secret ip-allowlist -o json | jq '{ ingress: { allowed: .data | map_values(@base64d) } } ' | \
helm dependency update "generic-prometheus-alerts" \
helm upgrade $RELEASE_NAME ./helm_deploy/prisoner-content-hub-frontend \
--install --wait --reset-values --timeout 360s \
--namespace=${KUBE_NAMESPACE} \
Expand Down

0 comments on commit 52d1cb2

Please sign in to comment.