Skip to content

Commit

Permalink
use harbor v2.4.1 as default sample
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 17, 2022
1 parent 1a3f4a0 commit c664c8f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: HarborCluster
metadata:
name: sample
spec:
version: 2.4.0
version: 2.4.1
harborAdminPasswordRef: admin-core-secret
externalURL: https://core.harbor.domain
expose:
Expand Down
4 changes: 2 additions & 2 deletions docs/day2/day2-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ spec:
accessCredential:
namespace: kube-system
accessSecretRef: mysecret
version: 2.4.0
version: 2.4.1
insecure: true
```

Expand Down Expand Up @@ -406,7 +406,7 @@ spec:
accessCredential:
namespace: kube-system
accessSecretRef: mysecret
version: 2.4.0
version: 2.4.1
insecure: true
rules: ## rules to define to rewrite image path
- "docker.io=>testharbor" ## <repo-regex>,<harbor-project>
Expand Down
2 changes: 1 addition & 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.4.0
version: 2.4.1
logLevel: info
network:
ipFamilies:
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.4.0
version: 2.4.1
logLevel: info
imageSource:
repository: ghcr.io/goharbor
Expand Down
2 changes: 1 addition & 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.4.0
version: 2.4.1
logLevel: info
imageSource:
repository: ghcr.io/goharbor
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.4.0
version: 2.4.1
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.4.0
version: 2.4.1
logLevel: info
imageSource:
repository: ghcr.io/goharbor
Expand Down

0 comments on commit c664c8f

Please sign in to comment.