Skip to content

Commit

Permalink
bump up harbor v2.3.3
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 29, 2021
1 parent 056985d commit fdef8ca
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/LCM/upgrade-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For upgrading Harbor cluster across different minor versions, an operator upgrad

1. Upgrade the harbor operator to the newer version that supports the Harbor version you're planning to upgrade your existing Harbor cluster to by `helm` or `kustomize`, the method depends on the original way to install the harbor operator. [Installation](../installation/installation.md) is a reference resources to upgrade the harbor operator to new release.

1. Edit the manifest of the harbor cluster by `kubectl` and set the `version` field to the newer Harbor version (e.g:`2.3.0`) in the spec.
1. Edit the manifest of the harbor cluster by `kubectl` and set the `version` field to the newer Harbor version (e.g:`2.3.3`) in the spec.

```bash
kubectl -n harbor-cluster-ns edit harborclusters cluster-name
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ metadata:
name: harborcluster-sample
namespace: cluster-sample-ns
spec:
version: 2.3.0
version: 2.3.3
logLevel: info
network:
ipFamilies:
Expand Down
3 changes: 2 additions & 1 deletion manifests/samples/full_stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ metadata:
name: harborcluster-sample
namespace: cluster-sample-ns
spec:
version: 2.3.0
version: 2.3.3
logLevel: info
network:
ipFamilies:
Expand Down Expand Up @@ -135,6 +135,7 @@ spec:
expose:
ingress:
host: minio.harbor.domain
controller: default
tls:
certificateRef: sample-public-certificate
volumesPerServer: 2
Expand Down
2 changes: 1 addition & 1 deletion manifests/samples/minimal_stack_fs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ metadata:
name: harborcluster-sample
namespace: cluster-sample-ns
spec:
version: 2.3.0
version: 2.3.3
logLevel: info
imageSource:
repository: ghcr.io/goharbor
Expand Down
3 changes: 2 additions & 1 deletion manifests/samples/minimal_stack_incluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ metadata:
name: harborcluster-sample
namespace: cluster-sample-ns
spec:
version: 2.3.0
version: 2.3.3
logLevel: info
imageSource:
repository: ghcr.io/goharbor
Expand Down Expand Up @@ -119,6 +119,7 @@ spec:
expose:
ingress:
host: minio.harbor.domain
controller: default
tls:
certificateRef: sample-public-certificate
volumesPerServer: 2
Expand Down
2 changes: 1 addition & 1 deletion manifests/samples/standard_stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ spec:
host: harbor-redis-master
passwordRef: harbor-redis
port: 6379
version: 2.3.0
version: 2.3.3
chartmuseum: {}
core:
tokenIssuer:
Expand Down
2 changes: 1 addition & 1 deletion manifests/samples/standard_stack_fs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ metadata:
name: harborcluster-sample
namespace: cluster-sample-ns
spec:
version: 2.3.0
version: 2.3.3
logLevel: info
imageSource:
repository: ghcr.io/goharbor
Expand Down

0 comments on commit fdef8ca

Please sign in to comment.