mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
[bitnami/grafana-loki] Release 2.2.4 (#11375)
* [bitnami/grafana-loki] Release 2.2.4 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>
This commit is contained in:
@@ -28,7 +28,7 @@ dependencies:
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 1.x.x
|
||||
description: Grafana Loki is a horizontally scalable, highly available, and multi-tenant log aggregation system. It provides real-time long tailing and full persistence to object storage.
|
||||
description: Grafana Loki is a horizontally scalable, highly available, and multi-tenant log aggregation system. It provides real-time long tailing and full persistence to object storage.
|
||||
engine: gotpl
|
||||
home: https://github.com/grafana/loki/
|
||||
icon: https://bitnami.com/assets/stacks/grafana-loki/img/grafana-loki-stack-220x234.png
|
||||
@@ -44,4 +44,4 @@ name: grafana-loki
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/grafana-loki
|
||||
- https://github.com/grafana/loki/
|
||||
version: 2.2.3
|
||||
version: 2.2.4
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
|
||||
# Grafana Loki packaged by Bitnami
|
||||
|
||||
Grafana Loki is a horizontally scalable, highly available, and multi-tenant log aggregation system. It provides real-time long tailing and full persistence to object storage.
|
||||
Grafana Loki is a horizontally scalable, highly available, and multi-tenant log aggregation system. It provides real-time long tailing and full persistence to object storage.
|
||||
|
||||
[Overview of Grafana Loki](https://grafana.com/oss/loki/)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -86,7 +86,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.6.1-debian-11-r0` |
|
||||
| `loki.image.tag` | Grafana Loki image tag (immutable tags are recommended) | `2.6.1-debian-11-r3` |
|
||||
| `loki.image.pullPolicy` | Grafana Loki image pull policy | `IfNotPresent` |
|
||||
| `loki.image.pullSecrets` | Grafana Loki image pull secrets | `[]` |
|
||||
| `loki.configuration` | Loki components configuration | `""` |
|
||||
@@ -188,76 +188,76 @@ 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.21.6-debian-11-r17` |
|
||||
| `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.23.1-debian-11-r2` |
|
||||
| `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
|
||||
@@ -978,7 +978,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `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.6.0-debian-11-r2` |
|
||||
| `promtail.image.tag` | Grafana Promtail image tag (immutable tags are recommended) | `2.6.1-debian-11-r2` |
|
||||
| `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 | `[]` |
|
||||
@@ -1070,7 +1070,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` | Bitnami Shell image registry | `docker.io` |
|
||||
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r16` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r18` |
|
||||
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
|
||||
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
|
||||
@@ -1120,7 +1120,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `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.15-debian-11-r17` |
|
||||
| `memcachedchunks.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.15-debian-11-r20` |
|
||||
| `memcachedchunks.nameOverride` | override the subchart name | `""` |
|
||||
| `memcachedchunks.architecture` | Memcached architecture | `high-availability` |
|
||||
| `memcachedchunks.service.ports.memcached` | Memcached service port | `11211` |
|
||||
@@ -1141,7 +1141,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `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.15-debian-11-r17` |
|
||||
| `memcachedfrontend.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.15-debian-11-r20` |
|
||||
| `memcachedfrontend.architecture` | Memcached architecture | `high-availability` |
|
||||
| `memcachedfrontend.nameOverride` | override the subchart name | `""` |
|
||||
| `memcachedfrontend.service.ports.memcached` | Memcached service port | `11211` |
|
||||
@@ -1162,7 +1162,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `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.15-debian-11-r17` |
|
||||
| `memcachedindexqueries.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.15-debian-11-r20` |
|
||||
| `memcachedindexqueries.architecture` | Memcached architecture | `high-availability` |
|
||||
| `memcachedindexqueries.nameOverride` | override the subchart name | `""` |
|
||||
| `memcachedindexqueries.service.ports.memcached` | Memcached service port | `11211` |
|
||||
@@ -1183,7 +1183,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `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.15-debian-11-r17` |
|
||||
| `memcachedindexwrites.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.15-debian-11-r20` |
|
||||
| `memcachedindexwrites.architecture` | Memcached architecture | `high-availability` |
|
||||
| `memcachedindexwrites.nameOverride` | override the subchart name | `""` |
|
||||
| `memcachedindexwrites.service.ports.memcached` | Memcached service port | `11211` |
|
||||
|
||||
@@ -71,7 +71,7 @@ loki:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/grafana-loki
|
||||
tag: 2.6.1-debian-11-r0
|
||||
tag: 2.6.1-debian-11-r3
|
||||
## 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
|
||||
@@ -577,7 +577,7 @@ gateway:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/nginx
|
||||
tag: 1.21.6-debian-11-r17
|
||||
tag: 1.23.1-debian-11-r2
|
||||
## 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
|
||||
@@ -3239,7 +3239,7 @@ promtail:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/promtail
|
||||
tag: 2.6.0-debian-11-r2
|
||||
tag: 2.6.1-debian-11-r2
|
||||
## 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
|
||||
@@ -3652,7 +3652,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r16
|
||||
tag: 11-debian-11-r18
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
@@ -3772,7 +3772,7 @@ memcachedchunks:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/memcached
|
||||
tag: 1.6.15-debian-11-r17
|
||||
tag: 1.6.15-debian-11-r20
|
||||
|
||||
## @param memcachedchunks.nameOverride override the subchart name
|
||||
##
|
||||
@@ -3812,7 +3812,7 @@ memcachedfrontend:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/memcached
|
||||
tag: 1.6.15-debian-11-r17
|
||||
tag: 1.6.15-debian-11-r20
|
||||
## @param memcachedfrontend.architecture Memcached architecture
|
||||
##
|
||||
architecture: high-availability
|
||||
@@ -3852,7 +3852,7 @@ memcachedindexqueries:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/memcached
|
||||
tag: 1.6.15-debian-11-r17
|
||||
tag: 1.6.15-debian-11-r20
|
||||
## @param memcachedindexqueries.architecture Memcached architecture
|
||||
##
|
||||
architecture: high-availability
|
||||
@@ -3891,7 +3891,7 @@ memcachedindexwrites:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/memcached
|
||||
tag: 1.6.15-debian-11-r17
|
||||
tag: 1.6.15-debian-11-r20
|
||||
## @param memcachedindexwrites.architecture Memcached architecture
|
||||
##
|
||||
architecture: high-availability
|
||||
|
||||
Reference in New Issue
Block a user