From be081f1d9c7affe79ee08a1659ce451ae4d7a5e6 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 19 Dec 2023 15:46:59 +0000 Subject: [PATCH] Bump to version 0.0.1-1-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 a18ee0e5..54391808 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.2.0 -appVersion: 0.0.1 +version: 0.3.0 +appVersion: 0.0.1-1-fix_pom dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index f7ad49cd..c739afc2 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" + tag: "0.0.1-1-fix_pom" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index e63005ec..19e1703e 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" + tag: "0.0.1-1-fix_pom" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index fdeb86e1..47cf7b8b 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" + tag: "0.0.1-1-fix_pom" pullPolicy: Always livenessProbe: httpGet: diff --git a/pom.xml b/pom.xml index 27d62eba..3b812f5c 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa stand-in-manager - 0.0.1 + 0.0.1-1-fix_pom Stand in Manager