From b7bc800ef8e89955ade8dcb263dd291a953361ec Mon Sep 17 00:00:00 2001 From: Francesco Cesareo Date: Fri, 9 Feb 2024 12:29:15 +0100 Subject: [PATCH 1/2] added comment --- src/test/java/it/gov/pagopa/standinmanager/Initializer.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/java/it/gov/pagopa/standinmanager/Initializer.java b/src/test/java/it/gov/pagopa/standinmanager/Initializer.java index 75b9f727..83560c83 100644 --- a/src/test/java/it/gov/pagopa/standinmanager/Initializer.java +++ b/src/test/java/it/gov/pagopa/standinmanager/Initializer.java @@ -72,6 +72,8 @@ public void initialize(ConfigurableApplicationContext applicationContext) { tempFolder.create(); Path keyStoreFile = tempFolder.newFile("azure-cosmos-emulator.keystore").toPath(); KeyStore keyStore = null; + + // this is a workaround to execute test locally int c=1; while(c<10){ try{ From fb906f158c033be42d1e58e8f35a457b8c4d1598 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Fri, 9 Feb 2024 11:31:33 +0000 Subject: [PATCH 2/2] Bump to version 0.0.3 [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 4cc0691f..4ca4fe65 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.50.0 -appVersion: 0.0.2-3-develop +version: 0.51.0 +appVersion: 0.0.3 dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index b8ec3218..44a63070 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.2-3-develop" + tag: "0.0.3" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index b32b85de..c75cf511 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-stand-in-manager - tag: "0.0.2-3-develop" + tag: "0.0.3" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index aea2a761..8cbc58d5 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-stand-in-manager - tag: "0.0.2-3-develop" + tag: "0.0.3" pullPolicy: Always livenessProbe: httpGet: diff --git a/pom.xml b/pom.xml index 12eaf18f..986b5983 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa stand-in-manager - 0.0.2-3-develop + 0.0.3 Stand in Manager