From 77a2d7d9e35254841b5d938fd57ba9586218b2e8 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 19 Dec 2023 17:02:32 +0000 Subject: [PATCH] Bump to version 0.0.1-10-fix_pom [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index fe7748f8..6989dcd8 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-stand-in-manager description: Microservice that handles Stand-In activation/deactivation process type: application -version: 0.11.0 -appVersion: 0.0.1-9-fix_pom +version: 0.12.0 +appVersion: 0.0.1-10-fix_pom dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 30e6c937..981df5d3 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -2,7 +2,7 @@ microservice-chart: namespace: "nodo" image: repository: ghcr.io/pagopa/pagopa-stand-in-manager - tag: "0.0.1-9-fix_pom" + tag: "0.0.1-10-fix_pom" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 2ec204c4..898313cd 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -2,7 +2,7 @@ microservice-chart: namespace: "nodo" image: repository: ghcr.io/pagopa/pagopa-stand-in-manager - tag: "0.0.1-9-fix_pom" + tag: "0.0.1-10-fix_pom" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 8ca7b04d..ca4fbe8e 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -2,7 +2,7 @@ microservice-chart: namespace: "nodo" image: repository: ghcr.io/pagopa/pagopa-stand-in-manager - tag: "0.0.1-9-fix_pom" + tag: "0.0.1-10-fix_pom" pullPolicy: Always livenessProbe: httpGet: diff --git a/pom.xml b/pom.xml index ee1694c9..c4f2687b 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa stand-in-manager - 0.0.1-9-fix_pom + 0.0.1-10-fix_pom Stand in Manager