Skip to content

Commit

Permalink
change default dev image
Browse files Browse the repository at this point in the history
Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Jun 15, 2022
1 parent fbdfd4c commit bd91612
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/harbor-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
# image.pullPolicy -- The image pull policy for the controller.
pullPolicy: IfNotPresent
# image.tag -- The image tag whose default is the chart appVersion.
tag: "v1.3.0-rc3"
tag: "dev"

# installCRDs -- If true, CRD resources will be installed as part of the Helm chart. If enabled, when uninstalling CRD resources will be deleted causing all installed custom resources to be DELETED
installCRDs: false
Expand Down
2 changes: 1 addition & 1 deletion manifests/cluster/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ images:
newName: ghcr.io/goharbor/postgres-operator
- name: goharbor/harbor-operator
newName: ghcr.io/goharbor/harbor-operator
newTag: v1.3.0-rc3
newTag: dev_master
2 changes: 1 addition & 1 deletion manifests/harbor/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ resources:
images:
- name: goharbor/harbor-operator
newName: ghcr.io/goharbor/harbor-operator
newTag: v1.3.0-rc3
newTag: dev_master

0 comments on commit bd91612

Please sign in to comment.