diff --git a/helm/Chart.yaml b/helm/Chart.yaml index aff68e4..878c258 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-nodo-verifyko-aux description: A service that permits to handle stored Verify KO events in hot-storage and cold-storage type: application -version: 0.5.0 -appVersion: 0.1.4 +version: 0.6.0 +appVersion: 0.1.5 dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 1b334a0..c02a1a8 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-nodo-verifyko-aux - tag: "0.1.4" + tag: "0.1.5" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 732f8e6..9563b46 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-nodo-verifyko-aux - tag: "0.1.4" + tag: "0.1.5" pullPolicy: Always livenessProbe: httpGet: @@ -34,9 +34,9 @@ microservice-chart: servicePort: 8080 serviceAccount: create: false - annotations: { } + annotations: {} name: "" - podAnnotations: { } + podAnnotations: {} podSecurityContext: seccompProfile: type: RuntimeDefault @@ -94,8 +94,8 @@ microservice-chart: tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" tmpVolumeMount: create: true - nodeSelector: { } - tolerations: [ ] + nodeSelector: {} + tolerations: [] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 1d31eb2..b659abd 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-nodo-verifyko-aux - tag: "0.1.4" + tag: "0.1.5" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 418ac9f..d6954bf 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "description": "A service that permits to handle stored Verify KO events in hot-storage and cold-storage.", "termsOfService": "https://www.pagopa.gov.it/", "title": "nodo-verifyko-aux", - "version": "0.1.4" + "version": "0.1.5" }, "servers": [ { diff --git a/pom.xml b/pom.xml index e61b86b..f3e5f68 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa nodo-verifyko-aux - 0.1.4 + 0.1.5 pagoPA Nodo VerifyKO Auxiliary tools A service that permits to handle stored Verify KO events in hot-storage and cold-storage.