diff --git a/helm/Chart.yaml b/helm/Chart.yaml index aed0696..ca69528 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -6,5 +6,5 @@ version: "0.56.0" appVersion: "1.1.3" dependencies: - name: microservice-chart - version: 7.5.0 + version: 8.0.2 repository: "https://pagopa.github.io/aks-microservice-chart-blueprint" diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 7d304c6..9b9f787 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -20,6 +20,11 @@ microservice-chart: deployment: create: true replicas: 1 + strategy: + type: RollingUpdate + rollingUpdate: + maxUnavailable: 0 + maxSurge: 1 serviceMonitor: create: true endpoints: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index b4d7e35..a5b23d3 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -20,6 +20,11 @@ microservice-chart: deployment: create: true replicas: 1 + strategy: + type: RollingUpdate + rollingUpdate: + maxUnavailable: 0 + maxSurge: 1 serviceMonitor: create: true endpoints: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 5f034f3..502a9d8 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -20,6 +20,11 @@ microservice-chart: deployment: create: true replicas: 1 + strategy: + type: RollingUpdate + rollingUpdate: + maxUnavailable: 0 + maxSurge: 1 serviceMonitor: create: true endpoints: