diff --git a/bitnami/influxdb/Chart.lock b/bitnami/influxdb/Chart.lock index b2aabc8c93..e80134ccd5 100644 --- a/bitnami/influxdb/Chart.lock +++ b/bitnami/influxdb/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 2.2.0 -digest: sha256:37461c5f173941a690d5a9c70490eeee40fcdab612f8cb063e655dbe85211b91 -generated: "2022-11-17T12:40:23.812705784Z" + version: 2.2.2 +digest: sha256:49ca75cf23ba5eb7df4becef52580f98c8bd8194eb80368b9d7b875f6eefa8e5 +generated: "2022-12-14T15:12:51.724390495Z" diff --git a/bitnami/influxdb/Chart.yaml b/bitnami/influxdb/Chart.yaml index f83d9d56a1..1dc4f9b80b 100644 --- a/bitnami/influxdb/Chart.yaml +++ b/bitnami/influxdb/Chart.yaml @@ -24,4 +24,4 @@ name: influxdb sources: - https://github.com/bitnami/containers/tree/main/bitnami/influxdb - https://www.influxdata.com/products/influxdb-overview/ -version: 5.4.11 +version: 5.4.12 diff --git a/bitnami/influxdb/README.md b/bitnami/influxdb/README.md index ff473fb7e3..b38fa60373 100644 --- a/bitnami/influxdb/README.md +++ b/bitnami/influxdb/README.md @@ -84,7 +84,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.5.0-debian-11-r0` | +| `image.tag` | InfluxDB™ image tag (immutable tags are recommended) | `2.5.1-debian-11-r9` | | `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 | `[]` | @@ -265,7 +265,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume mountpoint to `runAsUser:fsGroup` | `false` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r47` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r61` | | `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -300,7 +300,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.407.0-debian-11-r2` | +| `backup.uploadProviders.google.image.tag` | Google Cloud SDK image tag | `0.412.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 | `[]` | @@ -311,7 +311,7 @@ The command removes all the Kubernetes components associated with the chart and | `backup.uploadProviders.azure.containerName` | Destination container | `influxdb-container` | | `backup.uploadProviders.azure.image.registry` | Azure CLI image registry | `docker.io` | | `backup.uploadProviders.azure.image.repository` | Azure CLI image repository | `bitnami/azure-cli` | -| `backup.uploadProviders.azure.image.tag` | Azure CLI image tag (immutable tags are recommended) | `2.42.0-debian-11-r0` | +| `backup.uploadProviders.azure.image.tag` | Azure CLI image tag (immutable tags are recommended) | `2.43.0-debian-11-r2` | | `backup.uploadProviders.azure.image.digest` | Azure CLI image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `backup.uploadProviders.azure.image.pullPolicy` | Azure CLI image pull policy | `IfNotPresent` | | `backup.uploadProviders.azure.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -323,7 +323,7 @@ The command removes all the Kubernetes components associated with the chart and | `backup.uploadProviders.aws.bucketName` | aws s3 bucket name | `s3://bucket/influxdb` | | `backup.uploadProviders.aws.image.registry` | AWS CLI image registry | `docker.io` | | `backup.uploadProviders.aws.image.repository` | AWS CLI image repository | `bitnami/aws-cli` | -| `backup.uploadProviders.aws.image.tag` | AWS CLI image tag (immutable tags are recommended) | `2.4.7-debian-10-r4` | +| `backup.uploadProviders.aws.image.tag` | AWS CLI image tag (immutable tags are recommended) | `2.9.6-debian-11-r1` | | `backup.uploadProviders.aws.image.digest` | AWS CLI image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `backup.uploadProviders.aws.image.pullPolicy` | AWS CLI image pull policy | `IfNotPresent` | | `backup.uploadProviders.aws.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/influxdb/values.yaml b/bitnami/influxdb/values.yaml index efd2588cf7..e374cc4cc2 100644 --- a/bitnami/influxdb/values.yaml +++ b/bitnami/influxdb/values.yaml @@ -70,7 +70,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/influxdb - tag: 2.5.1-debian-11-r0 + tag: 2.5.1-debian-11-r9 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 @@ -817,7 +817,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r52 + tag: 11-debian-11-r61 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 @@ -948,7 +948,7 @@ backup: image: registry: docker.io repository: bitnami/google-cloud-sdk - tag: 0.410.0-debian-11-r0 + tag: 0.412.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 @@ -987,7 +987,7 @@ backup: image: registry: docker.io repository: bitnami/azure-cli - tag: 2.42.0-debian-11-r5 + tag: 2.43.0-debian-11-r2 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 @@ -1026,7 +1026,7 @@ backup: image: registry: docker.io repository: bitnami/aws-cli - tag: 2.4.7-debian-10-r4 + tag: 2.9.6-debian-11-r1 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