[bitnami/grafana-loki] Release 2.11.6 (#19710)

* [bitnami/grafana-loki] Release 2.11.6 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-03 23:23:25 +02:00
committed by GitHub
parent ff957f716a
commit 87ee161b24
4 changed files with 128 additions and 128 deletions

View File

@@ -13,6 +13,6 @@ dependencies:
version: 6.6.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.11.1
digest: sha256:5bc37f4e2a7a57fd3ef782ef14b2e1679dff735bd6456105a08e81bce8466e05
generated: "2023-09-18T11:08:37.817721+02:00"
version: 2.13.0
digest: sha256:46f93a82c62c9a7aa034d6b44d1c1d5d5706300030515fa45a6ae11ee40ce215
generated: "2023-10-03T20:52:19.578676993Z"

View File

@@ -6,15 +6,15 @@ annotations:
licenses: Apache-2.0
images: |
- name: grafana-loki
image: docker.io/bitnami/grafana-loki:2.9.1-debian-11-r7
image: docker.io/bitnami/grafana-loki:2.9.1-debian-11-r19
- name: memcached
image: docker.io/bitnami/memcached:1.6.21-debian-11-r92
image: docker.io/bitnami/memcached:1.6.21-debian-11-r104
- name: nginx
image: docker.io/bitnami/nginx:1.25.2-debian-11-r29
image: docker.io/bitnami/nginx:1.25.2-debian-11-r42
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r72
image: docker.io/bitnami/os-shell:11-debian-11-r86
- name: promtail
image: docker.io/bitnami/promtail:2.9.0-debian-11-r10
image: docker.io/bitnami/promtail:2.9.1-debian-11-r2
apiVersion: v2
appVersion: 2.9.1
dependencies:
@@ -57,4 +57,4 @@ maintainers:
name: grafana-loki
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-loki
version: 2.11.5
version: 2.11.6

View File

@@ -85,7 +85,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `loki.image.registry` | Grafana Loki image registry | `docker.io` |
| `loki.image.repository` | Grafana Loki image repository | `bitnami/grafana-loki` |
| `loki.image.tag` | Grafana Loki image tag (immutable tags are recommended) | `2.9.1-debian-11-r7` |
| `loki.image.tag` | Grafana Loki image tag (immutable tags are recommended) | `2.9.1-debian-11-r19` |
| `loki.image.digest` | Grafana Loki image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `loki.image.pullPolicy` | Grafana Loki image pull policy | `IfNotPresent` |
| `loki.image.pullSecrets` | Grafana Loki image pull secrets | `[]` |
@@ -192,7 +192,7 @@ The command removes all the Kubernetes components associated with the chart and
| `gateway.enabled` | Enable Gateway deployment | `true` |
| `gateway.image.registry` | Nginx image registry | `docker.io` |
| `gateway.image.repository` | Nginx image repository | `bitnami/nginx` |
| `gateway.image.tag` | Nginx image tag (immutable tags are recommended) | `1.25.2-debian-11-r29` |
| `gateway.image.tag` | Nginx image tag (immutable tags are recommended) | `1.25.2-debian-11-r42` |
| `gateway.image.digest` | Nginx image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `gateway.image.pullPolicy` | Nginx image pull policy | `IfNotPresent` |
| `gateway.image.pullSecrets` | Nginx image pull secrets | `[]` |
@@ -968,74 +968,74 @@ The command removes all the Kubernetes components associated with the chart and
### Promtail Deployment Parameters
| Name | Description | Value |
| ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- | --------------------- |
| `promtail.enabled` | Deploy promtail | `true` |
| `promtail.image.registry` | Grafana Promtail image registry | `docker.io` |
| `promtail.image.repository` | Grafana Promtail image repository | `bitnami/promtail` |
| `promtail.image.tag` | Grafana Promtail image tag (immutable tags are recommended) | `2.9.0-debian-11-r10` |
| `promtail.image.digest` | Grafana Promtail image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `promtail.image.pullPolicy` | Grafana Promtail image pull policy | `IfNotPresent` |
| `promtail.image.pullSecrets` | Grafana Promtail image pull secrets | `[]` |
| `promtail.extraEnvVars` | Array with extra environment variables to add to promtail nodes | `[]` |
| `promtail.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for promtail nodes | `""` |
| `promtail.extraEnvVarsSecret` | Name of existing Secret containing extra env vars for promtail nodes | `""` |
| `promtail.command` | Override default container command (useful when using custom images) | `[]` |
| `promtail.args` | Override default container args (useful when using custom images) | `[]` |
| `promtail.extraArgs` | Additional container args (will be concatenated to args, unless diagnosticMode is enabled) | `[]` |
| `promtail.containerPorts.http` | Promtail HTTP port | `8080` |
| `promtail.livenessProbe.enabled` | Enable livenessProbe on Promtail nodes | `true` |
| `promtail.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `10` |
| `promtail.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
| `promtail.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `1` |
| `promtail.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `3` |
| `promtail.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
| `promtail.readinessProbe.enabled` | Enable readinessProbe on Promtail nodes | `true` |
| `promtail.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `10` |
| `promtail.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
| `promtail.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `1` |
| `promtail.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `3` |
| `promtail.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
| `promtail.startupProbe.enabled` | Enable startupProbe on Promtail containers | `false` |
| `promtail.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `30` |
| `promtail.startupProbe.periodSeconds` | Period seconds for startupProbe | `10` |
| `promtail.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `1` |
| `promtail.startupProbe.failureThreshold` | Failure threshold for startupProbe | `15` |
| `promtail.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
| `promtail.customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` |
| `promtail.customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` |
| `promtail.customStartupProbe` | Custom startupProbe that overrides the default one | `{}` |
| `promtail.lifecycleHooks` | for the promtail container(s) to automate configuration before or after startup | `{}` |
| `promtail.resources.limits` | The resources limits for the Promtail containers | `{}` |
| `promtail.resources.requests` | The requested resources for the Promtail containers | `{}` |
| `promtail.podSecurityContext.enabled` | Enabled Promtail pods' Security Context | `true` |
| `promtail.podSecurityContext.fsGroup` | Set Promtail pod's Security Context fsGroup | `0` |
| `promtail.containerSecurityContext.enabled` | Enabled Promtail containers' Security Context | `true` |
| `promtail.containerSecurityContext.runAsUser` | Set Promtail containers' Security Context runAsUser | `0` |
| `promtail.containerSecurityContext.runAsNonRoot` | Set Promtail containers' Security Context runAsNonRoot | `false` |
| `promtail.hostAliases` | promtail pods host aliases | `[]` |
| `promtail.podLabels` | Extra labels for promtail pods | `{}` |
| `promtail.podAnnotations` | Annotations for promtail pods | `{}` |
| `promtail.podAffinityPreset` | Pod affinity preset. Ignored if `promtail.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `promtail.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `promtail.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `promtail.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `promtail.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `promtail.nodeAffinityPreset.key` | Node label key to match. Ignored if `promtail.affinity` is set | `""` |
| `promtail.nodeAffinityPreset.values` | Node label values to match. Ignored if `promtail.affinity` is set | `[]` |
| `promtail.affinity` | Affinity for promtail pods assignment | `{}` |
| `promtail.nodeSelector` | Node labels for Promtail pods assignment | `{}` |
| `promtail.tolerations` | Tolerations for Promtail pods assignment | `[]` |
| `promtail.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains | `[]` |
| `promtail.priorityClassName` | Promtail pods' priorityClassName | `""` |
| `promtail.schedulerName` | Kubernetes pod scheduler registry | `""` |
| `promtail.updateStrategy.type` | Promtail statefulset strategy type | `RollingUpdate` |
| `promtail.updateStrategy.rollingUpdate` | Promtail statefulset rolling update configuration parameters | `{}` |
| `promtail.extraVolumes` | Optionally specify extra list of additional volumes for the Promtail pod(s) | `[]` |
| `promtail.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the promtail container(s) | `[]` |
| `promtail.sidecars` | Add additional sidecar containers to the Promtail pod(s) | `[]` |
| `promtail.initContainers` | Add additional init containers to the Promtail pod(s) | `[]` |
| `promtail.configuration` | Promtail configuration | `""` |
| `promtail.existingSecret` | Name of a Secret that contains the Promtail configuration | `""` |
| `promtail.logLevel` | Promtail logging level | `info` |
| Name | Description | Value |
| ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- | -------------------- |
| `promtail.enabled` | Deploy promtail | `true` |
| `promtail.image.registry` | Grafana Promtail image registry | `docker.io` |
| `promtail.image.repository` | Grafana Promtail image repository | `bitnami/promtail` |
| `promtail.image.tag` | Grafana Promtail image tag (immutable tags are recommended) | `2.9.1-debian-11-r2` |
| `promtail.image.digest` | Grafana Promtail image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `promtail.image.pullPolicy` | Grafana Promtail image pull policy | `IfNotPresent` |
| `promtail.image.pullSecrets` | Grafana Promtail image pull secrets | `[]` |
| `promtail.extraEnvVars` | Array with extra environment variables to add to promtail nodes | `[]` |
| `promtail.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for promtail nodes | `""` |
| `promtail.extraEnvVarsSecret` | Name of existing Secret containing extra env vars for promtail nodes | `""` |
| `promtail.command` | Override default container command (useful when using custom images) | `[]` |
| `promtail.args` | Override default container args (useful when using custom images) | `[]` |
| `promtail.extraArgs` | Additional container args (will be concatenated to args, unless diagnosticMode is enabled) | `[]` |
| `promtail.containerPorts.http` | Promtail HTTP port | `8080` |
| `promtail.livenessProbe.enabled` | Enable livenessProbe on Promtail nodes | `true` |
| `promtail.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `10` |
| `promtail.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
| `promtail.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `1` |
| `promtail.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `3` |
| `promtail.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
| `promtail.readinessProbe.enabled` | Enable readinessProbe on Promtail nodes | `true` |
| `promtail.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `10` |
| `promtail.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
| `promtail.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `1` |
| `promtail.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `3` |
| `promtail.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
| `promtail.startupProbe.enabled` | Enable startupProbe on Promtail containers | `false` |
| `promtail.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `30` |
| `promtail.startupProbe.periodSeconds` | Period seconds for startupProbe | `10` |
| `promtail.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `1` |
| `promtail.startupProbe.failureThreshold` | Failure threshold for startupProbe | `15` |
| `promtail.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
| `promtail.customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` |
| `promtail.customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` |
| `promtail.customStartupProbe` | Custom startupProbe that overrides the default one | `{}` |
| `promtail.lifecycleHooks` | for the promtail container(s) to automate configuration before or after startup | `{}` |
| `promtail.resources.limits` | The resources limits for the Promtail containers | `{}` |
| `promtail.resources.requests` | The requested resources for the Promtail containers | `{}` |
| `promtail.podSecurityContext.enabled` | Enabled Promtail pods' Security Context | `true` |
| `promtail.podSecurityContext.fsGroup` | Set Promtail pod's Security Context fsGroup | `0` |
| `promtail.containerSecurityContext.enabled` | Enabled Promtail containers' Security Context | `true` |
| `promtail.containerSecurityContext.runAsUser` | Set Promtail containers' Security Context runAsUser | `0` |
| `promtail.containerSecurityContext.runAsNonRoot` | Set Promtail containers' Security Context runAsNonRoot | `false` |
| `promtail.hostAliases` | promtail pods host aliases | `[]` |
| `promtail.podLabels` | Extra labels for promtail pods | `{}` |
| `promtail.podAnnotations` | Annotations for promtail pods | `{}` |
| `promtail.podAffinityPreset` | Pod affinity preset. Ignored if `promtail.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `promtail.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `promtail.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `promtail.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `promtail.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `promtail.nodeAffinityPreset.key` | Node label key to match. Ignored if `promtail.affinity` is set | `""` |
| `promtail.nodeAffinityPreset.values` | Node label values to match. Ignored if `promtail.affinity` is set | `[]` |
| `promtail.affinity` | Affinity for promtail pods assignment | `{}` |
| `promtail.nodeSelector` | Node labels for Promtail pods assignment | `{}` |
| `promtail.tolerations` | Tolerations for Promtail pods assignment | `[]` |
| `promtail.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains | `[]` |
| `promtail.priorityClassName` | Promtail pods' priorityClassName | `""` |
| `promtail.schedulerName` | Kubernetes pod scheduler registry | `""` |
| `promtail.updateStrategy.type` | Promtail statefulset strategy type | `RollingUpdate` |
| `promtail.updateStrategy.rollingUpdate` | Promtail statefulset rolling update configuration parameters | `{}` |
| `promtail.extraVolumes` | Optionally specify extra list of additional volumes for the Promtail pod(s) | `[]` |
| `promtail.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the promtail container(s) | `[]` |
| `promtail.sidecars` | Add additional sidecar containers to the Promtail pod(s) | `[]` |
| `promtail.initContainers` | Add additional init containers to the Promtail pod(s) | `[]` |
| `promtail.configuration` | Promtail configuration | `""` |
| `promtail.existingSecret` | Name of a Secret that contains the Promtail configuration | `""` |
| `promtail.logLevel` | Promtail logging level | `info` |
### Promtail Traffic Exposure Parameters
@@ -1065,7 +1065,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
| `volumePermissions.image.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` |
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r72` |
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r86` |
| `volumePermissions.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
@@ -1107,16 +1107,16 @@ The command removes all the Kubernetes components associated with the chart and
### Memcached Sub-chart Parameters (Chunks)
| Name | Description | Value |
| ----------------------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- |
| `memcachedchunks.enabled` | Deploy memcached sub-chart | `true` |
| `memcachedchunks.image.registry` | Memcached image registry | `docker.io` |
| `memcachedchunks.image.repository` | Memcached image repository | `bitnami/memcached` |
| `memcachedchunks.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r92` |
| `memcachedchunks.image.digest` | Memcached image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `memcachedchunks.nameOverride` | override the subchart name | `""` |
| `memcachedchunks.architecture` | Memcached architecture | `high-availability` |
| `memcachedchunks.service.ports.memcached` | Memcached service port | `11211` |
| Name | Description | Value |
| ----------------------------------------- | --------------------------------------------------------------------------------------------------------- | ----------------------- |
| `memcachedchunks.enabled` | Deploy memcached sub-chart | `true` |
| `memcachedchunks.image.registry` | Memcached image registry | `docker.io` |
| `memcachedchunks.image.repository` | Memcached image repository | `bitnami/memcached` |
| `memcachedchunks.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r104` |
| `memcachedchunks.image.digest` | Memcached image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `memcachedchunks.nameOverride` | override the subchart name | `""` |
| `memcachedchunks.architecture` | Memcached architecture | `high-availability` |
| `memcachedchunks.service.ports.memcached` | Memcached service port | `11211` |
### External Memcached (Frontend) Parameters
@@ -1127,16 +1127,16 @@ The command removes all the Kubernetes components associated with the chart and
### Memcached Sub-chart Parameters (Frontend)
| Name | Description | Value |
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- |
| `memcachedfrontend.enabled` | Deploy memcached sub-chart | `true` |
| `memcachedfrontend.image.registry` | Memcached image registry | `docker.io` |
| `memcachedfrontend.image.repository` | Memcached image repository | `bitnami/memcached` |
| `memcachedfrontend.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r92` |
| `memcachedfrontend.image.digest` | Memcached image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `memcachedfrontend.architecture` | Memcached architecture | `high-availability` |
| `memcachedfrontend.nameOverride` | override the subchart name | `""` |
| `memcachedfrontend.service.ports.memcached` | Memcached service port | `11211` |
| Name | Description | Value |
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ----------------------- |
| `memcachedfrontend.enabled` | Deploy memcached sub-chart | `true` |
| `memcachedfrontend.image.registry` | Memcached image registry | `docker.io` |
| `memcachedfrontend.image.repository` | Memcached image repository | `bitnami/memcached` |
| `memcachedfrontend.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r104` |
| `memcachedfrontend.image.digest` | Memcached image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `memcachedfrontend.architecture` | Memcached architecture | `high-availability` |
| `memcachedfrontend.nameOverride` | override the subchart name | `""` |
| `memcachedfrontend.service.ports.memcached` | Memcached service port | `11211` |
### External Memcached (Index-Queries) Parameters
@@ -1147,16 +1147,16 @@ The command removes all the Kubernetes components associated with the chart and
### Memcached Sub-chart Parameters (Index-Queries)
| Name | Description | Value |
| ----------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- |
| `memcachedindexqueries.enabled` | Deploy memcached sub-chart | `true` |
| `memcachedindexqueries.image.registry` | Memcached image registry | `docker.io` |
| `memcachedindexqueries.image.repository` | Memcached image repository | `bitnami/memcached` |
| `memcachedindexqueries.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r92` |
| `memcachedindexqueries.image.digest` | Memcached image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `memcachedindexqueries.architecture` | Memcached architecture | `high-availability` |
| `memcachedindexqueries.nameOverride` | override the subchart name | `""` |
| `memcachedindexqueries.service.ports.memcached` | Memcached service port | `11211` |
| Name | Description | Value |
| ----------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ----------------------- |
| `memcachedindexqueries.enabled` | Deploy memcached sub-chart | `true` |
| `memcachedindexqueries.image.registry` | Memcached image registry | `docker.io` |
| `memcachedindexqueries.image.repository` | Memcached image repository | `bitnami/memcached` |
| `memcachedindexqueries.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r104` |
| `memcachedindexqueries.image.digest` | Memcached image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `memcachedindexqueries.architecture` | Memcached architecture | `high-availability` |
| `memcachedindexqueries.nameOverride` | override the subchart name | `""` |
| `memcachedindexqueries.service.ports.memcached` | Memcached service port | `11211` |
### External Memcached (IndexWrites) Parameters
@@ -1167,16 +1167,16 @@ The command removes all the Kubernetes components associated with the chart and
### Memcached Sub-chart Parameters (Index-Writes)
| Name | Description | Value |
| ---------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- |
| `memcachedindexwrites.enabled` | Deploy memcached sub-chart | `false` |
| `memcachedindexwrites.image.registry` | Memcached image registry | `docker.io` |
| `memcachedindexwrites.image.repository` | Memcached image repository | `bitnami/memcached` |
| `memcachedindexwrites.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r92` |
| `memcachedindexwrites.image.digest` | Memcached image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `memcachedindexwrites.architecture` | Memcached architecture | `high-availability` |
| `memcachedindexwrites.nameOverride` | override the subchart name | `""` |
| `memcachedindexwrites.service.ports.memcached` | Memcached service port | `11211` |
| Name | Description | Value |
| ---------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ----------------------- |
| `memcachedindexwrites.enabled` | Deploy memcached sub-chart | `false` |
| `memcachedindexwrites.image.registry` | Memcached image registry | `docker.io` |
| `memcachedindexwrites.image.repository` | Memcached image repository | `bitnami/memcached` |
| `memcachedindexwrites.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r104` |
| `memcachedindexwrites.image.digest` | Memcached image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `memcachedindexwrites.architecture` | Memcached architecture | `high-availability` |
| `memcachedindexwrites.nameOverride` | override the subchart name | `""` |
| `memcachedindexwrites.service.ports.memcached` | Memcached service port | `11211` |
See <https://github.com/bitnami-labs/readme-generator-for-helm> to create the table.

View File

@@ -75,7 +75,7 @@ loki:
image:
registry: docker.io
repository: bitnami/grafana-loki
tag: 2.9.1-debian-11-r7
tag: 2.9.1-debian-11-r19
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -595,7 +595,7 @@ gateway:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.25.2-debian-11-r29
tag: 1.25.2-debian-11-r42
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -3292,7 +3292,7 @@ promtail:
image:
registry: docker.io
repository: bitnami/promtail
tag: 2.9.0-debian-11-r10
tag: 2.9.1-debian-11-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -3710,7 +3710,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r72
tag: 11-debian-11-r86
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -3832,7 +3832,7 @@ memcachedchunks:
image:
registry: docker.io
repository: bitnami/memcached
tag: 1.6.21-debian-11-r92
tag: 1.6.21-debian-11-r104
digest: ""
## @param memcachedchunks.nameOverride override the subchart name
##
@@ -3873,7 +3873,7 @@ memcachedfrontend:
image:
registry: docker.io
repository: bitnami/memcached
tag: 1.6.21-debian-11-r92
tag: 1.6.21-debian-11-r104
digest: ""
## @param memcachedfrontend.architecture Memcached architecture
##
@@ -3915,7 +3915,7 @@ memcachedindexqueries:
image:
registry: docker.io
repository: bitnami/memcached
tag: 1.6.21-debian-11-r92
tag: 1.6.21-debian-11-r104
digest: ""
## @param memcachedindexqueries.architecture Memcached architecture
##
@@ -3956,7 +3956,7 @@ memcachedindexwrites:
image:
registry: docker.io
repository: bitnami/memcached
tag: 1.6.21-debian-11-r92
tag: 1.6.21-debian-11-r104
digest: ""
## @param memcachedindexwrites.architecture Memcached architecture
##