Skip to content

Commit

Permalink
redissentinel-crd: field for nodePort
Browse files Browse the repository at this point in the history
  • Loading branch information
djangoyi-yunify committed Sep 24, 2024
1 parent a5321dd commit 25e5933
Show file tree
Hide file tree
Showing 3 changed files with 5 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.3"
appVersion: "1.3.4"
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.3
version: 1.3.4
home: https://github.com/QingCloudAppcenter/Redis-operator
icon: https://github.com/QingCloudAppcenter/Redis-operator/raw/main/static/redis-operator-logo.png
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ spec:
- image
- redisVersion
type: object
nodePort:
type: boolean
nodeSelector:
additionalProperties:
type: string
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 @@ -6,7 +6,7 @@ global:
redisOperator:
name: redis-operator
imageName: radondb/redis-operator
imageTag: v1.3.3
imageTag: v1.3.4
imagePullPolicy: IfNotPresent
imagePrefix: docker.io

Expand Down

0 comments on commit 25e5933

Please sign in to comment.