mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 15:27:08 +08:00
[bitnami/harbor] Major version. Adapt Chart to apiVersion: v2 (#4328)
* [bitnami/harbor] Major version. Adapt Chart to apiVersion: v2 * Add note about dependencies change * Update README.md Fix typo in PostgreSQL and remove Redis entry since the Redis changes are the same explained here. In PostgreSQL there are some other changes but not in Redis * [bitnami/harbor] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
committed by
GitHub
parent
72ca4e994d
commit
8a0ac76d9f
@@ -1,12 +1,12 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 9.8.7
|
version: 10.0.0
|
||||||
- name: redis
|
- name: redis
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 11.2.3
|
version: 12.0.1
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 0.10.0
|
version: 1.0.0
|
||||||
digest: sha256:c2e88e89f023990c9674e111009e52a6aa56ae60df6323b5f6fb6b239c53d6a7
|
digest: sha256:993ed4f9a0d84be467365cfdcb8505420a29c248f287f72a251a2b9eda325370
|
||||||
generated: "2020-10-28T11:25:50.413556279Z"
|
generated: "2020-11-18T08:40:01.354827995Z"
|
||||||
@@ -1,14 +1,32 @@
|
|||||||
apiVersion: v1
|
annotations:
|
||||||
name: harbor
|
category: Infrastructure
|
||||||
version: 8.2.0
|
apiVersion: v2
|
||||||
appVersion: 2.1.1
|
appVersion: 2.1.1
|
||||||
|
dependencies:
|
||||||
|
- condition: postgresql.enabled
|
||||||
|
name: postgresql
|
||||||
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
version: 10.x.x
|
||||||
|
- condition: redis.enabled
|
||||||
|
name: redis
|
||||||
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
version: 12.x.x
|
||||||
|
- name: common
|
||||||
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
version: 1.x.x
|
||||||
description: Harbor is an an open source trusted cloud native registry project that stores, signs, and scans content
|
description: Harbor is an an open source trusted cloud native registry project that stores, signs, and scans content
|
||||||
|
engine: gotpl
|
||||||
|
home: https://github.com/bitnami/charts/tree/master/bitnami/harbor
|
||||||
|
icon: https://bitnami.com/assets/stacks/harbor-core/img/harbor-core-stack-220x234.png
|
||||||
keywords:
|
keywords:
|
||||||
- docker
|
- docker
|
||||||
- registry
|
- registry
|
||||||
- vulnerability
|
- vulnerability
|
||||||
- scan
|
- scan
|
||||||
home: https://github.com/bitnami/charts/tree/master/bitnami/harbor
|
maintainers:
|
||||||
|
- email: containers@bitnami.com
|
||||||
|
name: Bitnami
|
||||||
|
name: harbor
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/bitnami-docker-harbor-core
|
- https://github.com/bitnami/bitnami-docker-harbor-core
|
||||||
- https://github.com/bitnami/bitnami-docker-harbor-portal
|
- https://github.com/bitnami/bitnami-docker-harbor-portal
|
||||||
@@ -16,10 +34,4 @@ sources:
|
|||||||
- https://github.com/bitnami/bitnami-docker-harbor-registry
|
- https://github.com/bitnami/bitnami-docker-harbor-registry
|
||||||
- https://github.com/bitnami/bitnami-docker-harbor-registryctl
|
- https://github.com/bitnami/bitnami-docker-harbor-registryctl
|
||||||
- https://goharbor.io/
|
- https://goharbor.io/
|
||||||
maintainers:
|
version: 9.0.0
|
||||||
- name: Bitnami
|
|
||||||
email: containers@bitnami.com
|
|
||||||
engine: gotpl
|
|
||||||
icon: https://bitnami.com/assets/stacks/harbor-core/img/harbor-core-stack-220x234.png
|
|
||||||
annotations:
|
|
||||||
category: Infrastructure
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ This [Helm](https://github.com/kubernetes/helm) chart installs [Harbor](https://
|
|||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- Kubernetes 1.12+
|
- Kubernetes 1.12+
|
||||||
- Helm 2.12+ or Helm 3.0-beta3+
|
- Helm 3.0-beta3+
|
||||||
- PV provisioner support in the underlying infrastructure
|
- PV provisioner support in the underlying infrastructure
|
||||||
- ReadWriteMany volumes for deployment scaling
|
- ReadWriteMany volumes for deployment scaling
|
||||||
|
|
||||||
@@ -65,8 +65,7 @@ The following tables list the configurable parameters of the Harbor chart and th
|
|||||||
|
|
||||||
| Parameter | Description | Default |
|
| Parameter | Description | Default |
|
||||||
|---------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
|
|---------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
|
||||||
| `caBundleSecretName` | The custom ca bundle secret name, the secret must contain key named "ca.crt" which will be injected into the trust store for chartmuseum, clair, core, jobservice, registry, trivy components. | `nil` |
|
| `caBundleSecretName` | The custom ca bundle secret name, the secret must contain key named "ca.crt" which will be injected into the trust store for chartmuseum, clair, core, jobservice, registry, trivy components. | `nil` |
|
||||||
|
|
||||||
| `commonLabels` | Labels to add to all deployed objects | `nil` |
|
| `commonLabels` | Labels to add to all deployed objects | `nil` |
|
||||||
| `commonAnnotations` | Annotations to add to all deployed objects | `[]` |
|
| `commonAnnotations` | Annotations to add to all deployed objects | `[]` |
|
||||||
| `internalTLS.enabled` | Use TLS in all the supported containers: chartmuseum, clair, core, jobservice, portal, registry and trivy | `false` |
|
| `internalTLS.enabled` | Use TLS in all the supported containers: chartmuseum, clair, core, jobservice, portal, registry and trivy | `false` |
|
||||||
@@ -847,21 +846,45 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
|
|||||||
|
|
||||||
Find more information about how to deal with common errors related to Bitnami’s Helm charts in [this troubleshooting guide](https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues).
|
Find more information about how to deal with common errors related to Bitnami’s Helm charts in [this troubleshooting guide](https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues).
|
||||||
|
|
||||||
## Upgrade
|
## Upgrading
|
||||||
|
|
||||||
> NOTE: In you are upgrading an installation that contains a high amount of data, it is recommended to disable the liveness/readiness probes as the migration can take a substantial amount of time.
|
> NOTE: In you are upgrading an installation that contains a high amount of data, it is recommended to disable the liveness/readiness probes as the migration can take a substantial amount of time.
|
||||||
|
|
||||||
## 8.0.0
|
### To 9.0.0
|
||||||
|
|
||||||
|
[On November 13, 2020, Helm v2 support was formally finished](https://github.com/helm/charts#status-of-the-project), this major version is the result of the required changes applied to the Helm Chart to be able to incorporate the different features added in Helm v3 and to be consistent with the Helm project itself regarding the Helm v2 EOL.
|
||||||
|
|
||||||
|
**What changes were introduced in this major version?**
|
||||||
|
|
||||||
|
- Previous versions of this Helm Chart use `apiVersion: v1` (installable by both Helm 2 and 3), this Helm Chart was updated to `apiVersion: v2` (installable by Helm 3 only). [Here](https://helm.sh/docs/topics/charts/#the-apiversion-field) you can find more information about the `apiVersion` field.
|
||||||
|
- Move dependency information from the *requirements.yaml* to the *Chart.yaml*
|
||||||
|
- After running `helm dependency update`, a *Chart.lock* file is generated containing the same structure used in the previous *requirements.lock*
|
||||||
|
- The different fields present in the *Chart.yaml* file has been ordered alphabetically in a homogeneous way for all the Bitnami Helm Charts
|
||||||
|
- This chart depends on the **PostgreSQL 10** instead of **PostgreSQL 9**. Apart from the same changes that are described in this section, there are also other major changes due to the master/slave nomenclature was replaced by primary/readReplica. [Here](https://github.com/bitnami/charts/pull/4385) you can find more information about the changes introduced.
|
||||||
|
|
||||||
|
**Considerations when upgrading to this version**
|
||||||
|
|
||||||
|
- If you want to upgrade to this version from a previous one installed with Helm v3, you shouldn't face any issues
|
||||||
|
- If you want to upgrade to this version using Helm v2, this scenario is not supported as this version doesn't support Helm v2 anymore
|
||||||
|
- If you installed the previous version with Helm v2 and wants to upgrade to this version with Helm v3, please refer to the [official Helm documentation](https://helm.sh/docs/topics/v2_v3_migration/#migration-use-cases) about migrating from Helm v2 to v3
|
||||||
|
|
||||||
|
**Useful links**
|
||||||
|
|
||||||
|
- https://docs.bitnami.com/tutorials/resolve-helm2-helm3-post-migration-issues/
|
||||||
|
- https://helm.sh/docs/topics/v2_v3_migration/
|
||||||
|
- https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/
|
||||||
|
|
||||||
|
### To 8.0.0
|
||||||
|
|
||||||
Redis dependency version was bumped to the new major version `11.x.x`, which introduced breaking changes regarding sentinel. By default, this Chart does not use of this feature and hence no issues are expected between upgrades. You may refer to [Redis Upgrading Notes](https://github.com/bitnami/charts/tree/master/bitnami/redis#to-1100) for further information.
|
Redis dependency version was bumped to the new major version `11.x.x`, which introduced breaking changes regarding sentinel. By default, this Chart does not use of this feature and hence no issues are expected between upgrades. You may refer to [Redis Upgrading Notes](https://github.com/bitnami/charts/tree/master/bitnami/redis#to-1100) for further information.
|
||||||
|
|
||||||
## 7.0.0
|
### To 7.0.0
|
||||||
|
|
||||||
This major version include a major change in the PostgreSQL subchart labeling. Backwards compatibility from previous versions to this one is not guarantee during the upgrade.
|
This major version include a major change in the PostgreSQL subchart labeling. Backwards compatibility from previous versions to this one is not guarantee during the upgrade.
|
||||||
|
|
||||||
You can find more information about the changes in the PostgreSQL subchart and a way to workaround the `helm upgrade` issue in the ["Upgrade to 9.0.0"](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#900) section of the PostgreSQL README.
|
You can find more information about the changes in the PostgreSQL subchart and a way to workaround the `helm upgrade` issue in the ["Upgrade to 9.0.0"](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#900) section of the PostgreSQL README.
|
||||||
|
|
||||||
## 6.0.0 to 6.0.2
|
### From 6.0.0 to 6.0.2
|
||||||
|
|
||||||
Due to an issue with Trivy volumeClaimTemplates, the upgrade needs to be done in two steps:
|
Due to an issue with Trivy volumeClaimTemplates, the upgrade needs to be done in two steps:
|
||||||
|
|
||||||
@@ -877,7 +900,7 @@ $ helm upgrade bitnami/chart --version 6.0.2 --set trivy.enabled=false <REST OF
|
|||||||
$ helm upgrade bitnami/chart --set trivy.enabled=true <REST OF THE UPGRADE PARAMETERS>
|
$ helm upgrade bitnami/chart --set trivy.enabled=true <REST OF THE UPGRADE PARAMETERS>
|
||||||
```
|
```
|
||||||
|
|
||||||
## 6.0.0
|
### To 6.0.0
|
||||||
|
|
||||||
The chart was changed to adapt to the common Bitnami chart standards. Now it includes common elements such as sidecar and init container support, custom commands, custom liveness/readiness probes, extra environment variables support, extra pod annotations and labels, among others. In addition, it adds a new Trivy deployment for image scanning.
|
The chart was changed to adapt to the common Bitnami chart standards. Now it includes common elements such as sidecar and init container support, custom commands, custom liveness/readiness probes, extra environment variables support, extra pod annotations and labels, among others. In addition, it adds a new Trivy deployment for image scanning.
|
||||||
|
|
||||||
@@ -886,14 +909,14 @@ No issues are expected between upgrades but please double check the updated para
|
|||||||
- `service.type=ingress` is not allowed anymore. Instead, set the value `ingress.enabled=true`.
|
- `service.type=ingress` is not allowed anymore. Instead, set the value `ingress.enabled=true`.
|
||||||
- `secretKey` has been moved to `core.secretKey`.
|
- `secretKey` has been moved to `core.secretKey`.
|
||||||
|
|
||||||
## 4.0.0
|
### To 4.0.0
|
||||||
|
|
||||||
PostgreSQL and Redis dependencies were updated to the use the latest major versions, `8.x.x` and `10.x.x`, respectively. These major versions do not include changes that should break backwards compatibilities, check the links below for more information:
|
PostgreSQL and Redis dependencies were updated to the use the latest major versions, `8.x.x` and `10.x.x`, respectively. These major versions do not include changes that should break backwards compatibilities, check the links below for more information:
|
||||||
|
|
||||||
- [PostgreSQL Upgrade notes](https://github.com/bitnami/charts/blob/master/bitnami/postgresql/README.md#upgrade)
|
- [PostgreSQL Upgrade notes](https://github.com/bitnami/charts/blob/master/bitnami/postgresql/README.md#upgrade)
|
||||||
- [Redis Upgrade notes](https://github.com/bitnami/charts/blob/master/bitnami/redis/README.md#upgrading-an-existing-release-to-a-new-major-version)
|
- [Redis Upgrade notes](https://github.com/bitnami/charts/blob/master/bitnami/redis/README.md#upgrading-an-existing-release-to-a-new-major-version)
|
||||||
|
|
||||||
## 3.0.0
|
### To 3.0.0
|
||||||
|
|
||||||
Helm performs a lookup for the object based on its group (apps), version (v1), and kind (Deployment). Also known as its GroupVersionKind, or GVK. Changing the GVK is considered a compatibility breaker from Kubernetes' point of view, so you cannot "upgrade" those objects to the new GVK in-place. Earlier versions of Helm 3 did not perform the lookup correctly which has since been fixed to match the spec.
|
Helm performs a lookup for the object based on its group (apps), version (v1), and kind (Deployment). Also known as its GroupVersionKind, or GVK. Changing the GVK is considered a compatibility breaker from Kubernetes' point of view, so you cannot "upgrade" those objects to the new GVK in-place. Earlier versions of Helm 3 did not perform the lookup correctly which has since been fixed to match the spec.
|
||||||
|
|
||||||
@@ -901,7 +924,7 @@ In c085d396a0515be7217d65e92f4fbd474840908b the `apiVersion` of the deployment r
|
|||||||
|
|
||||||
This major version signifies this change.
|
This major version signifies this change.
|
||||||
|
|
||||||
## 2.0.0
|
### To 2.0.0
|
||||||
|
|
||||||
In this version, two major changes were performed:
|
In this version, two major changes were performed:
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: postgresql
|
|
||||||
version: 9.x.x
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
condition: postgresql.enabled
|
|
||||||
- name: redis
|
|
||||||
version: 11.x.x
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
condition: redis.enabled
|
|
||||||
- name: common
|
|
||||||
version: 0.x.x
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
coreImage:
|
coreImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-core
|
repository: bitnami/harbor-core
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r19
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -39,7 +39,7 @@ coreImage:
|
|||||||
portalImage:
|
portalImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-portal
|
repository: bitnami/harbor-portal
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r18
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -65,7 +65,7 @@ portalImage:
|
|||||||
jobserviceImage:
|
jobserviceImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-jobservice
|
repository: bitnami/harbor-jobservice
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r20
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -90,7 +90,7 @@ jobserviceImage:
|
|||||||
chartMuseumImage:
|
chartMuseumImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/chartmuseum
|
repository: bitnami/chartmuseum
|
||||||
tag: 0.12.0-debian-10-r192
|
tag: 0.12.0-debian-10-r211
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -115,7 +115,7 @@ chartMuseumImage:
|
|||||||
registryImage:
|
registryImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-registry
|
repository: bitnami/harbor-registry
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r20
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -140,7 +140,7 @@ registryImage:
|
|||||||
registryctlImage:
|
registryctlImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-registryctl
|
repository: bitnami/harbor-registryctl
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r19
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -165,7 +165,7 @@ registryctlImage:
|
|||||||
trivyImage:
|
trivyImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-adapter-trivy
|
repository: bitnami/harbor-adapter-trivy
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r20
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -190,7 +190,7 @@ trivyImage:
|
|||||||
clairImage:
|
clairImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-clair
|
repository: bitnami/harbor-clair
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r20
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -216,7 +216,7 @@ clairImage:
|
|||||||
clairAdapterImage:
|
clairAdapterImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-adapter-clair
|
repository: bitnami/harbor-adapter-clair
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r19
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -241,7 +241,7 @@ clairAdapterImage:
|
|||||||
notaryServerImage:
|
notaryServerImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-notary-server
|
repository: bitnami/harbor-notary-server
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r19
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -266,7 +266,7 @@ notaryServerImage:
|
|||||||
notarySignerImage:
|
notarySignerImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-notary-signer
|
repository: bitnami/harbor-notary-signer
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r20
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -291,7 +291,7 @@ notarySignerImage:
|
|||||||
nginxImage:
|
nginxImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/nginx
|
repository: bitnami/nginx
|
||||||
tag: 1.19.4-debian-10-r1
|
tag: 1.19.4-debian-10-r20
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
coreImage:
|
coreImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-core
|
repository: bitnami/harbor-core
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r19
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -39,7 +39,7 @@ coreImage:
|
|||||||
portalImage:
|
portalImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-portal
|
repository: bitnami/harbor-portal
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r18
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -65,7 +65,7 @@ portalImage:
|
|||||||
jobserviceImage:
|
jobserviceImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-jobservice
|
repository: bitnami/harbor-jobservice
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r20
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -90,7 +90,7 @@ jobserviceImage:
|
|||||||
chartMuseumImage:
|
chartMuseumImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/chartmuseum
|
repository: bitnami/chartmuseum
|
||||||
tag: 0.12.0-debian-10-r192
|
tag: 0.12.0-debian-10-r211
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -115,7 +115,7 @@ chartMuseumImage:
|
|||||||
registryImage:
|
registryImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-registry
|
repository: bitnami/harbor-registry
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r20
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -140,7 +140,7 @@ registryImage:
|
|||||||
registryctlImage:
|
registryctlImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-registryctl
|
repository: bitnami/harbor-registryctl
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r19
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -165,7 +165,7 @@ registryctlImage:
|
|||||||
trivyImage:
|
trivyImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-adapter-trivy
|
repository: bitnami/harbor-adapter-trivy
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r20
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -190,7 +190,7 @@ trivyImage:
|
|||||||
clairImage:
|
clairImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-clair
|
repository: bitnami/harbor-clair
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r20
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -216,7 +216,7 @@ clairImage:
|
|||||||
clairAdapterImage:
|
clairAdapterImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-adapter-clair
|
repository: bitnami/harbor-adapter-clair
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r19
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -241,7 +241,7 @@ clairAdapterImage:
|
|||||||
notaryServerImage:
|
notaryServerImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-notary-server
|
repository: bitnami/harbor-notary-server
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r19
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -266,7 +266,7 @@ notaryServerImage:
|
|||||||
notarySignerImage:
|
notarySignerImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/harbor-notary-signer
|
repository: bitnami/harbor-notary-signer
|
||||||
tag: 2.1.1-debian-10-r1
|
tag: 2.1.1-debian-10-r20
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -291,7 +291,7 @@ notarySignerImage:
|
|||||||
nginxImage:
|
nginxImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/nginx
|
repository: bitnami/nginx
|
||||||
tag: 1.19.4-debian-10-r1
|
tag: 1.19.4-debian-10-r20
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
|
|||||||
Reference in New Issue
Block a user