Skip to content

Commit

Permalink
feat: update images and tags for FC testing
Browse files Browse the repository at this point in the history
Signed-off-by: Shengwen Yu <[email protected]>
  • Loading branch information
Shengwen Yu committed Apr 23, 2024
1 parent 99ac8b7 commit c22a098
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: harbor
version: 1.4.0-dev
appVersion: dev
version: 1.15.0
appVersion: 2.11.0-fc
description: An open source trusted cloud native registry that stores, signs, and scans content
keywords:
- docker
Expand Down
40 changes: 20 additions & 20 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,8 @@ containerSecurityContext:
# If service exposed via "ingress", the Nginx will not be used
nginx:
image:
repository: goharbor/nginx-photon
tag: dev
repository: zigzag18/nginx-photon
tag: v2.11.0-build.2621
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -513,8 +513,8 @@ nginx:

portal:
image:
repository: goharbor/harbor-portal
tag: dev
repository: zigzag18/harbor-portal
tag: v2.11.0-build.2621
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -546,8 +546,8 @@ portal:

core:
image:
repository: goharbor/harbor-core
tag: dev
repository: zigzag18/harbor-core
tag: v2.11.0-build.2621
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -626,8 +626,8 @@ core:

jobservice:
image:
repository: goharbor/harbor-jobservice
tag: dev
repository: zigzag18/harbor-jobservice
tag: v2.11.0-build.2621
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -682,17 +682,17 @@ jobservice:
registry:
registry:
image:
repository: goharbor/registry-photon
tag: dev
repository: zigzag18/registry-photon
tag: v2.11.0-build.2621
# resources:
# requests:
# memory: 256Mi
# cpu: 100m
extraEnvVars: []
controller:
image:
repository: goharbor/harbor-registryctl
tag: dev
repository: zigzag18/harbor-registryctl
tag: v2.11.0-build.2621
# resources:
# requests:
# memory: 256Mi
Expand Down Expand Up @@ -764,9 +764,9 @@ trivy:
enabled: true
image:
# repository the repository for Trivy adapter image
repository: goharbor/trivy-adapter-photon
repository: zigzag18/trivy-adapter-photon
# tag the tag for Trivy adapter image
tag: dev
tag: v2.11.0-build.2621
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -851,8 +851,8 @@ database:
type: internal
internal:
image:
repository: goharbor/harbor-db
tag: dev
repository: zigzag18/harbor-db
tag: v2.11.0-build.2621
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -924,8 +924,8 @@ redis:
type: internal
internal:
image:
repository: goharbor/redis-photon
tag: dev
repository: zigzag18/redis-photon
tag: v2.11.0-build.2621
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -979,8 +979,8 @@ redis:

exporter:
image:
repository: goharbor/harbor-exporter
tag: dev
repository: zigzag18/harbor-exporter
tag: v2.11.0-build.2621
serviceAccountName: ""
# mount the service account token
automountServiceAccountToken: false
Expand Down

0 comments on commit c22a098

Please sign in to comment.