diff --git a/argocd-helm-charts/redis-operator/Chart.lock b/argocd-helm-charts/redis-operator/Chart.lock index a6954cfa6..3037f02f4 100644 --- a/argocd-helm-charts/redis-operator/Chart.lock +++ b/argocd-helm-charts/redis-operator/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: redis-operator repository: https://ot-container-kit.github.io/helm-charts - version: 0.15.9 -digest: sha256:123ee481020e0445117416f449a183a4cc8161d9373c27717faa4312ab764333 -generated: "2024-05-17T13:40:02.189374422+02:00" + version: 0.16.1 +digest: sha256:92c43f0bbb7ef95924d05fd097230b142957b1eef48819014dedf88221a4b941 +generated: "2024-05-31T12:23:50.9366238+05:30" diff --git a/argocd-helm-charts/redis-operator/Chart.yaml b/argocd-helm-charts/redis-operator/Chart.yaml index 89584e2f9..0927eb8d2 100644 --- a/argocd-helm-charts/redis-operator/Chart.yaml +++ b/argocd-helm-charts/redis-operator/Chart.yaml @@ -5,6 +5,6 @@ name: redis-operator version: 1.0.0 dependencies: - name: redis-operator - version: 0.15.9 + version: 0.16.1 alias: redisOperator repository: https://ot-container-kit.github.io/helm-charts diff --git a/argocd-helm-charts/redis-operator/charts/redis-operator/Chart.yaml b/argocd-helm-charts/redis-operator/charts/redis-operator/Chart.yaml index ab5e4c430..57f2c7fdb 100644 --- a/argocd-helm-charts/redis-operator/charts/redis-operator/Chart.yaml +++ b/argocd-helm-charts/redis-operator/charts/redis-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.15.1 +appVersion: 0.17.0 dependencies: - alias: certmanager condition: certmanager.enabled @@ -22,4 +22,4 @@ maintainers: name: redis-operator sources: - https://github.com/OT-CONTAINER-KIT/redis-operator -version: 0.15.9 +version: 0.16.1 diff --git a/argocd-helm-charts/redis-operator/charts/redis-operator/values.yaml b/argocd-helm-charts/redis-operator/charts/redis-operator/values.yaml index 79b3861af..ba4da7f82 100644 --- a/argocd-helm-charts/redis-operator/charts/redis-operator/values.yaml +++ b/argocd-helm-charts/redis-operator/charts/redis-operator/values.yaml @@ -1,7 +1,7 @@ --- redisOperator: name: redis-operator - imageName: quay.io/opstree/redis-operator + imageName: ghcr.io/ot-container-kit/redis-operator/redis-operator # Overrides the image tag whose default is the chart appVersion. imageTag: "" imagePullPolicy: Always