update operator
All checks were successful
lint-test-helm / lint-helm (push) Successful in 25s
render-manifests-push / render-manifests-push (push) Successful in 46s
renovate / renovate (push) Successful in 2m16s

This commit is contained in:
2026-01-08 14:31:20 -06:00
parent 0169cc5055
commit ffbb21ebb8
2 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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: