Skip to content

Commit

Permalink
Merge pull request #21 from stefannica/use-harbor-versions
Browse files Browse the repository at this point in the history
Update image tags to match image versioning scheme for Harbor 2.0.0
  • Loading branch information
stefannica authored Aug 5, 2020
2 parents 020942d + cf7bf5a commit cc5ffeb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions harbor-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ proxy:
nginx:
image:
repository: registry.suse.de/devel/caps/registry/containers/registry/harbor-nginx
tag: 1.16.1
tag: 2.0.0-rev1
replicas: 1
# resources:
# requests:
Expand All @@ -366,7 +366,7 @@ nginx:
portal:
image:
repository: registry.suse.de/devel/caps/registry/containers/registry/harbor-portal
tag: 2.0.0
tag: 2.0.0-rev1
replicas: 1
# resources:
# requests:
Expand All @@ -381,7 +381,7 @@ portal:
core:
image:
repository: registry.suse.de/devel/caps/registry/containers/registry/harbor-core
tag: 2.0.0
tag: 2.0.0-rev1
replicas: 1
## Liveness probe values
livenessProbe:
Expand Down Expand Up @@ -412,7 +412,7 @@ core:
jobservice:
image:
repository: registry.suse.de/devel/caps/registry/containers/registry/harbor-jobservice
tag: 2.0.0
tag: 2.0.0-rev1
replicas: 1
maxJobWorkers: 10
# The logger for jobs: "file", "database" or "stdout"
Expand All @@ -435,7 +435,7 @@ registry:
registry:
image:
repository: registry.suse.de/devel/caps/registry/containers/registry/harbor-registry
tag: 2.7.1
tag: 2.0.0-rev1

# resources:
# requests:
Expand All @@ -444,7 +444,7 @@ registry:
controller:
image:
repository: registry.suse.de/devel/caps/registry/containers/registry/harbor-registryctl
tag: 2.0.0
tag: 2.0.0-rev1

# resources:
# requests:
Expand Down Expand Up @@ -536,7 +536,7 @@ trivy:
# repository the repository for Trivy adapter image
repository: registry.suse.de/devel/caps/registry/containers/registry/harbor-trivy-adapter
# tag the tag for Trivy adapter image
tag: 0.9.0
tag: 2.0.0-rev1
# replicas the number of Pod replicas
replicas: 1
# debugMode the flag to enable Trivy debug mode with more verbose scanning log
Expand Down Expand Up @@ -621,11 +621,11 @@ database:
internal:
image:
repository: registry.suse.de/devel/caps/registry/containers/registry/harbor-db
tag: 12.3
tag: 2.0.0-rev1
# the image used by the init container
initContainerImage:
repository: registry.suse.com/suse/sle15
tag: latest
tag: 15.2
# The initial superuser password for internal database
password: "changeit"
# resources:
Expand Down Expand Up @@ -669,7 +669,7 @@ redis:
internal:
image:
repository: registry.suse.de/devel/caps/registry/containers/registry/harbor-redis
tag: 6.0.5
tag: 2.0.0-rev1
# resources:
# requests:
# memory: 256Mi
Expand Down

0 comments on commit cc5ffeb

Please sign in to comment.