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 cfb345c8..91e6858d 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