From fc536b105becdc5208c7326f67086d6530a6a920 Mon Sep 17 00:00:00 2001 From: AngeloCaporaso Date: Tue, 9 Apr 2024 11:56:55 +0200 Subject: [PATCH 1/9] ci: update dev chart to v2.4.0 --- helm/Chart.yaml | 6 +++--- helm/values-dev.yaml | 20 +++++++++++++++++++- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index e59fe36..59ac10e 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,10 +1,10 @@ apiVersion: v2 name: pagopa-reporting-orgs-enrollment -description: Microservice that handles the reporting organizations enrollment +description: Microservice that handles the GPD reporting organizations enrollment type: application version: 0.7.0 appVersion: 0.1.6 dependencies: - name: microservice-chart - version: 1.21.0 - repository: "https://pagopa.github.io/aks-microservice-chart-blueprint" + version: 2.4.0 + repository: "https://pagopa.github.io/aks-microservice-chart-blueprint" \ No newline at end of file diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 330d85f..795441d 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -22,6 +22,15 @@ microservice-chart: periodSeconds: 10 deployment: create: true + serviceMonitor: + create: true + endpoints: + - interval: 10s #jmx-exporter + targetPort: 12345 + path: /metrics + ports: + - 80 #http + - 12345 #jmx-exporter service: create: true type: ClusterIP @@ -30,6 +39,7 @@ microservice-chart: create: true host: "weudev.gps.internal.dev.platform.pagopa.it" path: /pagopa-gpd-reporting-orgs-enrollment/(.*) + servicePort: 8080 serviceAccount: create: false annotations: {} @@ -72,7 +82,15 @@ microservice-chart: tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" nodeSelector: {} tolerations: [] - affinity: {} + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: node_type + operator: In + values: + - "user" canaryDelivery: deployment: image: From a64afff5bc4c8e44246c17ca1d5e780a204bb4a6 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 9 Apr 2024 09:59:25 +0000 Subject: [PATCH 2/9] Bump to version 0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart [skip ci] --- helm/Chart.yaml | 6 +++--- helm/values-dev.yaml | 19 ++++++++++--------- helm/values-prod.yaml | 3 ++- helm/values-uat.yaml | 3 ++- openapi/openapi.json | 2 +- pom.xml | 2 +- 6 files changed, 19 insertions(+), 16 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 59ac10e..d57586f 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: pagopa-reporting-orgs-enrollment description: Microservice that handles the GPD reporting organizations enrollment type: application -version: 0.7.0 -appVersion: 0.1.6 +version: 0.8.0 +appVersion: 0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart dependencies: - name: microservice-chart version: 2.4.0 - repository: "https://pagopa.github.io/aks-microservice-chart-blueprint" \ No newline at end of file + repository: "https://pagopa.github.io/aks-microservice-chart-blueprint" diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 795441d..19217ec 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-reporting-orgs-enrollment - tag: "0.1.6" + tag: "0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart" pullPolicy: Always livenessProbe: httpGet: @@ -83,15 +83,16 @@ microservice-chart: nodeSelector: {} tolerations: [] affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: node_type - operator: In - values: - - "user" + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: node_type + operator: In + values: + - "user" canaryDelivery: deployment: image: tag: 0.1.6 + create: false diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index b304091..a584bae 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-reporting-orgs-enrollment - tag: "0.1.6" + tag: "0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart" pullPolicy: Always livenessProbe: httpGet: @@ -77,3 +77,4 @@ microservice-chart: deployment: image: tag: 0.1.6 + create: false diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 0e309ac..b2cfb40 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-reporting-orgs-enrollment - tag: "0.1.6" + tag: "0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart" pullPolicy: Always livenessProbe: httpGet: @@ -77,3 +77,4 @@ microservice-chart: deployment: image: tag: 0.1.6 + create: false diff --git a/openapi/openapi.json b/openapi/openapi.json index 79afe97..0f4d06e 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "PagoPA API - Reporting Organizations Enrollments", "description": "Reporting orgs enrollment project", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.1.6" + "version": "0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart" }, "servers": [ { diff --git a/pom.xml b/pom.xml index c4dbb6a..c2fd26d 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa ReportingOrgsEnrollment - 0.1.6 + 0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart PagoPA API - Reporting Organizations Enrollments Reporting orgs enrollment project From 5c7798fd7a58bfb25adcafa30c30ce68f8f7f519 Mon Sep 17 00:00:00 2001 From: AngeloCaporaso Date: Tue, 9 Apr 2024 12:51:49 +0200 Subject: [PATCH 3/9] [PAGOPA-1668] ci: update dev chart to v2.4.0 --- helm/Chart.lock | 6 +++--- helm/values-dev.yaml | 12 ++---------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/helm/Chart.lock b/helm/Chart.lock index 45b4a6f..3d669a6 100644 --- a/helm/Chart.lock +++ b/helm/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: microservice-chart repository: https://pagopa.github.io/aks-microservice-chart-blueprint - version: 1.21.0 -digest: sha256:e3deccb7ac0b5d85af0c726f28316ebe7a3795cbf54522330c33474b0bae309a -generated: "2022-09-08T16:47:27.366487+02:00" + version: 2.4.0 +digest: sha256:db3f9abdcf9a458c7dc3ae6f5ace7292293cbf05a4ca398c4173807f9d14c561 +generated: "2024-04-09T12:12:19.912758+02:00" diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 19217ec..2021fb5 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -22,19 +22,11 @@ microservice-chart: periodSeconds: 10 deployment: create: true - serviceMonitor: - create: true - endpoints: - - interval: 10s #jmx-exporter - targetPort: 12345 - path: /metrics - ports: - - 80 #http - - 12345 #jmx-exporter service: create: true type: ClusterIP - port: 8080 + ports: + - 8080 ingress: create: true host: "weudev.gps.internal.dev.platform.pagopa.it" From 79e4abb417c1592f922709306c28990a23f2d0ca Mon Sep 17 00:00:00 2001 From: AngeloCaporaso Date: Wed, 10 Apr 2024 16:43:11 +0200 Subject: [PATCH 4/9] [PAGOPA-1668] ci: update uat chart to v2.4.0 --- helm/values-uat.yaml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index b2cfb40..fe0f94d 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-reporting-orgs-enrollment/(.*) + servicePort: 8080 serviceAccount: create: false annotations: {} @@ -49,8 +51,8 @@ microservice-chart: cpu: "0.25" autoscaling: enable: true - minReplica: 3 - maxReplica: 10 + minReplica: 1 + maxReplica: 3 pollingInterval: 10 # seconds cooldownPeriod: 50 # seconds triggers: @@ -72,7 +74,15 @@ microservice-chart: tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" nodeSelector: {} tolerations: [] - affinity: {} + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: node_type + operator: In + values: + - "user" canaryDelivery: deployment: image: From a3d8d142a3806a0fae8358d81c49576e093d6a1c Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Wed, 10 Apr 2024 14:45:47 +0000 Subject: [PATCH 5/9] Bump to version 0.1.6-2-PAGOPA-1668-update-gpd-reporting-chart [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- openapi/openapi.json | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index d57586f..e73f677 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-reporting-orgs-enrollment description: Microservice that handles the GPD reporting organizations enrollment type: application -version: 0.8.0 -appVersion: 0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart +version: 0.9.0 +appVersion: 0.1.6-2-PAGOPA-1668-update-gpd-reporting-chart dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 2021fb5..1859820 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-reporting-orgs-enrollment - tag: "0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart" + tag: "0.1.6-2-PAGOPA-1668-update-gpd-reporting-chart" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index a584bae..77674c0 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-reporting-orgs-enrollment - tag: "0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart" + tag: "0.1.6-2-PAGOPA-1668-update-gpd-reporting-chart" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index fe0f94d..09fe4e1 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-reporting-orgs-enrollment - tag: "0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart" + tag: "0.1.6-2-PAGOPA-1668-update-gpd-reporting-chart" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 0f4d06e..9bfa7d2 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "PagoPA API - Reporting Organizations Enrollments", "description": "Reporting orgs enrollment project", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart" + "version": "0.1.6-2-PAGOPA-1668-update-gpd-reporting-chart" }, "servers": [ { diff --git a/pom.xml b/pom.xml index c2fd26d..172b288 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa ReportingOrgsEnrollment - 0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart + 0.1.6-2-PAGOPA-1668-update-gpd-reporting-chart PagoPA API - Reporting Organizations Enrollments Reporting orgs enrollment project From 7417f9d8ecb0fc5f20fbd854066c0c37709adb2c Mon Sep 17 00:00:00 2001 From: AngeloCaporaso Date: Wed, 10 Apr 2024 16:56:25 +0200 Subject: [PATCH 6/9] [PAGOPA-1668] ci: update prod chart to v2.4.0 --- helm/values-prod.yaml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 77674c0..7a425eb 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" + host: "weuprod.gps.internal.uat.platform.pagopa.it" path: /pagopa-gpd-reporting-orgs-enrollment/(.*) + servicePort: 8080 serviceAccount: create: false annotations: {} @@ -49,8 +51,8 @@ microservice-chart: cpu: "0.25" autoscaling: enable: true - minReplica: 3 - maxReplica: 10 + minReplica: 1 + maxReplica: 5 pollingInterval: 10 # seconds cooldownPeriod: 50 # seconds triggers: @@ -72,7 +74,15 @@ microservice-chart: tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" nodeSelector: {} tolerations: [] - affinity: {} + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: node_type + operator: In + values: + - "user" canaryDelivery: deployment: image: From c50666d211d68bdc14411c6b292b7fca5852d724 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Wed, 10 Apr 2024 15:06:22 +0000 Subject: [PATCH 7/9] Bump to version 0.1.6-3-PAGOPA-1668-update-gpd-reporting-chart [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- openapi/openapi.json | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index e73f677..93e76fb 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-reporting-orgs-enrollment description: Microservice that handles the GPD reporting organizations enrollment type: application -version: 0.9.0 -appVersion: 0.1.6-2-PAGOPA-1668-update-gpd-reporting-chart +version: 0.10.0 +appVersion: 0.1.6-3-PAGOPA-1668-update-gpd-reporting-chart dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 1859820..3b3f9bb 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-reporting-orgs-enrollment - tag: "0.1.6-2-PAGOPA-1668-update-gpd-reporting-chart" + tag: "0.1.6-3-PAGOPA-1668-update-gpd-reporting-chart" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 7a425eb..173a71a 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-reporting-orgs-enrollment - tag: "0.1.6-2-PAGOPA-1668-update-gpd-reporting-chart" + tag: "0.1.6-3-PAGOPA-1668-update-gpd-reporting-chart" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 09fe4e1..0cd4ac4 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-reporting-orgs-enrollment - tag: "0.1.6-2-PAGOPA-1668-update-gpd-reporting-chart" + tag: "0.1.6-3-PAGOPA-1668-update-gpd-reporting-chart" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 9bfa7d2..9c7bc6f 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "PagoPA API - Reporting Organizations Enrollments", "description": "Reporting orgs enrollment project", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.1.6-2-PAGOPA-1668-update-gpd-reporting-chart" + "version": "0.1.6-3-PAGOPA-1668-update-gpd-reporting-chart" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 172b288..c8c73e9 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa ReportingOrgsEnrollment - 0.1.6-2-PAGOPA-1668-update-gpd-reporting-chart + 0.1.6-3-PAGOPA-1668-update-gpd-reporting-chart PagoPA API - Reporting Organizations Enrollments Reporting orgs enrollment project From 54fe43e18e3c50fcdc1b2f702ac95219d55a848d Mon Sep 17 00:00:00 2001 From: AngeloCaporaso Date: Wed, 10 Apr 2024 17:44:21 +0200 Subject: [PATCH 8/9] [PAGOPA-1668] ci: update prod chart to v2.4.0 --- .../workflows/deploy_with_github_runner.yml | 56 +++++++++---------- helm/values-prod.yaml | 2 +- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/deploy_with_github_runner.yml b/.github/workflows/deploy_with_github_runner.yml index 9718b0f..14fe994 100644 --- a/.github/workflows/deploy_with_github_runner.yml +++ b/.github/workflows/deploy_with_github_runner.yml @@ -82,34 +82,34 @@ jobs: runner_name: ${{ needs.create_runner.outputs.runner_name }} pat_token: ${{ secrets.BOT_TOKEN_GITHUB }} - update_openapi: - needs: [ deploy ] - runs-on: ubuntu-latest - name: Update OpenAPI - if: ${{ inputs.target == inputs.environment || inputs.target == 'all' }} - environment: ${{ inputs.environment }} - steps: - - name: Checkout - id: checkout - # from https://github.com/actions/checkout/commits/main - uses: actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707 - with: - persist-credentials: false - - - name: Setup Terraform - # from https://github.com/hashicorp/setup-terraform/commits/main - uses: hashicorp/setup-terraform@8feba2b913ea459066180f9cb177f58a881cf146 - with: - terraform_version: "1.3.6" - - - name: Login - id: login - # from https://github.com/Azure/login/commits/master - uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 - with: - client-id: ${{ secrets.CLIENT_ID }} - tenant-id: ${{ secrets.TENANT_ID }} - subscription-id: ${{ secrets.SUBSCRIPTION_ID }} +# update_openapi: +# needs: [ deploy ] +# runs-on: ubuntu-latest +# name: Update OpenAPI +# if: ${{ inputs.target == inputs.environment || inputs.target == 'all' }} +# environment: ${{ inputs.environment }} +# steps: +# - name: Checkout +# id: checkout +# # from https://github.com/actions/checkout/commits/main +# uses: actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707 +# with: +# persist-credentials: false +# +# - name: Setup Terraform +# # from https://github.com/hashicorp/setup-terraform/commits/main +# uses: hashicorp/setup-terraform@8feba2b913ea459066180f9cb177f58a881cf146 +# with: +# terraform_version: "1.3.6" +# +# - name: Login +# id: login +# # from https://github.com/Azure/login/commits/master +# uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 +# with: +# client-id: ${{ secrets.CLIENT_ID }} +# tenant-id: ${{ secrets.TENANT_ID }} +# subscription-id: ${{ secrets.SUBSCRIPTION_ID }} - name: Terraform Apply diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 173a71a..27b5f8c 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -29,7 +29,7 @@ microservice-chart: - 8080 ingress: create: true - host: "weuprod.gps.internal.uat.platform.pagopa.it" + host: "weuprod.gps.internal.platform.pagopa.it" path: /pagopa-gpd-reporting-orgs-enrollment/(.*) servicePort: 8080 serviceAccount: From ef5c68c0f08bbfffc4c0418d9cca71ddc4891db8 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Wed, 10 Apr 2024 15:51:42 +0000 Subject: [PATCH 9/9] Bump to version 0.1.6-4-PAGOPA-1668-update-gpd-reporting-chart [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- openapi/openapi.json | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 93e76fb..b02322d 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-reporting-orgs-enrollment description: Microservice that handles the GPD reporting organizations enrollment type: application -version: 0.10.0 -appVersion: 0.1.6-3-PAGOPA-1668-update-gpd-reporting-chart +version: 0.11.0 +appVersion: 0.1.6-4-PAGOPA-1668-update-gpd-reporting-chart dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 3b3f9bb..404f141 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-reporting-orgs-enrollment - tag: "0.1.6-3-PAGOPA-1668-update-gpd-reporting-chart" + tag: "0.1.6-4-PAGOPA-1668-update-gpd-reporting-chart" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 27b5f8c..7ea1206 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-reporting-orgs-enrollment - tag: "0.1.6-3-PAGOPA-1668-update-gpd-reporting-chart" + tag: "0.1.6-4-PAGOPA-1668-update-gpd-reporting-chart" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 0cd4ac4..bbfa228 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-reporting-orgs-enrollment - tag: "0.1.6-3-PAGOPA-1668-update-gpd-reporting-chart" + tag: "0.1.6-4-PAGOPA-1668-update-gpd-reporting-chart" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 9c7bc6f..e189c92 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "PagoPA API - Reporting Organizations Enrollments", "description": "Reporting orgs enrollment project", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.1.6-3-PAGOPA-1668-update-gpd-reporting-chart" + "version": "0.1.6-4-PAGOPA-1668-update-gpd-reporting-chart" }, "servers": [ { diff --git a/pom.xml b/pom.xml index c8c73e9..8e07934 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa ReportingOrgsEnrollment - 0.1.6-3-PAGOPA-1668-update-gpd-reporting-chart + 0.1.6-4-PAGOPA-1668-update-gpd-reporting-chart PagoPA API - Reporting Organizations Enrollments Reporting orgs enrollment project