Skip to content

Commit

Permalink
Merge pull request #1356 from MinerYang/1.11.0
Browse files Browse the repository at this point in the history
Bump up version to 1.11.0, appVersion to 2.7.0
  • Loading branch information
MinerYang authored Dec 19, 2022
2 parents 185354a + f32af24 commit acd996e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 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.11.0
appVersion: 2.7.0
description: An open source trusted cloud native registry that stores, signs, and scans content
keywords:
- docker
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('harbor@main') _
@Library('harbor@2.7') _
import io.goharbor.*

class HarborChartFreshInstallPipelineExecutor extends FreshInstallPipelineExecutor implements Serializable {
Expand Down
26 changes: 13 additions & 13 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ enableMigrateHelmHook: false
nginx:
image:
repository: goharbor/nginx-photon
tag: dev
tag: v2.7.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand All @@ -443,7 +443,7 @@ nginx:
portal:
image:
repository: goharbor/harbor-portal
tag: dev
tag: v2.7.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand All @@ -465,7 +465,7 @@ portal:
core:
image:
repository: goharbor/harbor-core
tag: dev
tag: v2.7.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -512,7 +512,7 @@ core:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: dev
tag: v2.7.0
replicas: 1
revisionHistoryLimit: 10
# set the service account to be used, default if left empty
Expand Down Expand Up @@ -552,15 +552,15 @@ registry:
registry:
image:
repository: goharbor/registry-photon
tag: dev
tag: v2.7.0
# resources:
# requests:
# memory: 256Mi
# cpu: 100m
controller:
image:
repository: goharbor/harbor-registryctl
tag: dev
tag: v2.7.0

# resources:
# requests:
Expand Down Expand Up @@ -620,7 +620,7 @@ chartmuseum:
absoluteUrl: false
image:
repository: goharbor/chartmuseum-photon
tag: dev
tag: v2.7.0
replicas: 1
revisionHistoryLimit: 10
# resources:
Expand All @@ -644,7 +644,7 @@ trivy:
# repository the repository for Trivy adapter image
repository: goharbor/trivy-adapter-photon
# tag the tag for Trivy adapter image
tag: dev
tag: v2.7.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -719,7 +719,7 @@ notary:
automountServiceAccountToken: false
image:
repository: goharbor/notary-server-photon
tag: dev
tag: v2.7.0
replicas: 1
# resources:
# requests:
Expand All @@ -741,7 +741,7 @@ notary:
automountServiceAccountToken: false
image:
repository: goharbor/notary-signer-photon
tag: dev
tag: v2.7.0
replicas: 1
# resources:
# requests:
Expand Down Expand Up @@ -773,7 +773,7 @@ database:
automountServiceAccountToken: false
image:
repository: goharbor/harbor-db
tag: dev
tag: v2.7.0
# The initial superuser password for internal database
password: "changeit"
# The size limit for Shared memory, pgSQL use it for shared_buffer
Expand Down Expand Up @@ -845,7 +845,7 @@ redis:
automountServiceAccountToken: false
image:
repository: goharbor/redis-photon
tag: dev
tag: v2.7.0
# resources:
# requests:
# memory: 256Mi
Expand Down Expand Up @@ -888,7 +888,7 @@ exporter:
automountServiceAccountToken: false
image:
repository: goharbor/harbor-exporter
tag: dev
tag: v2.7.0
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down

0 comments on commit acd996e

Please sign in to comment.