Skip to content

Commit

Permalink
bump up redis-operator 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Sep 19, 2022
1 parent e6d24ff commit 508b57a
Show file tree
Hide file tree
Showing 4 changed files with 10,963 additions and 1,600 deletions.
2 changes: 1 addition & 1 deletion charts/harbor-operator/README.md
Expand Up @@ -53,7 +53,7 @@ Deploy Harbor Operator
| priorityClassName | string | `""` | priority class to be used for the harbor-operator pods |
| rbac.create | bool | `true` | Whether to install Role Based Access Control |
| redis-operator.enabled | bool | `false` | Whether to enabled [Redis Operator](https://github.com/spotahome/redis-operator) |
| redis-operator.image.tag | string | `"v1.1.1"` | |
| redis-operator.image.tag | string | `"v1.2.0"` | |
| replicaCount | int | `1` | Number of replicas for the controller |
| resources | object | `{"limits":{"cpu":"500m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"200Mi"}}` | Expects input structure as per specification <https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#resourcerequirements-v1-core> |
| service.port | int | `443` | Expose port for WebHook controller |
Expand Down
2 changes: 1 addition & 1 deletion charts/harbor-operator/values.yaml
Expand Up @@ -253,7 +253,7 @@ redis-operator:
# redis-operator.enabled -- Whether to enabled [Redis Operator](https://github.com/spotahome/redis-operator)
enabled: false
image:
tag: v1.1.1
tag: v1.2.0

minio-operator:
# minio-operator.enabled -- Whether to enabled [MinIO Operator](https://github.com/minio/operator)
Expand Down

0 comments on commit 508b57a

Please sign in to comment.