Skip to content

Commit

Permalink
Merge pull request #1001 from ninjadq/1.6.0
Browse files Browse the repository at this point in the history
Bump up OSS Harbor to 2.2.3
  • Loading branch information
ninjadq authored Jul 8, 2021
2 parents d0b0f00 + 18e4fd7 commit fc2d643
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Create kind cluster
uses: helm/[email protected]
with:
version: v0.9.0
version: v0.11.1
node_image: kindest/node:${{ matrix.k8s_version }}
cluster_name: kind-cluster-${{ matrix.k8s_version }}
config: test/integration/kind-cluster.yaml
Expand Down
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.6.2
appVersion: 2.2.2
version: 1.6.3
appVersion: 2.2.3
description: An open source trusted cloud native registry that stores, signs, and scans content
keywords:
- docker
Expand Down
26 changes: 13 additions & 13 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ proxy:
nginx:
image:
repository: goharbor/nginx-photon
tag: v2.2.2
tag: v2.2.3
# set the service account to be used, default if left empty
serviceAccountName: ""
replicas: 1
Expand All @@ -387,7 +387,7 @@ nginx:
portal:
image:
repository: goharbor/harbor-portal
tag: v2.2.2
tag: v2.2.3
# set the service account to be used, default if left empty
serviceAccountName: ""
replicas: 1
Expand All @@ -404,7 +404,7 @@ portal:
core:
image:
repository: goharbor/harbor-core
tag: v2.2.2
tag: v2.2.3
# set the service account to be used, default if left empty
serviceAccountName: ""
replicas: 1
Expand Down Expand Up @@ -438,7 +438,7 @@ core:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: v2.2.2
tag: v2.2.3
replicas: 1
# set the service account to be used, default if left empty
serviceAccountName: ""
Expand Down Expand Up @@ -469,15 +469,15 @@ registry:
registry:
image:
repository: goharbor/registry-photon
tag: v2.2.2
tag: v2.2.3
# resources:
# requests:
# memory: 256Mi
# cpu: 100m
controller:
image:
repository: goharbor/harbor-registryctl
tag: v2.2.2
tag: v2.2.3

# resources:
# requests:
Expand Down Expand Up @@ -524,7 +524,7 @@ chartmuseum:
absoluteUrl: false
image:
repository: goharbor/chartmuseum-photon
tag: v2.2.2
tag: v2.2.3
replicas: 1
# resources:
# requests:
Expand All @@ -543,7 +543,7 @@ trivy:
# repository the repository for Trivy adapter image
repository: goharbor/trivy-adapter-photon
# tag the tag for Trivy adapter image
tag: v2.2.2
tag: v2.2.3
# set the service account to be used, default if left empty
serviceAccountName: ""
# replicas the number of Pod replicas
Expand Down Expand Up @@ -600,7 +600,7 @@ notary:
serviceAccountName: ""
image:
repository: goharbor/notary-server-photon
tag: v2.2.2
tag: v2.2.3
replicas: 1
# resources:
# requests:
Expand All @@ -616,7 +616,7 @@ notary:
serviceAccountName: ""
image:
repository: goharbor/notary-signer-photon
tag: v2.2.2
tag: v2.2.3
replicas: 1
# resources:
# requests:
Expand Down Expand Up @@ -644,7 +644,7 @@ database:
serviceAccountName: ""
image:
repository: goharbor/harbor-db
tag: v2.2.2
tag: v2.2.3
# The initial superuser password for internal database
password: "changeit"
# resources:
Expand Down Expand Up @@ -689,7 +689,7 @@ redis:
serviceAccountName: ""
image:
repository: goharbor/redis-photon
tag: v2.2.2
tag: v2.2.3
# resources:
# requests:
# memory: 256Mi
Expand Down Expand Up @@ -725,7 +725,7 @@ exporter:
serviceAccountName: ""
image:
repository: goharbor/harbor-exporter
tag: v2.2.2
tag: v2.2.3
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down

0 comments on commit fc2d643

Please sign in to comment.