mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
[bitnami/influxdb] Release 5.9.8 (#20044)
* [bitnami/influxdb] Release 5.9.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:
@@ -10,9 +10,9 @@ annotations:
|
||||
- name: azure-cli
|
||||
image: docker.io/bitnami/azure-cli:2.53.0-debian-11-r8
|
||||
- name: google-cloud-sdk
|
||||
image: docker.io/bitnami/google-cloud-sdk:0.449.0-debian-11-r1
|
||||
image: docker.io/bitnami/google-cloud-sdk:0.450.0-debian-11-r0
|
||||
- name: influxdb
|
||||
image: docker.io/bitnami/influxdb:2.7.1-debian-11-r152
|
||||
image: docker.io/bitnami/influxdb:2.7.1-debian-11-r153
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r89
|
||||
apiVersion: v2
|
||||
@@ -37,4 +37,4 @@ maintainers:
|
||||
name: influxdb
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/influxdb
|
||||
version: 5.9.7
|
||||
version: 5.9.8
|
||||
|
||||
@@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| ------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
||||
| `image.registry` | InfluxDB™ image registry | `docker.io` |
|
||||
| `image.repository` | InfluxDB™ image repository | `bitnami/influxdb` |
|
||||
| `image.tag` | InfluxDB™ image tag (immutable tags are recommended) | `2.7.1-debian-11-r152` |
|
||||
| `image.tag` | InfluxDB™ image tag (immutable tags are recommended) | `2.7.1-debian-11-r153` |
|
||||
| `image.digest` | InfluxDB™ image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | InfluxDB™ image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -305,7 +305,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `backup.uploadProviders.google.bucketName` | google storage bucket name name | `gs://bucket/influxdb` |
|
||||
| `backup.uploadProviders.google.image.registry` | Google Cloud SDK image registry | `docker.io` |
|
||||
| `backup.uploadProviders.google.image.repository` | Google Cloud SDK image name | `bitnami/google-cloud-sdk` |
|
||||
| `backup.uploadProviders.google.image.tag` | Google Cloud SDK image tag | `0.449.0-debian-11-r1` |
|
||||
| `backup.uploadProviders.google.image.tag` | Google Cloud SDK image tag | `0.450.0-debian-11-r0` |
|
||||
| `backup.uploadProviders.google.image.digest` | Google Cloud SDK image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `backup.uploadProviders.google.image.pullPolicy` | Google Cloud SDK image pull policy | `IfNotPresent` |
|
||||
| `backup.uploadProviders.google.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
|
||||
@@ -73,7 +73,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/influxdb
|
||||
tag: 2.7.1-debian-11-r152
|
||||
tag: 2.7.1-debian-11-r153
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -986,7 +986,7 @@ backup:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/google-cloud-sdk
|
||||
tag: 0.449.0-debian-11-r1
|
||||
tag: 0.450.0-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user