diff --git a/bitnami/grafana-loki/Chart.yaml b/bitnami/grafana-loki/Chart.yaml index 61662da9e..a065af146 100644 --- a/bitnami/grafana-loki/Chart.yaml +++ b/bitnami/grafana-loki/Chart.yaml @@ -44,4 +44,4 @@ name: grafana-loki sources: - https://github.com/bitnami/bitnami-docker-grafana-loki - https://github.com/grafana/loki/ -version: 2.1.5 +version: 2.1.6 diff --git a/bitnami/grafana-loki/README.md b/bitnami/grafana-loki/README.md index c8ab6d36b..b29562176 100644 --- a/bitnami/grafana-loki/README.md +++ b/bitnami/grafana-loki/README.md @@ -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.5.0-debian-11-r10` | +| `loki.image.tag` | Grafana Loki image tag (immutable tags are recommended) | `2.5.0-debian-11-r14` | | `loki.image.pullPolicy` | Grafana Loki image pull policy | `IfNotPresent` | | `loki.image.pullSecrets` | Grafana Loki image pull secrets | `[]` | | `loki.configuration` | Loki components configuration | `""` | @@ -193,7 +193,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.21.6-debian-11-r10` | +| `gateway.image.tag` | Nginx image tag (immutable tags are recommended) | `1.21.6-debian-11-r12` | | `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` | @@ -898,72 +898,72 @@ 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.5.0-debian-11-r9` | -| `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.5.0-debian-11-r12` | +| `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 @@ -995,7 +995,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-r10` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r12` | | `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 | `{}` | @@ -1045,7 +1045,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-r10` | +| `memcachedchunks.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.15-debian-11-r12` | | `memcachedchunks.nameOverride` | override the subchart name | `""` | | `memcachedchunks.architecture` | Memcached architecture | `high-availability` | | `memcachedchunks.service.ports.memcached` | Memcached service port | `11211` | @@ -1066,7 +1066,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-r10` | +| `memcachedfrontend.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.15-debian-11-r12` | | `memcachedfrontend.architecture` | Memcached architecture | `high-availability` | | `memcachedfrontend.nameOverride` | override the subchart name | `""` | | `memcachedfrontend.service.ports.memcached` | Memcached service port | `11211` | @@ -1087,7 +1087,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-r10` | +| `memcachedindexqueries.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.15-debian-11-r12` | | `memcachedindexqueries.architecture` | Memcached architecture | `high-availability` | | `memcachedindexqueries.nameOverride` | override the subchart name | `""` | | `memcachedindexqueries.service.ports.memcached` | Memcached service port | `11211` | @@ -1108,7 +1108,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-r10` | +| `memcachedindexwrites.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.15-debian-11-r12` | | `memcachedindexwrites.architecture` | Memcached architecture | `high-availability` | | `memcachedindexwrites.nameOverride` | override the subchart name | `""` | | `memcachedindexwrites.service.ports.memcached` | Memcached service port | `11211` | diff --git a/bitnami/grafana-loki/values.yaml b/bitnami/grafana-loki/values.yaml index 8d3a56bb5..d6b9bf273 100644 --- a/bitnami/grafana-loki/values.yaml +++ b/bitnami/grafana-loki/values.yaml @@ -71,7 +71,7 @@ loki: image: registry: docker.io repository: bitnami/grafana-loki - tag: 2.5.0-debian-11-r10 + tag: 2.5.0-debian-11-r14 ## 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 @@ -576,7 +576,7 @@ gateway: image: registry: docker.io repository: bitnami/nginx - tag: 1.21.6-debian-11-r10 + tag: 1.21.6-debian-11-r12 ## 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 @@ -2970,7 +2970,7 @@ promtail: image: registry: docker.io repository: bitnami/promtail - tag: 2.5.0-debian-11-r9 + tag: 2.5.0-debian-11-r12 ## 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 @@ -3383,7 +3383,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r10 + tag: 11-debian-11-r12 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -3503,7 +3503,7 @@ memcachedchunks: image: registry: docker.io repository: bitnami/memcached - tag: 1.6.15-debian-11-r10 + tag: 1.6.15-debian-11-r12 ## @param memcachedchunks.nameOverride override the subchart name ## @@ -3543,7 +3543,7 @@ memcachedfrontend: image: registry: docker.io repository: bitnami/memcached - tag: 1.6.15-debian-11-r10 + tag: 1.6.15-debian-11-r12 ## @param memcachedfrontend.architecture Memcached architecture ## architecture: high-availability @@ -3583,7 +3583,7 @@ memcachedindexqueries: image: registry: docker.io repository: bitnami/memcached - tag: 1.6.15-debian-11-r10 + tag: 1.6.15-debian-11-r12 ## @param memcachedindexqueries.architecture Memcached architecture ## architecture: high-availability @@ -3622,7 +3622,7 @@ memcachedindexwrites: image: registry: docker.io repository: bitnami/memcached - tag: 1.6.15-debian-11-r10 + tag: 1.6.15-debian-11-r12 ## @param memcachedindexwrites.architecture Memcached architecture ## architecture: high-availability