diff --git a/helm/Chart.yaml b/helm/Chart.yaml index b722988..e850378 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: pagopa-print-payment-notice-generator description: Microservice that handles services for notice print generation type: application -version: 0.34.0 +version: 0.35.0 appVersion: 0.3.1 dependencies: - name: microservice-chart diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 8852322..ad10488 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -17,7 +17,7 @@ microservice-chart: httpGet: path: /actuator/health/readiness port: 8080 - initialDelaySeconds: 150 + initialDelaySeconds: 180 failureThreshold: 6 periodSeconds: 10 deployment: