diff --git a/helm/Chart.yaml b/helm/Chart.yaml index d449dde11..85a4200eb 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -6,5 +6,5 @@ version: 0.244.0 appVersion: 0.17.0 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 e7caeb381..48777a858 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -20,14 +20,14 @@ microservice-chart: initialDelaySeconds: 90 failureThreshold: 6 periodSeconds: 10 - strategy: - type: RollingUpdate - rollingUpdate: - maxUnavailable: 0 - maxSurge: 1 deployment: create: true replicas: 1 # (default) same as HPA minReplica + strategy: + type: RollingUpdate + rollingUpdate: + maxUnavailable: 0 + maxSurge: 1 service: create: true type: ClusterIP diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 0fcaa78ca..e72f07e33 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -20,14 +20,14 @@ microservice-chart: initialDelaySeconds: 60 failureThreshold: 10 periodSeconds: 10 - strategy: - type: RollingUpdate - rollingUpdate: - maxUnavailable: 0 - maxSurge: 1 deployment: create: true replicas: 3 # same as HPA minReplica + strategy: + type: RollingUpdate + rollingUpdate: + maxUnavailable: 0 + maxSurge: 1 service: create: true type: ClusterIP diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 14697e5f9..1e5dc6767 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -20,14 +20,14 @@ microservice-chart: initialDelaySeconds: 60 failureThreshold: 10 periodSeconds: 10 - strategy: - type: RollingUpdate - rollingUpdate: - maxUnavailable: 0 - maxSurge: 1 deployment: create: true replicas: 1 # (default) same as HPA minReplica + strategy: + type: RollingUpdate + rollingUpdate: + maxUnavailable: 0 + maxSurge: 1 service: create: true type: ClusterIP