Skip to content

Commit

Permalink
feat: fixing helm cont reg and chart PAGOPA-1211
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoRuzzier committed Sep 13, 2023
1 parent b1833cf commit cb553eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ version: 0.1.1
appVersion: 0.1.1
dependencies:
- name: microservice-chart
version: 1.21.0
version: 2.3.1
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ microservice-chart:
nameOverride: ""
fullnameOverride: ""
image:
repository: pagopadcommonacr.azurecr.io/pagopaspontaneouspayments
repository: ghcr.io/pagopa/pagopa-spontaneous-payments
tag: "0.1.1" #improve
pullPolicy: Always
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ microservice-chart:
nameOverride: ""
fullnameOverride: ""
image:
repository: pagopapcommonacr.azurecr.io/pagopaspontaneouspayments
repository: ghcr.io/pagopa/pagopa-spontaneous-payments
tag: "0.1.1" #improve
pullPolicy: Always
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ microservice-chart:
nameOverride: ""
fullnameOverride: ""
image:
repository: pagopaucommonacr.azurecr.io/pagopaspontaneouspayments
repository: ghcr.io/pagopa/pagopa-spontaneous-payments
tag: "0.1.1" #improve
pullPolicy: Always
livenessProbe:
Expand Down

0 comments on commit cb553eb

Please sign in to comment.