From f77e83e20cbf8e2d12d02c25fdc4b378dcee6d46 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 25 Jul 2023 15:46:39 +0200 Subject: [PATCH] [bitnami/grafana-mimir] Release 0.5.6 (#17891) * [bitnami/grafana-mimir] Release 0.5.6 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/grafana-mimir/Chart.lock | 14 +- bitnami/grafana-mimir/Chart.yaml | 2 +- bitnami/grafana-mimir/README.md | 226 +++++++++++++++--------------- bitnami/grafana-mimir/values.yaml | 14 +- 4 files changed, 128 insertions(+), 128 deletions(-) diff --git a/bitnami/grafana-mimir/Chart.lock b/bitnami/grafana-mimir/Chart.lock index 487577ac43..aecdc41123 100644 --- a/bitnami/grafana-mimir/Chart.lock +++ b/bitnami/grafana-mimir/Chart.lock @@ -1,21 +1,21 @@ dependencies: - name: minio repository: oci://registry-1.docker.io/bitnamicharts - version: 12.6.7 + version: 12.6.10 - name: memcached repository: oci://registry-1.docker.io/bitnamicharts - version: 6.5.4 + version: 6.5.5 - name: memcached repository: oci://registry-1.docker.io/bitnamicharts - version: 6.5.4 + version: 6.5.5 - name: memcached repository: oci://registry-1.docker.io/bitnamicharts - version: 6.5.4 + version: 6.5.5 - name: memcached repository: oci://registry-1.docker.io/bitnamicharts - version: 6.5.4 + version: 6.5.5 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.6.0 -digest: sha256:e27d21b4f59da94ff8982b5277e487dbc24558b099f32cd80b1f11f0d01635a4 -generated: "2023-07-13T12:37:37.337070765Z" +digest: sha256:57f4d387ad37a60d0c37a2baa9585205fbe2796afe1994910edee7054a47bb20 +generated: "2023-07-25T13:31:12.199353816Z" diff --git a/bitnami/grafana-mimir/Chart.yaml b/bitnami/grafana-mimir/Chart.yaml index 07b8bed1ea..de8181e5b6 100644 --- a/bitnami/grafana-mimir/Chart.yaml +++ b/bitnami/grafana-mimir/Chart.yaml @@ -50,4 +50,4 @@ maintainers: name: grafana-mimir sources: - https://github.com/bitnami/charts/tree/main/bitnami/grafana-mimir -version: 0.5.5 +version: 0.5.6 diff --git a/bitnami/grafana-mimir/README.md b/bitnami/grafana-mimir/README.md index 6941cc90c3..b311564b0c 100644 --- a/bitnami/grafana-mimir/README.md +++ b/bitnami/grafana-mimir/README.md @@ -86,7 +86,7 @@ The command removes all the Kubernetes components associated with the chart and | -------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ | | `mimir.image.registry` | Grafana Mimir image registry | `docker.io` | | `mimir.image.repository` | Grafana Mimir image repository | `bitnami/grafana-mimir` | -| `mimir.image.tag` | Grafana Mimir image tag (immutable tags are recommended) | `2.9.0-debian-11-r8` | +| `mimir.image.tag` | Grafana Mimir image tag (immutable tags are recommended) | `2.9.0-debian-11-r34` | | `mimir.image.digest` | Grafana Mimir image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` | | `mimir.image.pullPolicy` | Grafana Mimir image pull policy | `IfNotPresent` | | `mimir.image.pullSecrets` | Grafana Mimir image pull secrets | `[]` | @@ -376,77 +376,77 @@ The command removes all the Kubernetes components associated with the chart and ### Gateway Deployment Parameters -| Name | Description | Value | -| ----------------------------------------------- | ----------------------------------------------------------------------------------------------------- | --------------------- | -| `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.1-debian-11-r9` | -| `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 | `[]` | -| `gateway.image.debug` | Enable debugging in the initialization process | `false` | -| `gateway.extraEnvVars` | Array with extra environment variables to add to gateway nodes | `[]` | -| `gateway.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for gateway nodes | `""` | -| `gateway.extraEnvVarsSecret` | Name of existing Secret containing extra env vars for gateway nodes | `""` | -| `gateway.command` | Override default container command (useful when using custom images) | `[]` | -| `gateway.args` | Override default container args (useful when using custom images) | `[]` | -| `gateway.verboseLogging` | Show the gateway access_log | `false` | -| `gateway.replicaCount` | Number of Gateway replicas to deploy | `1` | -| `gateway.auth.enabled` | Enable basic auth | `false` | -| `gateway.auth.username` | Basic auth username | `user` | -| `gateway.auth.password` | Basic auth password | `""` | -| `gateway.auth.existingSecret` | Name of a secret containing the Basic auth password | `""` | -| `gateway.livenessProbe.enabled` | Enable livenessProbe on Gateway nodes | `true` | -| `gateway.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `10` | -| `gateway.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` | -| `gateway.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `1` | -| `gateway.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `3` | -| `gateway.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` | -| `gateway.readinessProbe.enabled` | Enable readinessProbe on Gateway nodes | `true` | -| `gateway.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `10` | -| `gateway.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` | -| `gateway.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `1` | -| `gateway.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `3` | -| `gateway.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` | -| `gateway.startupProbe.enabled` | Enable startupProbe on Gateway containers | `false` | -| `gateway.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `10` | -| `gateway.startupProbe.periodSeconds` | Period seconds for startupProbe | `10` | -| `gateway.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `1` | -| `gateway.startupProbe.failureThreshold` | Failure threshold for startupProbe | `15` | -| `gateway.startupProbe.successThreshold` | Success threshold for startupProbe | `1` | -| `gateway.customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` | -| `gateway.customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` | -| `gateway.customStartupProbe` | Custom startupProbe that overrides the default one | `{}` | -| `gateway.containerPorts.http` | Gateway HTTP port | `8080` | -| `gateway.resources.limits` | The resources limits for the gateway containers | `{}` | -| `gateway.resources.requests` | The requested resources for the gateway containers | `{}` | -| `gateway.podSecurityContext.enabled` | Enabled Gateway pods' Security Context | `true` | -| `gateway.podSecurityContext.fsGroup` | Set Gateway pod's Security Context fsGroup | `1001` | -| `gateway.containerSecurityContext.enabled` | Enabled Gateway containers' Security Context | `true` | -| `gateway.containerSecurityContext.runAsUser` | Set Gateway containers' Security Context runAsUser | `1001` | -| `gateway.containerSecurityContext.runAsNonRoot` | Set Gateway containers' Security Context runAsNonRoot | `true` | -| `gateway.lifecycleHooks` | for the gateway container(s) to automate configuration before or after startup | `{}` | -| `gateway.hostAliases` | gateway pods host aliases | `[]` | -| `gateway.podLabels` | Extra labels for gateway pods | `{}` | -| `gateway.podAnnotations` | Annotations for gateway pods | `{}` | -| `gateway.podAffinityPreset` | Pod affinity preset. Ignored if `gateway.affinity` is set. Allowed values: `soft` or `hard` | `""` | -| `gateway.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `gateway.affinity` is set. Allowed values: `soft` or `hard` | `soft` | -| `gateway.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `gateway.affinity` is set. Allowed values: `soft` or `hard` | `""` | -| `gateway.nodeAffinityPreset.key` | Node label key to match. Ignored if `gateway.affinity` is set | `""` | -| `gateway.nodeAffinityPreset.values` | Node label values to match. Ignored if `gateway.affinity` is set | `[]` | -| `gateway.affinity` | Affinity for Gateway pods assignment | `{}` | -| `gateway.nodeSelector` | Node labels for Gateway pods assignment | `{}` | -| `gateway.tolerations` | Tolerations for Gateway pods assignment | `[]` | -| `gateway.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains | `[]` | -| `gateway.priorityClassName` | Gateway pods' priorityClassName | `""` | -| `gateway.schedulerName` | Kubernetes pod scheduler registry | `""` | -| `gateway.updateStrategy.type` | Gateway statefulset strategy type | `RollingUpdate` | -| `gateway.updateStrategy.rollingUpdate` | Gateway statefulset rolling update configuration parameters | `{}` | -| `gateway.extraVolumes` | Optionally specify extra list of additional volumes for the Gateway pod(s) | `[]` | -| `gateway.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Gateway container(s) | `[]` | -| `gateway.sidecars` | Add additional sidecar containers to the Gateway pod(s) | `[]` | -| `gateway.initContainers` | Add additional init containers to the Gateway pod(s) | `[]` | +| Name | Description | Value | +| ----------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ---------------------- | +| `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.1-debian-11-r37` | +| `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 | `[]` | +| `gateway.image.debug` | Enable debugging in the initialization process | `false` | +| `gateway.extraEnvVars` | Array with extra environment variables to add to gateway nodes | `[]` | +| `gateway.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for gateway nodes | `""` | +| `gateway.extraEnvVarsSecret` | Name of existing Secret containing extra env vars for gateway nodes | `""` | +| `gateway.command` | Override default container command (useful when using custom images) | `[]` | +| `gateway.args` | Override default container args (useful when using custom images) | `[]` | +| `gateway.verboseLogging` | Show the gateway access_log | `false` | +| `gateway.replicaCount` | Number of Gateway replicas to deploy | `1` | +| `gateway.auth.enabled` | Enable basic auth | `false` | +| `gateway.auth.username` | Basic auth username | `user` | +| `gateway.auth.password` | Basic auth password | `""` | +| `gateway.auth.existingSecret` | Name of a secret containing the Basic auth password | `""` | +| `gateway.livenessProbe.enabled` | Enable livenessProbe on Gateway nodes | `true` | +| `gateway.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `10` | +| `gateway.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` | +| `gateway.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `1` | +| `gateway.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `3` | +| `gateway.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` | +| `gateway.readinessProbe.enabled` | Enable readinessProbe on Gateway nodes | `true` | +| `gateway.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `10` | +| `gateway.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` | +| `gateway.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `1` | +| `gateway.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `3` | +| `gateway.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` | +| `gateway.startupProbe.enabled` | Enable startupProbe on Gateway containers | `false` | +| `gateway.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `10` | +| `gateway.startupProbe.periodSeconds` | Period seconds for startupProbe | `10` | +| `gateway.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `1` | +| `gateway.startupProbe.failureThreshold` | Failure threshold for startupProbe | `15` | +| `gateway.startupProbe.successThreshold` | Success threshold for startupProbe | `1` | +| `gateway.customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` | +| `gateway.customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` | +| `gateway.customStartupProbe` | Custom startupProbe that overrides the default one | `{}` | +| `gateway.containerPorts.http` | Gateway HTTP port | `8080` | +| `gateway.resources.limits` | The resources limits for the gateway containers | `{}` | +| `gateway.resources.requests` | The requested resources for the gateway containers | `{}` | +| `gateway.podSecurityContext.enabled` | Enabled Gateway pods' Security Context | `true` | +| `gateway.podSecurityContext.fsGroup` | Set Gateway pod's Security Context fsGroup | `1001` | +| `gateway.containerSecurityContext.enabled` | Enabled Gateway containers' Security Context | `true` | +| `gateway.containerSecurityContext.runAsUser` | Set Gateway containers' Security Context runAsUser | `1001` | +| `gateway.containerSecurityContext.runAsNonRoot` | Set Gateway containers' Security Context runAsNonRoot | `true` | +| `gateway.lifecycleHooks` | for the gateway container(s) to automate configuration before or after startup | `{}` | +| `gateway.hostAliases` | gateway pods host aliases | `[]` | +| `gateway.podLabels` | Extra labels for gateway pods | `{}` | +| `gateway.podAnnotations` | Annotations for gateway pods | `{}` | +| `gateway.podAffinityPreset` | Pod affinity preset. Ignored if `gateway.affinity` is set. Allowed values: `soft` or `hard` | `""` | +| `gateway.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `gateway.affinity` is set. Allowed values: `soft` or `hard` | `soft` | +| `gateway.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `gateway.affinity` is set. Allowed values: `soft` or `hard` | `""` | +| `gateway.nodeAffinityPreset.key` | Node label key to match. Ignored if `gateway.affinity` is set | `""` | +| `gateway.nodeAffinityPreset.values` | Node label values to match. Ignored if `gateway.affinity` is set | `[]` | +| `gateway.affinity` | Affinity for Gateway pods assignment | `{}` | +| `gateway.nodeSelector` | Node labels for Gateway pods assignment | `{}` | +| `gateway.tolerations` | Tolerations for Gateway pods assignment | `[]` | +| `gateway.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains | `[]` | +| `gateway.priorityClassName` | Gateway pods' priorityClassName | `""` | +| `gateway.schedulerName` | Kubernetes pod scheduler registry | `""` | +| `gateway.updateStrategy.type` | Gateway statefulset strategy type | `RollingUpdate` | +| `gateway.updateStrategy.rollingUpdate` | Gateway statefulset rolling update configuration parameters | `{}` | +| `gateway.extraVolumes` | Optionally specify extra list of additional volumes for the Gateway pod(s) | `[]` | +| `gateway.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Gateway container(s) | `[]` | +| `gateway.sidecars` | Add additional sidecar containers to the Gateway pod(s) | `[]` | +| `gateway.initContainers` | Add additional init containers to the Gateway pod(s) | `[]` | ### Gateway Traffic Exposure Parameters @@ -1098,7 +1098,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-r2` | +| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r16` | | `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | @@ -1149,16 +1149,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-r9` | -| `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-r35` | +| `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 @@ -1169,16 +1169,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-r9` | -| `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-r35` | +| `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) Parameters @@ -1189,16 +1189,16 @@ The command removes all the Kubernetes components associated with the chart and ### Memcached Sub-chart Parameters (Index) -| Name | Description | Value | -| ---------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------- | -| `memcachedindex.enabled` | Deploy memcached sub-chart | `true` | -| `memcachedindex.image.registry` | Memcached image registry | `docker.io` | -| `memcachedindex.image.repository` | Memcached image repository | `bitnami/memcached` | -| `memcachedindex.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r9` | -| `memcachedindex.image.digest` | Memcached image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | -| `memcachedindex.architecture` | Memcached architecture | `high-availability` | -| `memcachedindex.nameOverride` | override the subchart name | `""` | -| `memcachedindex.service.ports.memcached` | Memcached service port | `11211` | +| Name | Description | Value | +| ---------------------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- | +| `memcachedindex.enabled` | Deploy memcached sub-chart | `true` | +| `memcachedindex.image.registry` | Memcached image registry | `docker.io` | +| `memcachedindex.image.repository` | Memcached image repository | `bitnami/memcached` | +| `memcachedindex.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r35` | +| `memcachedindex.image.digest` | Memcached image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | +| `memcachedindex.architecture` | Memcached architecture | `high-availability` | +| `memcachedindex.nameOverride` | override the subchart name | `""` | +| `memcachedindex.service.ports.memcached` | Memcached service port | `11211` | ### External Memcached (Metadata) Parameters @@ -1209,16 +1209,16 @@ The command removes all the Kubernetes components associated with the chart and ### Memcached Sub-chart Parameters (Metadata) -| Name | Description | Value | -| ------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------- | -| `memcachedmetadata.enabled` | Deploy memcached sub-chart | `true` | -| `memcachedmetadata.image.registry` | Memcached image registry | `docker.io` | -| `memcachedmetadata.image.repository` | Memcached image repository | `bitnami/memcached` | -| `memcachedmetadata.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r9` | -| `memcachedmetadata.image.digest` | Memcached image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | -| `memcachedmetadata.architecture` | Memcached architecture | `high-availability` | -| `memcachedmetadata.nameOverride` | override the subchart name | `""` | -| `memcachedmetadata.service.ports.memcached` | Memcached service port | `11211` | +| Name | Description | Value | +| ------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- | +| `memcachedmetadata.enabled` | Deploy memcached sub-chart | `true` | +| `memcachedmetadata.image.registry` | Memcached image registry | `docker.io` | +| `memcachedmetadata.image.repository` | Memcached image repository | `bitnami/memcached` | +| `memcachedmetadata.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r35` | +| `memcachedmetadata.image.digest` | Memcached image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | +| `memcachedmetadata.architecture` | Memcached architecture | `high-availability` | +| `memcachedmetadata.nameOverride` | override the subchart name | `""` | +| `memcachedmetadata.service.ports.memcached` | Memcached service port | `11211` | See to create the table diff --git a/bitnami/grafana-mimir/values.yaml b/bitnami/grafana-mimir/values.yaml index 114d83c562..f2e231befc 100644 --- a/bitnami/grafana-mimir/values.yaml +++ b/bitnami/grafana-mimir/values.yaml @@ -79,7 +79,7 @@ mimir: image: registry: docker.io repository: bitnami/grafana-mimir - tag: 2.9.0-debian-11-r8 + tag: 2.9.0-debian-11-r34 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1316,7 +1316,7 @@ gateway: image: registry: docker.io repository: bitnami/nginx - tag: 1.25.1-debian-11-r9 + tag: 1.25.1-debian-11-r37 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -3908,7 +3908,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r2 + tag: 11-debian-11-r16 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -4103,7 +4103,7 @@ memcachedchunks: image: registry: docker.io repository: bitnami/memcached - tag: 1.6.21-debian-11-r9 + tag: 1.6.21-debian-11-r35 digest: "" ## @param memcachedchunks.nameOverride override the subchart name ## @@ -4144,7 +4144,7 @@ memcachedfrontend: image: registry: docker.io repository: bitnami/memcached - tag: 1.6.21-debian-11-r9 + tag: 1.6.21-debian-11-r35 digest: "" ## @param memcachedfrontend.architecture Memcached architecture ## @@ -4186,7 +4186,7 @@ memcachedindex: image: registry: docker.io repository: bitnami/memcached - tag: 1.6.21-debian-11-r9 + tag: 1.6.21-debian-11-r35 digest: "" ## @param memcachedindex.architecture Memcached architecture ## @@ -4227,7 +4227,7 @@ memcachedmetadata: image: registry: docker.io repository: bitnami/memcached - tag: 1.6.21-debian-11-r9 + tag: 1.6.21-debian-11-r35 digest: "" ## @param memcachedmetadata.architecture Memcached architecture ##