[bitnami/grafana-loki] Release 2.9.2 (#17207)

* [bitnami/grafana-loki] Release 2.9.2 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-06-20 17:07:41 +02:00
committed by GitHub
parent fd3e1ff42d
commit e28354e8eb
4 changed files with 159 additions and 159 deletions

View File

@@ -1,18 +1,18 @@
dependencies:
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 6.5.1
version: 6.5.3
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 6.5.1
version: 6.5.3
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 6.5.1
version: 6.5.3
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 6.5.1
version: 6.5.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.4.0
digest: sha256:0d1695bc0a547766e6860ae230c37ccdd7d17db64a7311043004fbb796ddba33
generated: "2023-05-21T14:20:26.598205659Z"
digest: sha256:ae8099db176daa423e18885f7f7e179b6dae35c0abe68277d1ed8a8e417ca0b6
generated: "2023-06-19T22:22:32.610891087Z"

View File

@@ -43,4 +43,4 @@ maintainers:
name: grafana-loki
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-loki
version: 2.9.1
version: 2.9.2

View File

@@ -83,7 +83,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.8.2-debian-11-r6` |
| `loki.image.tag` | Grafana Loki image tag (immutable tags are recommended) | `2.8.2-debian-11-r16` |
| `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 | `[]` |
@@ -184,77 +184,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.23.4-debian-11-r18` |
| `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-r1` |
| `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
@@ -956,73 +956,73 @@ 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.8.2-debian-11-r5` |
| `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.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.8.2-debian-11-r15` |
| `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.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
@@ -1052,7 +1052,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-r118` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r127` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
@@ -1099,7 +1099,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.20-debian-11-r2` |
| `memcachedchunks.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r1` |
| `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` |
@@ -1119,7 +1119,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.20-debian-11-r2` |
| `memcachedfrontend.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r1` |
| `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 | `""` |
@@ -1139,7 +1139,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.20-debian-11-r2` |
| `memcachedindexqueries.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r1` |
| `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 | `""` |
@@ -1159,7 +1159,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.20-debian-11-r2` |
| `memcachedindexwrites.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.21-debian-11-r1` |
| `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 | `""` |

View File

@@ -72,7 +72,7 @@ loki:
image:
registry: docker.io
repository: bitnami/grafana-loki
tag: 2.8.2-debian-11-r6
tag: 2.8.2-debian-11-r16
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -589,7 +589,7 @@ gateway:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.23.4-debian-11-r18
tag: 1.25.1-debian-11-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -3259,7 +3259,7 @@ promtail:
image:
registry: docker.io
repository: bitnami/promtail
tag: 2.8.2-debian-11-r5
tag: 2.8.2-debian-11-r15
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -3674,7 +3674,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r118
tag: 11-debian-11-r127
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -3796,7 +3796,7 @@ memcachedchunks:
image:
registry: docker.io
repository: bitnami/memcached
tag: 1.6.20-debian-11-r2
tag: 1.6.21-debian-11-r1
digest: ""
## @param memcachedchunks.nameOverride override the subchart name
##
@@ -3837,7 +3837,7 @@ memcachedfrontend:
image:
registry: docker.io
repository: bitnami/memcached
tag: 1.6.20-debian-11-r2
tag: 1.6.21-debian-11-r1
digest: ""
## @param memcachedfrontend.architecture Memcached architecture
##
@@ -3879,7 +3879,7 @@ memcachedindexqueries:
image:
registry: docker.io
repository: bitnami/memcached
tag: 1.6.20-debian-11-r2
tag: 1.6.21-debian-11-r1
digest: ""
## @param memcachedindexqueries.architecture Memcached architecture
##
@@ -3920,7 +3920,7 @@ memcachedindexwrites:
image:
registry: docker.io
repository: bitnami/memcached
tag: 1.6.20-debian-11-r2
tag: 1.6.21-debian-11-r1
digest: ""
## @param memcachedindexwrites.architecture Memcached architecture
##