[bitnami/harbor] Release 18.0.3 (#19553)

* [bitnami/harbor] Release 18.0.3 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-09-26 19:25:44 +02:00
committed by GitHub
parent 62054f5f26
commit e61fa1b54f
3 changed files with 7 additions and 7 deletions

View File

@@ -8,9 +8,9 @@ annotations:
- name: harbor-adapter-trivy
image: docker.io/bitnami/harbor-adapter-trivy:2.9.0-debian-11-r14
- name: harbor-core
image: docker.io/bitnami/harbor-core:2.9.0-debian-11-r11
image: docker.io/bitnami/harbor-core:2.9.0-debian-11-r14
- name: harbor-exporter
image: docker.io/bitnami/harbor-exporter:2.9.0-debian-11-r11
image: docker.io/bitnami/harbor-exporter:2.9.0-debian-11-r14
- name: harbor-jobservice
image: docker.io/bitnami/harbor-jobservice:2.9.0-debian-11-r11
- name: harbor-registry
@@ -55,4 +55,4 @@ maintainers:
name: harbor
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/harbor
version: 18.0.2
version: 18.0.3

View File

@@ -410,7 +410,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
| -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
| `core.image.registry` | Harbor Core image registry | `docker.io` |
| `core.image.repository` | Harbor Core image repository | `bitnami/harbor-core` |
| `core.image.tag` | Harbor Core image tag (immutable tags are recommended) | `2.9.0-debian-11-r11` |
| `core.image.tag` | Harbor Core image tag (immutable tags are recommended) | `2.9.0-debian-11-r14` |
| `core.image.digest` | Harbor Core image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `core.image.pullPolicy` | Harbor Core image pull policy | `IfNotPresent` |
| `core.image.pullSecrets` | Harbor Core image pull secrets | `[]` |
@@ -788,7 +788,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
| ------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
| `exporter.image.registry` | Harbor Exporter image registry | `docker.io` |
| `exporter.image.repository` | Harbor Exporter image repository | `bitnami/harbor-exporter` |
| `exporter.image.tag` | Harbor Exporter image tag | `2.9.0-debian-11-r11` |
| `exporter.image.tag` | Harbor Exporter image tag | `2.9.0-debian-11-r14` |
| `exporter.image.digest` | Harbor Exporter image image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `exporter.image.pullPolicy` | Harbor exporter image pull policy | `IfNotPresent` |
| `exporter.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

View File

@@ -1184,7 +1184,7 @@ core:
image:
registry: docker.io
repository: bitnami/harbor-core
tag: 2.9.0-debian-11-r11
tag: 2.9.0-debian-11-r14
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2558,7 +2558,7 @@ exporter:
image:
registry: docker.io
repository: bitnami/harbor-exporter
tag: 2.9.0-debian-11-r11
tag: 2.9.0-debian-11-r14
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'