Skip to content

Commit

Permalink
update minio-operator 4.4.9
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 25, 2022
1 parent 3d46d2c commit 7bce278
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions charts/harbor-operator/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: minio-operator
- name: operator
repository: https://operator.min.io/
version: 4.3.2
version: 4.4.9
- name: redis-operator
repository: https://spotahome.github.io/redis-operator
version: 3.1.4
- name: postgres-operator
repository: ""
version: 1.6.3
digest: sha256:a83ab1189da727ad8b68ed63268edf497e3c996aa89d5ee6527c6384e8ce2f66
generated: "2022-01-18T22:38:09.96004016+08:00"
digest: sha256:f2bd62e3b155494472fdded8c56843a39ee29e8f67773f38f56165dcab818137
generated: "2022-03-21T16:47:50.074081158Z"
4 changes: 2 additions & 2 deletions charts/harbor-operator/Chart.yaml
Expand Up @@ -20,8 +20,8 @@ home: https://github.com/goharbor/harbor-operator
icon: https://branding.cncf.io/img/projects/harbor/icon/color/harbor-icon-color.svg

dependencies:
- name: minio-operator
version: 4.3.2
- name: operator
version: 4.4.9
condition: minio-operator.enabled
repository: https://operator.min.io/
tags:
Expand Down
1 change: 0 additions & 1 deletion charts/harbor-operator/README.md
Expand Up @@ -43,7 +43,6 @@ Deploy Harbor Operator
| leaderElection.namespace | string | `"kube-system"` | The namespace used to store the ConfigMap for leader election |
| logLevel | int | `4` | Set the verbosity of controller. Range of 0 - 6 with 6 being the most verbose. Info level is 4. |
| minio-operator.enabled | bool | `false` | Whether to enabled [MinIO Operator](https://github.com/minio/operator) |
| minio-operator.image.tag | string | `"v4.4.9"` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | Expects input structure as per specification <https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#nodeselector-v1-core> For example: `[ { "matchExpressions": [ { "key": "kubernetes.io/e2e-az-name", "operator": "In", "values": [ "e2e-az1", "e2e-az2" ] } ] } ]` |
| podAnnotations | object | `{}` | Additional annotations to add to the controller Pods |
Expand Down
2 changes: 0 additions & 2 deletions charts/harbor-operator/values.yaml
Expand Up @@ -258,8 +258,6 @@ redis-operator:
minio-operator:
# minio-operator.enabled -- Whether to enabled [MinIO Operator](https://github.com/minio/operator)
enabled: false
image:
tag: v4.4.9

postgres-operator:
# postgres-operator.enabled -- Whether to enabled [Postgres operator](https://github.com/zalando/postgres-operator)
Expand Down

0 comments on commit 7bce278

Please sign in to comment.