Skip to content

Commit

Permalink
bump up redis-operator v1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Mar 7, 2022
1 parent bc62875 commit cb123f6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/harbor-operator/README.md
Original file line number Diff line number Diff line change
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.rbac.install | bool | `true` | |
| redis-operator.image.tag | string | `"v1.1.1"` | |
| 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
4 changes: 2 additions & 2 deletions charts/harbor-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ affinity: {}
redis-operator:
# redis-operator.enabled -- Whether to enabled [Redis Operator](https://github.com/spotahome/redis-operator)
enabled: false
rbac:
install: true
image:
tag: v1.1.1

minio-operator:
# minio-operator.enabled -- Whether to enabled [MinIO Operator](https://github.com/minio/operator)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/prometheus/client_golang v1.11.0
github.com/sethvargo/go-password v0.1.3
github.com/sirupsen/logrus v1.8.1
github.com/spotahome/redis-operator v1.1.0-rc.3
github.com/spotahome/redis-operator v1.1.1
github.com/stretchr/testify v1.7.0
github.com/theupdateframework/notary v0.6.1
github.com/uber/jaeger-client-go v2.24.0+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1381,8 +1381,8 @@ github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5q
github.com/spf13/viper v1.7.1/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg=
github.com/spf13/viper v1.8.1/go.mod h1:o0Pch8wJ9BVSWGQMbra6iw0oQ5oktSIBaujf1rJH9Ns=
github.com/spotahome/kooper/v2 v2.1.0/go.mod h1:rhtV7NglWeNF13v8Y3Ct6E1uEpz0ahRIPh9KIVGvp/M=
github.com/spotahome/redis-operator v1.1.0-rc.3 h1:h04m62vKSig+okZ+Mm24gEfzBPNnTKY8pybQC3gJZfM=
github.com/spotahome/redis-operator v1.1.0-rc.3/go.mod h1:bXvvnesGbda+UXMX4SlXF9aBk7mFHtyE1ATKnvBntNk=
github.com/spotahome/redis-operator v1.1.1 h1:0GBtvUXOodv6n10FHySFrIKSj6ykZOymgWJrjL58rpw=
github.com/spotahome/redis-operator v1.1.1/go.mod h1:bXvvnesGbda+UXMX4SlXF9aBk7mFHtyE1ATKnvBntNk=
github.com/ssdb/gossdb v0.0.0-20180723034631-88f6b59b84ec/go.mod h1:QBvMkMya+gXctz3kmljlUCu/yB3GZ6oee+dUozsezQE=
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980/go.mod h1:AO3tvPzVZ/ayst6UlUKUv6rcPQInYe3IknH3jYhAKu8=
github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8=
Expand Down
4 changes: 2 additions & 2 deletions manifests/cluster/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38800,7 +38800,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
cache.goharbor.io/version: v1.1.0-rc.3
cache.goharbor.io/version: v1.1.1
database.goharbor.io/version: v1.5.0
storage.goharbor.io/version: v4.3.2
labels:
Expand Down Expand Up @@ -39017,7 +39017,7 @@ spec:
app: redisoperator
spec:
containers:
- image: quay.io/spotahome/redis-operator:v1.1.0-rc.3
- image: quay.io/spotahome/redis-operator:v1.1.1
imagePullPolicy: IfNotPresent
name: app
resources:
Expand Down
6 changes: 3 additions & 3 deletions manifests/cluster/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ commonAnnotations:
resources:
- ../../config/default # harbor operator
- patch/namespace.yaml
- https://raw.githubusercontent.com/spotahome/redis-operator/master/example/operator/all-redis-operator-resources.yaml?ref=v1.1.0-rc.3 # redis operator
- https://raw.githubusercontent.com/spotahome/redis-operator/master/manifests/databases.spotahome.com_redisfailovers.yaml?ref=v1.1.0-rc.3 # redis operator crd
- https://raw.githubusercontent.com/spotahome/redis-operator/master/example/operator/all-redis-operator-resources.yaml?ref=v1.1.1 # redis operator
- https://raw.githubusercontent.com/spotahome/redis-operator/master/manifests/databases.spotahome.com_redisfailovers.yaml?ref=v1.1.1 # redis operator crd
- github.com/zalando/postgres-operator/manifests?ref=v1.6.3 # postgresql operator
- github.com/minio/operator?ref=v4.3.2 # minIO storage operator

Expand All @@ -38,7 +38,7 @@ patchesJson6902:

images:
- name: quay.io/spotahome/redis-operator
newTag: v1.1.0-rc.3
newTag: v1.1.1
- name: minio/operator
newName: quay.io/minio/operator
- name: minio/console
Expand Down
2 changes: 1 addition & 1 deletion manifests/cluster/patch/annotations.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- op: add
path: "/metadata/annotations"
value:
cache.goharbor.io/version: v1.1.0-rc.3
cache.goharbor.io/version: v1.1.1
database.goharbor.io/version: v1.5.0
storage.goharbor.io/version: v4.3.2

0 comments on commit cb123f6

Please sign in to comment.