Skip to content

Commit

Permalink
chore(helm): fixed version to stable 0.11.60
Browse files Browse the repository at this point in the history
✨ Updated image tag to "0.11.60" for stable deployment.
  • Loading branch information
jacopocarlini committed Dec 19, 2024
1 parent 68d1096 commit 60834d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_with_github_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
--install --values ./helm/values-${{ inputs.environment }}.yaml \
--set microservice-chart.canaryDelivery.ingress.weightPercent=${{ inputs.traffic_weight }} \
--set microservice-chart.canaryDelivery.create=${{ inputs.is_canary }} \
--wait --timeout 10m0s \
--wait --timeout 10m0s --debug \
${{ env.APP_NAME }}${{inputs.suffix_name}} ./helm
echo "✅Helm deployed"
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-debt-position
tag: "0.11.69"
tag: "0.11.60"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 60834d1

Please sign in to comment.