From 2e666c21bdc1827e986e6bb58bf5e245656ee3e0 Mon Sep 17 00:00:00 2001 From: AngeloCaporaso Date: Tue, 10 Oct 2023 12:09:24 +0200 Subject: [PATCH 1/4] [PAGOPA-1288] ci: Upgrade helm chart --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 82b4a17d..684164d5 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,4 +1,4 @@ -apiVersion: v1 +apiVersion: v2 name: pagopa-gpd-payments description: Microservice that exposes API for payment receipts retrieving and other operations type: application @@ -6,5 +6,5 @@ version: 0.32.0 appVersion: 0.11.1 dependencies: - name: microservice-chart - version: 1.21.0 + version: 2.4.0 repository: "https://pagopa.github.io/aks-microservice-chart-blueprint" diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 214f5e43..4dbdd8bc 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -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: {} @@ -112,4 +114,4 @@ microservice-chart: tag: "0.8.0-1-PAGOPA-1140-sviluppo-gpd-payments-gestione-enti-pluri-intermediati" pullPolicy: Always envConfig: {} - envSecret: {} + envSecret: {} \ No newline at end of file From 92302cbf1a4a3e8bd2570b5776afa62192505345 Mon Sep 17 00:00:00 2001 From: AngeloCaporaso Date: Tue, 10 Oct 2023 13:02:49 +0200 Subject: [PATCH 2/4] [PAGOPA-1288] ci: Update helm values uat and prod --- helm/Chart.yaml | 2 +- helm/values-dev.yaml | 2 +- openapi/openapi.json | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 684164d5..d0d8ac51 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -3,7 +3,7 @@ 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 +appVersion: 0.11.0-1-PAGOPA-1288-gpd-payments-helm-upgrade dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 4dbdd8bc..ad24690b 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-gpd-payments - tag: "0.11.1" + tag: "0.11.0-1-PAGOPA-1288-gpd-payments-helm-upgrade" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 5b13df1d..ba091363 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "PagoPA API Payments", "description": "Payments", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.11.1" + "version": "0.11.0-1-PAGOPA-1288-gpd-payments-helm-upgrade" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 80adb211..e9eb4937 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ it.gov.pagopa payments - 0.11.1 + 0.11.0-1-PAGOPA-1288-gpd-payments-helm-upgrade Payments Payments From 61463808a85eb20329957bf2975513cf97954dda Mon Sep 17 00:00:00 2001 From: AngeloCaporaso Date: Tue, 10 Oct 2023 12:59:49 +0200 Subject: [PATCH 3/4] [PAGOPA-1288] ci: Update helm values uat and prod --- helm/values-prod.yaml | 4 +++- helm/values-uat.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 2bf82399..bbf7f9f4 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -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: {} diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 718d2bcd..35e4b24d 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -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: {} From b5fec2d4313b290d3f9aa56b3bbe30787108f7ca Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 10 Oct 2023 11:04:43 +0000 Subject: [PATCH 4/4] Bump to version 0.11.0-2-PAGOPA-1288-gpd-payments-helm-upgrade [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 4 ++-- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- openapi/openapi.json | 2 +- pom.xml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index d0d8ac51..c23ac6d9 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ 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.0-1-PAGOPA-1288-gpd-payments-helm-upgrade +version: 0.33.0 +appVersion: 0.11.0-2-PAGOPA-1288-gpd-payments-helm-upgrade dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index ad24690b..2bb44f1e 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-gpd-payments - tag: "0.11.0-1-PAGOPA-1288-gpd-payments-helm-upgrade" + tag: "0.11.0-2-PAGOPA-1288-gpd-payments-helm-upgrade" pullPolicy: Always livenessProbe: httpGet: @@ -114,4 +114,4 @@ microservice-chart: tag: "0.8.0-1-PAGOPA-1140-sviluppo-gpd-payments-gestione-enti-pluri-intermediati" pullPolicy: Always envConfig: {} - envSecret: {} \ No newline at end of file + envSecret: {} diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index bbf7f9f4..69e69865 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -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: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 35e4b24d..d0af1d0c 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -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: diff --git a/openapi/openapi.json b/openapi/openapi.json index ba091363..6fc167b7 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "PagoPA API Payments", "description": "Payments", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.11.0-1-PAGOPA-1288-gpd-payments-helm-upgrade" + "version": "0.11.0-2-PAGOPA-1288-gpd-payments-helm-upgrade" }, "servers": [ { diff --git a/pom.xml b/pom.xml index e9eb4937..ef983a90 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ it.gov.pagopa payments - 0.11.0-1-PAGOPA-1288-gpd-payments-helm-upgrade + 0.11.0-2-PAGOPA-1288-gpd-payments-helm-upgrade Payments Payments