From 8fa692668154d1b9e7f425fad4b11bcd26f7815a Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Fri, 5 Jul 2024 10:23:03 +0000 Subject: [PATCH] Bump to version 1.3.2 [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-uat.yaml | 2 +- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index edce969..d0b6af5 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-mocker description: Microservice that permits to dynamically generate mocked responses type: application -version: 1.43.0 -appVersion: 1.3.1 +version: 1.44.0 +appVersion: 1.3.2 dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 3194cc3..3565ffe 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-mocker - tag: "1.3.1" + tag: "1.3.2" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 0b3fd93..471b704 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-mocker - tag: "1.3.1" + tag: "1.3.2" pullPolicy: Always livenessProbe: httpGet: diff --git a/pom.xml b/pom.xml index af0e5a2..44381d3 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ it.gov.pagopa mocker - 1.3.1 + 1.3.2 pagopa-mocker An HTTP request analyzer for dynamically mocking responses