[bitnami/harbor] Release 16.3.6 (#14897)

* [bitnami/harbor] Release 16.3.6 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-02-15 21:02:40 +01:00
committed by GitHub
parent 3035fa3bd8
commit c362cdcfd1
3 changed files with 3 additions and 3 deletions

View File

@@ -36,4 +36,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/harbor-registry
- https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl
- https://goharbor.io/
version: 16.3.5
version: 16.3.6

View File

@@ -371,7 +371,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `portal.image.registry` | Harbor Portal image registry | `docker.io` |
| `portal.image.repository` | Harbor Portal image repository | `bitnami/harbor-portal` |
| `portal.image.tag` | Harbor Portal image tag (immutable tags are recommended) | `2.7.0-debian-11-r22` |
| `portal.image.tag` | Harbor Portal image tag (immutable tags are recommended) | `2.7.0-debian-11-r23` |
| `portal.image.digest` | Harbor Portal image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `portal.image.pullPolicy` | Harbor Portal image pull policy | `IfNotPresent` |
| `portal.image.pullSecrets` | Harbor Portal image pull secrets | `[]` |

View File

@@ -1051,7 +1051,7 @@ portal:
image:
registry: docker.io
repository: bitnami/harbor-portal
tag: 2.7.0-debian-11-r22
tag: 2.7.0-debian-11-r23
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'