Skip to content

Commit

Permalink
Add helm dependency update chart name
Browse files Browse the repository at this point in the history
  • Loading branch information
psoleckimoj committed Jan 15, 2025
1 parent 0b5df9d commit c023862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ commands:
command: |
VERSION_TO_DEPLOY=$(cat /tmp/build-info/version-to-deploy.txt)
sed -i "s/appVersion:.*/appVersion: \"${VERSION_TO_DEPLOY}\"/g" "./helm_deploy/prisoner-content-hub-frontend/Chart.yaml"
helm dependency update
helm dependency update "generic-prometheus-alerts"
RELEASE_NAME=<< parameters.releaseName >>
kubectl -n ${KUBE_NAMESPACE} get secret ip-allowlist -o json | jq '{ ingress: { allowed: .data | map_values(@base64d) } } ' | \
helm upgrade $RELEASE_NAME ./helm_deploy/prisoner-content-hub-frontend \
Expand Down

0 comments on commit c023862

Please sign in to comment.