[bitnami/flink] Release 0.3.8 (#18658)

* [bitnami/flink] Release 0.3.8 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-08-19 16:52:35 +02:00
committed by GitHub
parent 0ac424ce4c
commit 034aefd426
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: flink
image: docker.io/bitnami/flink:1.17.1-debian-11-r73
image: docker.io/bitnami/flink:1.17.1-debian-11-r75
apiVersion: v2
appVersion: 1.17.1
dependencies:
@@ -28,4 +28,4 @@ maintainers:
name: flink
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/flink
version: 0.3.7
version: 0.3.8

View File

@@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------- | ------------------------------------------------------------------------------------------------------------ | ---------------------- |
| `image.registry` | Apache Flink image registry | `docker.io` |
| `image.repository` | Apache Flink image repository | `bitnami/flink` |
| `image.tag` | Apache Flink image tag (immutable tags are recommended) | `1.17.1-debian-11-r73` |
| `image.tag` | Apache Flink image tag (immutable tags are recommended) | `1.17.1-debian-11-r75` |
| `image.digest` | Apache Flink image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Apache Flink image pull secrets | `[]` |

View File

@@ -72,7 +72,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/flink
tag: 1.17.1-debian-11-r73
tag: 1.17.1-debian-11-r75
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'