diff --git a/clusters/cl01tl/helm/redis-operator/Chart.yaml b/clusters/cl01tl/helm/redis-operator/Chart.yaml index 4fffa2f70..155e4f8f5 100644 --- a/clusters/cl01tl/helm/redis-operator/Chart.yaml +++ b/clusters/cl01tl/helm/redis-operator/Chart.yaml @@ -15,8 +15,8 @@ maintainers: - name: alexlebens dependencies: - name: redis-operator - version: 0.22.2 + version: 0.23.0 repository: https://ot-container-kit.github.io/helm-charts/ icon: https://github.com/OT-CONTAINER-KIT/redis-operator/raw/main/static/redis-operator-logo.svg # renovate: github=OT-CONTAINER-KIT/redis-operator -appVersion: v0.21.0 +appVersion: v0.23.0 diff --git a/clusters/cl01tl/helm/redis-operator/values.yaml b/clusters/cl01tl/helm/redis-operator/values.yaml index 9a6ab8844..70b4077d0 100644 --- a/clusters/cl01tl/helm/redis-operator/values.yaml +++ b/clusters/cl01tl/helm/redis-operator/values.yaml @@ -1,7 +1,12 @@ redis-operator: redisOperator: imageName: ghcr.io/ot-container-kit/redis-operator/redis-operator - imageTag: v0.21.0 + imageTag: v0.23.0 + strategy: + type: RollingUpdate + rollingUpdate: + maxSurge: 50% + maxUnavailable: 50% metrics: enabled: true resources: