[bitnami/influxdb] Release 5.4.22 (#16096)

* [bitnami/influxdb] Release 5.4.22 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-04-17 18:40:04 +02:00
committed by GitHub
parent 3823272ada
commit 9c64146cd8
3 changed files with 111 additions and 111 deletions

View File

@@ -2,7 +2,7 @@ annotations:
category: Database
licenses: Apache-2.0
apiVersion: v2
appVersion: 2.6.1
appVersion: 2.7.0
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
@@ -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.21
version: 5.4.22

View File

@@ -78,106 +78,106 @@ The command removes all the Kubernetes components associated with the chart and
### InfluxDB&trade; parameters
| Name | Description | Value |
| ------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
| `image.registry` | InfluxDB&trade; image registry | `docker.io` |
| `image.repository` | InfluxDB&trade; image repository | `bitnami/influxdb` |
| `image.tag` | InfluxDB&trade; image tag (immutable tags are recommended) | `2.6.1-debian-11-r30` |
| `image.digest` | InfluxDB&trade; image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | InfluxDB&trade; image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `image.debug` | Specify if debug logs should be enabled | `false` |
| `auth.enabled` | Enable/disable authentication (Variable to keep compatibility with InfluxDB&trade; v1, in v2 it will be ignored) | `true` |
| `auth.usePasswordFiles` | Whether to use files to provide secrets instead of env vars. | `false` |
| `auth.admin.username` | InfluxDB&trade; admin user name | `admin` |
| `auth.admin.password` | InfluxDB&trade; admin user's password | `""` |
| `auth.admin.token` | InfluxDB&trade; admin user's token. Only valid with InfluxDB&trade; v2 | `""` |
| `auth.admin.org` | InfluxDB&trade; admin user's org. Only valid with InfluxDB&trade; v2 | `primary` |
| `auth.admin.bucket` | InfluxDB&trade; admin user's bucket. Only valid with InfluxDB&trade; v2 | `primary` |
| `auth.admin.retention` | InfluxDB&trade; admin user's bucket retention. Only valid with InfluxDB&trade; v2 | `""` |
| `auth.createUserToken` | Whether to create tokens for the different users. Take into account these tokens are going to be created by CLI randomly and they will not be accessible from a secret. See more influxdb 2.0 [auth ref](https://docs.influxdata.com/influxdb/v2.0/security/tokens/) | `false` |
| `auth.user.username` | Name for InfluxDB&trade; user with 'admin' privileges on the bucket specified at `auth.user.bucket` and `auth.user.org` or `auth.admin.org` | `""` |
| `auth.user.password` | InfluxDB&trade; password for `user.name` user | `""` |
| `auth.user.org` | Org to be created on first run | `""` |
| `auth.user.bucket` | Bucket to be created on first run | `""` |
| `auth.readUser.username` | Name for InfluxDB&trade; user with 'read' privileges on the bucket specified at `auth.user.bucket` | `""` |
| `auth.readUser.password` | InfluxDB&trade; password for `auth.readUser.username` user | `""` |
| `auth.writeUser.username` | Name for InfluxDB&trade; user with 'read' privileges on the bucket specified at `auth.user.bucket` | `""` |
| `auth.writeUser.password` | InfluxDB&trade; password for `auth.writeUser.username` user | `""` |
| `auth.existingSecret` | Name of existing Secret object with InfluxDB&trade; credentials (`auth.admin.password`, `auth.user.password`, `auth.readUser.password`, and `auth.writeUser.password` will be ignored and picked up from this secret) | `""` |
| `influxdb.configuration` | Specify content for influxdb.conf | `""` |
| `influxdb.existingConfiguration` | Name of existing ConfigMap object with the InfluxDB&trade; configuration (`influxdb.configuration` will be ignored). | `""` |
| `influxdb.initdbScripts` | Dictionary of initdb scripts | `{}` |
| `influxdb.initdbScriptsCM` | Name of existing ConfigMap object with the initdb scripts (`influxdb.initdbScripts` will be ignored). | `""` |
| `influxdb.initdbScriptsSecret` | Secret with initdb scripts that contain sensitive information (Note: can be used with `initdbScriptsConfigMap` or `initdbScripts`) | `""` |
| `influxdb.podAffinityPreset` | InfluxDB&trade; Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `influxdb.podAntiAffinityPreset` | InfluxDB&trade; Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `influxdb.nodeAffinityPreset.type` | InfluxDB&trade; Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `influxdb.nodeAffinityPreset.key` | InfluxDB&trade; Node label key to match Ignored if `affinity` is set. | `""` |
| `influxdb.nodeAffinityPreset.values` | InfluxDB&trade; Node label values to match. Ignored if `affinity` is set. | `[]` |
| `influxdb.affinity` | InfluxDB&trade; Affinity for pod assignment | `{}` |
| `influxdb.nodeSelector` | InfluxDB&trade; Node labels for pod assignment | `{}` |
| `influxdb.tolerations` | InfluxDB&trade; Tolerations for pod assignment | `[]` |
| `influxdb.podAnnotations` | Annotations for InfluxDB&trade; pods | `{}` |
| `influxdb.podLabels` | Extra labels for InfluxDB&trade; pods | `{}` |
| `influxdb.hostAliases` | InfluxDB&trade; pods host aliases | `[]` |
| `influxdb.updateStrategy.type` | InfluxDB&trade; statefulset/deployment strategy type | `RollingUpdate` |
| `influxdb.priorityClassName` | InfluxDB&trade; pods' priorityClassName | `""` |
| `influxdb.schedulerName` | Name of the k8s scheduler (other than default) | `""` |
| `influxdb.topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
| `influxdb.podManagementPolicy` | podManagementPolicy to manage scaling operation of InfluxDB&trade; pods | `OrderedReady` |
| `influxdb.podSecurityContext.enabled` | Enabled InfluxDB&trade; pods' Security Context | `true` |
| `influxdb.podSecurityContext.fsGroup` | Set InfluxDB&trade; pod's Security Context fsGroup | `1001` |
| `influxdb.containerSecurityContext.enabled` | Enabled InfluxDB&trade; containers' Security Context | `true` |
| `influxdb.containerSecurityContext.runAsUser` | Set InfluxDB&trade; containers' Security Context runAsUser | `1001` |
| `influxdb.containerSecurityContext.runAsNonRoot` | Set Controller container's Security Context runAsNonRoot | `true` |
| `influxdb.resources.limits` | The resources limits for the container | `{}` |
| `influxdb.resources.requests` | The requested resources for the container | `{}` |
| `influxdb.command` | Override default container command (useful when using custom images) | `[]` |
| `influxdb.args` | Override default container args (useful when using custom images) | `[]` |
| `influxdb.lifecycleHooks` | for the InfluxDB&trade; container(s) to automate configuration before or after startup | `{}` |
| `influxdb.extraEnvVars` | Array containing extra env vars to configure InfluxDB&trade; | `[]` |
| `influxdb.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for InfluxDB&trade; nodes | `""` |
| `influxdb.extraEnvVarsSecret` | Name of existing Secret containing extra env vars for InfluxDB&trade; nodes | `""` |
| `influxdb.extraVolumes` | Array of extra volumes to be added to the deployment (evaluated as template). Requires setting extraVolumeMounts | `[]` |
| `influxdb.extraVolumeMounts` | Array of extra volume mounts to be added to the container (evaluated as template). Normally used with extraVolumes. | `[]` |
| `influxdb.containerPorts.http` | InfluxDB&trade; container HTTP port | `8086` |
| `influxdb.containerPorts.rpc` | InfluxDB&trade; container RPC port | `8088` |
| `influxdb.startupProbe.enabled` | Enable startupProbe | `false` |
| `influxdb.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `180` |
| `influxdb.startupProbe.periodSeconds` | Period seconds for startupProbe | `45` |
| `influxdb.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `30` |
| `influxdb.startupProbe.failureThreshold` | Failure threshold for startupProbe | `6` |
| `influxdb.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
| `influxdb.livenessProbe.enabled` | Enable livenessProbe | `true` |
| `influxdb.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `180` |
| `influxdb.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `45` |
| `influxdb.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `30` |
| `influxdb.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `6` |
| `influxdb.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
| `influxdb.readinessProbe.enabled` | Enable readinessProbe | `true` |
| `influxdb.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `60` |
| `influxdb.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `45` |
| `influxdb.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `30` |
| `influxdb.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `6` |
| `influxdb.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
| `influxdb.customStartupProbe` | Override default startup probe | `{}` |
| `influxdb.customLivenessProbe` | Override default liveness probe | `{}` |
| `influxdb.customReadinessProbe` | Override default readiness probe | `{}` |
| `influxdb.sidecars` | Add additional sidecar containers to the InfluxDB&trade; pod(s) | `[]` |
| `influxdb.initContainers` | Add additional init containers to the InfluxDB&trade; pod(s) | `[]` |
| `influxdb.service.type` | Kubernetes service type (`ClusterIP`, `NodePort` or `LoadBalancer`) | `ClusterIP` |
| `influxdb.service.ports.http` | InfluxDB&trade; HTTP port | `8086` |
| `influxdb.service.ports.rpc` | InfluxDB&trade; RPC port | `8088` |
| `influxdb.service.nodePorts` | Specify the nodePort(s) value for the LoadBalancer and NodePort service types. | `{}` |
| `influxdb.service.loadBalancerIP` | loadBalancerIP if service type is `LoadBalancer` | `""` |
| `influxdb.service.loadBalancerSourceRanges` | Address that are allowed when service is LoadBalancer | `[]` |
| `influxdb.service.clusterIP` | Static clusterIP or None for headless services | `""` |
| `influxdb.service.externalTrafficPolicy` | InfluxDB&trade; service external traffic policy | `Cluster` |
| `influxdb.service.extraPorts` | Extra ports to expose (normally used with the `sidecar` value) | `[]` |
| `influxdb.service.annotations` | Annotations for InfluxDB&trade; service | `{}` |
| `influxdb.service.sessionAffinity` | Session Affinity for Kubernetes service, can be "None" or "ClientIP" | `None` |
| `influxdb.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` |
| Name | Description | Value |
| ------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| `image.registry` | InfluxDB&trade; image registry | `docker.io` |
| `image.repository` | InfluxDB&trade; image repository | `bitnami/influxdb` |
| `image.tag` | InfluxDB&trade; image tag (immutable tags are recommended) | `2.7.0-debian-11-r0` |
| `image.digest` | InfluxDB&trade; image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | InfluxDB&trade; image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `image.debug` | Specify if debug logs should be enabled | `false` |
| `auth.enabled` | Enable/disable authentication (Variable to keep compatibility with InfluxDB&trade; v1, in v2 it will be ignored) | `true` |
| `auth.usePasswordFiles` | Whether to use files to provide secrets instead of env vars. | `false` |
| `auth.admin.username` | InfluxDB&trade; admin user name | `admin` |
| `auth.admin.password` | InfluxDB&trade; admin user's password | `""` |
| `auth.admin.token` | InfluxDB&trade; admin user's token. Only valid with InfluxDB&trade; v2 | `""` |
| `auth.admin.org` | InfluxDB&trade; admin user's org. Only valid with InfluxDB&trade; v2 | `primary` |
| `auth.admin.bucket` | InfluxDB&trade; admin user's bucket. Only valid with InfluxDB&trade; v2 | `primary` |
| `auth.admin.retention` | InfluxDB&trade; admin user's bucket retention. Only valid with InfluxDB&trade; v2 | `""` |
| `auth.createUserToken` | Whether to create tokens for the different users. Take into account these tokens are going to be created by CLI randomly and they will not be accessible from a secret. See more influxdb 2.0 [auth ref](https://docs.influxdata.com/influxdb/v2.0/security/tokens/) | `false` |
| `auth.user.username` | Name for InfluxDB&trade; user with 'admin' privileges on the bucket specified at `auth.user.bucket` and `auth.user.org` or `auth.admin.org` | `""` |
| `auth.user.password` | InfluxDB&trade; password for `user.name` user | `""` |
| `auth.user.org` | Org to be created on first run | `""` |
| `auth.user.bucket` | Bucket to be created on first run | `""` |
| `auth.readUser.username` | Name for InfluxDB&trade; user with 'read' privileges on the bucket specified at `auth.user.bucket` | `""` |
| `auth.readUser.password` | InfluxDB&trade; password for `auth.readUser.username` user | `""` |
| `auth.writeUser.username` | Name for InfluxDB&trade; user with 'read' privileges on the bucket specified at `auth.user.bucket` | `""` |
| `auth.writeUser.password` | InfluxDB&trade; password for `auth.writeUser.username` user | `""` |
| `auth.existingSecret` | Name of existing Secret object with InfluxDB&trade; credentials (`auth.admin.password`, `auth.user.password`, `auth.readUser.password`, and `auth.writeUser.password` will be ignored and picked up from this secret) | `""` |
| `influxdb.configuration` | Specify content for influxdb.conf | `""` |
| `influxdb.existingConfiguration` | Name of existing ConfigMap object with the InfluxDB&trade; configuration (`influxdb.configuration` will be ignored). | `""` |
| `influxdb.initdbScripts` | Dictionary of initdb scripts | `{}` |
| `influxdb.initdbScriptsCM` | Name of existing ConfigMap object with the initdb scripts (`influxdb.initdbScripts` will be ignored). | `""` |
| `influxdb.initdbScriptsSecret` | Secret with initdb scripts that contain sensitive information (Note: can be used with `initdbScriptsConfigMap` or `initdbScripts`) | `""` |
| `influxdb.podAffinityPreset` | InfluxDB&trade; Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `influxdb.podAntiAffinityPreset` | InfluxDB&trade; Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `influxdb.nodeAffinityPreset.type` | InfluxDB&trade; Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `influxdb.nodeAffinityPreset.key` | InfluxDB&trade; Node label key to match Ignored if `affinity` is set. | `""` |
| `influxdb.nodeAffinityPreset.values` | InfluxDB&trade; Node label values to match. Ignored if `affinity` is set. | `[]` |
| `influxdb.affinity` | InfluxDB&trade; Affinity for pod assignment | `{}` |
| `influxdb.nodeSelector` | InfluxDB&trade; Node labels for pod assignment | `{}` |
| `influxdb.tolerations` | InfluxDB&trade; Tolerations for pod assignment | `[]` |
| `influxdb.podAnnotations` | Annotations for InfluxDB&trade; pods | `{}` |
| `influxdb.podLabels` | Extra labels for InfluxDB&trade; pods | `{}` |
| `influxdb.hostAliases` | InfluxDB&trade; pods host aliases | `[]` |
| `influxdb.updateStrategy.type` | InfluxDB&trade; statefulset/deployment strategy type | `RollingUpdate` |
| `influxdb.priorityClassName` | InfluxDB&trade; pods' priorityClassName | `""` |
| `influxdb.schedulerName` | Name of the k8s scheduler (other than default) | `""` |
| `influxdb.topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
| `influxdb.podManagementPolicy` | podManagementPolicy to manage scaling operation of InfluxDB&trade; pods | `OrderedReady` |
| `influxdb.podSecurityContext.enabled` | Enabled InfluxDB&trade; pods' Security Context | `true` |
| `influxdb.podSecurityContext.fsGroup` | Set InfluxDB&trade; pod's Security Context fsGroup | `1001` |
| `influxdb.containerSecurityContext.enabled` | Enabled InfluxDB&trade; containers' Security Context | `true` |
| `influxdb.containerSecurityContext.runAsUser` | Set InfluxDB&trade; containers' Security Context runAsUser | `1001` |
| `influxdb.containerSecurityContext.runAsNonRoot` | Set Controller container's Security Context runAsNonRoot | `true` |
| `influxdb.resources.limits` | The resources limits for the container | `{}` |
| `influxdb.resources.requests` | The requested resources for the container | `{}` |
| `influxdb.command` | Override default container command (useful when using custom images) | `[]` |
| `influxdb.args` | Override default container args (useful when using custom images) | `[]` |
| `influxdb.lifecycleHooks` | for the InfluxDB&trade; container(s) to automate configuration before or after startup | `{}` |
| `influxdb.extraEnvVars` | Array containing extra env vars to configure InfluxDB&trade; | `[]` |
| `influxdb.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for InfluxDB&trade; nodes | `""` |
| `influxdb.extraEnvVarsSecret` | Name of existing Secret containing extra env vars for InfluxDB&trade; nodes | `""` |
| `influxdb.extraVolumes` | Array of extra volumes to be added to the deployment (evaluated as template). Requires setting extraVolumeMounts | `[]` |
| `influxdb.extraVolumeMounts` | Array of extra volume mounts to be added to the container (evaluated as template). Normally used with extraVolumes. | `[]` |
| `influxdb.containerPorts.http` | InfluxDB&trade; container HTTP port | `8086` |
| `influxdb.containerPorts.rpc` | InfluxDB&trade; container RPC port | `8088` |
| `influxdb.startupProbe.enabled` | Enable startupProbe | `false` |
| `influxdb.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `180` |
| `influxdb.startupProbe.periodSeconds` | Period seconds for startupProbe | `45` |
| `influxdb.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `30` |
| `influxdb.startupProbe.failureThreshold` | Failure threshold for startupProbe | `6` |
| `influxdb.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
| `influxdb.livenessProbe.enabled` | Enable livenessProbe | `true` |
| `influxdb.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `180` |
| `influxdb.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `45` |
| `influxdb.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `30` |
| `influxdb.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `6` |
| `influxdb.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
| `influxdb.readinessProbe.enabled` | Enable readinessProbe | `true` |
| `influxdb.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `60` |
| `influxdb.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `45` |
| `influxdb.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `30` |
| `influxdb.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `6` |
| `influxdb.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
| `influxdb.customStartupProbe` | Override default startup probe | `{}` |
| `influxdb.customLivenessProbe` | Override default liveness probe | `{}` |
| `influxdb.customReadinessProbe` | Override default readiness probe | `{}` |
| `influxdb.sidecars` | Add additional sidecar containers to the InfluxDB&trade; pod(s) | `[]` |
| `influxdb.initContainers` | Add additional init containers to the InfluxDB&trade; pod(s) | `[]` |
| `influxdb.service.type` | Kubernetes service type (`ClusterIP`, `NodePort` or `LoadBalancer`) | `ClusterIP` |
| `influxdb.service.ports.http` | InfluxDB&trade; HTTP port | `8086` |
| `influxdb.service.ports.rpc` | InfluxDB&trade; RPC port | `8088` |
| `influxdb.service.nodePorts` | Specify the nodePort(s) value for the LoadBalancer and NodePort service types. | `{}` |
| `influxdb.service.loadBalancerIP` | loadBalancerIP if service type is `LoadBalancer` | `""` |
| `influxdb.service.loadBalancerSourceRanges` | Address that are allowed when service is LoadBalancer | `[]` |
| `influxdb.service.clusterIP` | Static clusterIP or None for headless services | `""` |
| `influxdb.service.externalTrafficPolicy` | InfluxDB&trade; service external traffic policy | `Cluster` |
| `influxdb.service.extraPorts` | Extra ports to expose (normally used with the `sidecar` value) | `[]` |
| `influxdb.service.annotations` | Annotations for InfluxDB&trade; service | `{}` |
| `influxdb.service.sessionAffinity` | Session Affinity for Kubernetes service, can be "None" or "ClientIP" | `None` |
| `influxdb.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` |
### InfluxDB Collectd&trade; parameters
@@ -260,7 +260,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-r102` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r107` |
| `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 | `[]` |
@@ -294,7 +294,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.424.0-debian-11-r0` |
| `backup.uploadProviders.google.image.tag` | Google Cloud SDK image tag | `0.426.0-debian-11-r1` |
| `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 | `[]` |
@@ -305,7 +305,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.46.0-debian-11-r7` |
| `backup.uploadProviders.azure.image.tag` | Azure CLI image tag (immutable tags are recommended) | `2.47.0-debian-11-r4` |
| `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 | `[]` |
@@ -317,7 +317,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.11.8-debian-11-r0` |
| `backup.uploadProviders.aws.image.tag` | AWS CLI image tag (immutable tags are recommended) | `2.11.13-debian-11-r0` |
| `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 | `[]` |

View File

@@ -70,7 +70,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/influxdb
tag: 2.6.1-debian-11-r30
tag: 2.7.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
@@ -820,7 +820,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r102
tag: 11-debian-11-r107
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
@@ -951,7 +951,7 @@ backup:
image:
registry: docker.io
repository: bitnami/google-cloud-sdk
tag: 0.424.0-debian-11-r0
tag: 0.426.0-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
@@ -990,7 +990,7 @@ backup:
image:
registry: docker.io
repository: bitnami/azure-cli
tag: 2.46.0-debian-11-r7
tag: 2.47.0-debian-11-r4
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
@@ -1029,7 +1029,7 @@ backup:
image:
registry: docker.io
repository: bitnami/aws-cli
tag: 2.11.8-debian-11-r0
tag: 2.11.13-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