Skip to content

Commit

Permalink
upgrade redis-operator image tag to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djangoyi-yunify committed Feb 2, 2024
1 parent 0024f17 commit 6c5d3bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/redis-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
apiVersion: v2
appVersion: "1.3.1"
appVersion: "1.3.2"
description: Provides easy redis setup definitions for Kubernetes services, and deployment.
engine: gotpl
maintainers:
- name: RadonDB
name: redis-operator
sources:
- https://github.com/QingCloudAppcenter/Redis-operator
version: 1.3.1
version: 1.3.2
home: https://github.com/QingCloudAppcenter/Redis-operator
icon: https://github.com/QingCloudAppcenter/Redis-operator/raw/main/static/redis-operator-logo.png
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/redis-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
redisOperator:
name: redis-operator
imageName: radondb/redis-operator
imageTag: v1.3.1
imageTag: v1.3.2
imagePullPolicy: IfNotPresent
imagePrefix: docker.io

Expand Down

0 comments on commit 6c5d3bc

Please sign in to comment.