Skip to content

Commit

Permalink
Merge pull request #68 from pagopa/PAGOPA-1288-gpd-payments-helm-upgrade
Browse files Browse the repository at this point in the history
ci: Upgrade helm chart [PAGOPA-1288]
  • Loading branch information
cap-ang authored Oct 10, 2023
2 parents cd49902 + b5fec2d commit 9ccd258
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
8 changes: 4 additions & 4 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v1
apiVersion: v2
name: pagopa-gpd-payments
description: Microservice that exposes API for payment receipts retrieving and other operations
type: application
version: 0.32.0
appVersion: 0.11.1
version: 0.33.0
appVersion: 0.11.0-2-PAGOPA-1288-gpd-payments-helm-upgrade
dependencies:
- name: microservice-chart
version: 1.21.0
version: 2.4.0
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
6 changes: 4 additions & 2 deletions helm/values-dev.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-gpd-payments
tag: "0.11.1"
tag: "0.11.0-2-PAGOPA-1288-gpd-payments-helm-upgrade"
pullPolicy: Always
livenessProbe:
httpGet:
Expand All @@ -25,11 +25,13 @@ microservice-chart:
service:
create: true
type: ClusterIP
port: 8080
ports:
- 8080
ingress:
create: true
host: "weudev.gps.internal.dev.platform.pagopa.it"
path: /pagopa-gpd-payments/(.*)
servicePort: 8080
serviceAccount:
create: false
annotations: {}
Expand Down
6 changes: 4 additions & 2 deletions 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-gpd-payments
tag: "0.11.1"
tag: "0.11.0-2-PAGOPA-1288-gpd-payments-helm-upgrade"
pullPolicy: Always
livenessProbe:
httpGet:
Expand All @@ -25,11 +25,13 @@ microservice-chart:
service:
create: true
type: ClusterIP
port: 8080
ports:
- 8080
ingress:
create: true
host: "weuprod.gps.internal.platform.pagopa.it"
path: /pagopa-gpd-payments/(.*)
servicePort: 8080
serviceAccount:
create: false
annotations: {}
Expand Down
6 changes: 4 additions & 2 deletions helm/values-uat.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-gpd-payments
tag: "0.11.1"
tag: "0.11.0-2-PAGOPA-1288-gpd-payments-helm-upgrade"
pullPolicy: Always
livenessProbe:
httpGet:
Expand All @@ -25,11 +25,13 @@ microservice-chart:
service:
create: true
type: ClusterIP
port: 8080
ports:
- 8080
ingress:
create: true
host: "weuuat.gps.internal.uat.platform.pagopa.it"
path: /pagopa-gpd-payments/(.*)
servicePort: 8080
serviceAccount:
create: false
annotations: {}
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "PagoPA API Payments",
"description": "Payments",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.11.1"
"version": "0.11.0-2-PAGOPA-1288-gpd-payments-helm-upgrade"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>it.gov.pagopa</groupId>
<artifactId>payments</artifactId>
<version>0.11.1</version>
<version>0.11.0-2-PAGOPA-1288-gpd-payments-helm-upgrade</version>
<name>Payments</name>
<description>Payments</description>

Expand Down

0 comments on commit 9ccd258

Please sign in to comment.