[bitnami/external-dns] Release 6.26.5 (#20038)

* [bitnami/external-dns] Release 6.26.5 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-10-11 06:07:04 +02:00
committed by GitHub
parent 9f02182309
commit 3975dfc790
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: external-dns
image: docker.io/bitnami/external-dns:0.13.6-debian-11-r28
image: docker.io/bitnami/external-dns:0.13.6-debian-11-r30
apiVersion: v2
appVersion: 0.13.6
dependencies:
@@ -28,4 +28,4 @@ maintainers:
name: external-dns
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/external-dns
version: 6.26.4
version: 6.26.5

View File

@@ -78,7 +78,7 @@ The command removes all the Kubernetes components associated with the chart and
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------- |
| `image.registry` | ExternalDNS image registry | `docker.io` |
| `image.repository` | ExternalDNS image repository | `bitnami/external-dns` |
| `image.tag` | ExternalDNS Image tag (immutable tags are recommended) | `0.13.6-debian-11-r28` |
| `image.tag` | ExternalDNS Image tag (immutable tags are recommended) | `0.13.6-debian-11-r30` |
| `image.digest` | ExternalDNS image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | ExternalDNS image pull policy | `IfNotPresent` |
| `image.pullSecrets` | ExternalDNS image pull secrets | `[]` |

View File

@@ -67,7 +67,7 @@ useDaemonset: false
image:
registry: docker.io
repository: bitnami/external-dns
tag: 0.13.6-debian-11-r28
tag: 0.13.6-debian-11-r30
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'