From 2f74a70c9e3db264af16cd5ddeec1a8918234bb1 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 11 Jan 2024 14:54:03 +0000 Subject: [PATCH] Bump to version 0.0.1-42-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 cb4bd71e..7f641ecb 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.43.0 -appVersion: 0.0.1-41-fix_pom +version: 0.44.0 +appVersion: 0.0.1-42-fix_pom dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index feff08f0..f04a1c53 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-stand-in-manager - tag: "0.0.1-41-fix_pom" + tag: "0.0.1-42-fix_pom" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 4e145333..011f128a 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-41-fix_pom" + tag: "0.0.1-42-fix_pom" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index c178c808..6d5ab286 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-41-fix_pom" + tag: "0.0.1-42-fix_pom" pullPolicy: Always livenessProbe: httpGet: diff --git a/pom.xml b/pom.xml index 3817fa07..59fd67a0 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa stand-in-manager - 0.0.1-41-fix_pom + 0.0.1-42-fix_pom Stand in Manager