mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
[bitnami/grafana-mimir] Release 0.2.3 (#15865)
* [bitnami/grafana-mimir] Release 0.2.3 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:
@@ -1,21 +1,21 @@
|
||||
dependencies:
|
||||
- name: minio
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 12.1.12
|
||||
version: 12.2.3
|
||||
- name: memcached
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.3.12
|
||||
version: 6.3.13
|
||||
- name: memcached
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.3.12
|
||||
version: 6.3.13
|
||||
- name: memcached
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.3.12
|
||||
version: 6.3.13
|
||||
- name: memcached
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.3.12
|
||||
version: 6.3.13
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.4
|
||||
digest: sha256:00db34d6c59c8d0898ec178d2520e0f5b42dac1b1108948f7d307b8690477feb
|
||||
generated: "2023-03-18T22:04:37.306264802Z"
|
||||
digest: sha256:92950d7da3fe8ac1f46c534100ce0202574c47eb9c1ac7b994b2b94d2c8490f9
|
||||
generated: "2023-04-01T12:55:10.228411305Z"
|
||||
|
||||
@@ -48,4 +48,4 @@ name: grafana-mimir
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/grafana-mimir
|
||||
- https://github.com/grafana/mimir
|
||||
version: 0.2.2
|
||||
version: 0.2.3
|
||||
|
||||
@@ -85,7 +85,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.7.1-debian-11-r0` |
|
||||
| `mimir.image.tag` | Grafana Mimir image tag (immutable tags are recommended) | `2.7.1-debian-11-r4` |
|
||||
| `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 | `[]` |
|
||||
@@ -375,77 +375,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.3-debian-11-r36` |
|
||||
| `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.23.4-debian-11-r0` |
|
||||
| `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
|
||||
|
||||
@@ -1097,7 +1097,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-r98` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r102` |
|
||||
| `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 | `{}` |
|
||||
@@ -1153,7 +1153,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.19-debian-11-r2` |
|
||||
| `memcachedchunks.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.19-debian-11-r6` |
|
||||
| `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` |
|
||||
@@ -1173,7 +1173,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.19-debian-11-r2` |
|
||||
| `memcachedfrontend.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.19-debian-11-r6` |
|
||||
| `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 | `""` |
|
||||
@@ -1193,7 +1193,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `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.19-debian-11-r2` |
|
||||
| `memcachedindex.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.19-debian-11-r6` |
|
||||
| `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 | `""` |
|
||||
@@ -1213,7 +1213,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `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.19-debian-11-r2` |
|
||||
| `memcachedmetadata.image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.19-debian-11-r6` |
|
||||
| `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 | `""` |
|
||||
|
||||
@@ -76,7 +76,7 @@ mimir:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/grafana-mimir
|
||||
tag: 2.7.1-debian-11-r0
|
||||
tag: 2.7.1-debian-11-r4
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1313,7 +1313,7 @@ gateway:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/nginx
|
||||
tag: 1.23.3-debian-11-r36
|
||||
tag: 1.23.4-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -3905,7 +3905,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r98
|
||||
tag: 11-debian-11-r102
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
@@ -4100,7 +4100,7 @@ memcachedchunks:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/memcached
|
||||
tag: 1.6.19-debian-11-r2
|
||||
tag: 1.6.19-debian-11-r6
|
||||
digest: ""
|
||||
## @param memcachedchunks.nameOverride override the subchart name
|
||||
##
|
||||
@@ -4141,7 +4141,7 @@ memcachedfrontend:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/memcached
|
||||
tag: 1.6.19-debian-11-r2
|
||||
tag: 1.6.19-debian-11-r6
|
||||
digest: ""
|
||||
## @param memcachedfrontend.architecture Memcached architecture
|
||||
##
|
||||
@@ -4183,7 +4183,7 @@ memcachedindex:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/memcached
|
||||
tag: 1.6.19-debian-11-r2
|
||||
tag: 1.6.19-debian-11-r6
|
||||
digest: ""
|
||||
## @param memcachedindex.architecture Memcached architecture
|
||||
##
|
||||
@@ -4224,7 +4224,7 @@ memcachedmetadata:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/memcached
|
||||
tag: 1.6.19-debian-11-r2
|
||||
tag: 1.6.19-debian-11-r6
|
||||
digest: ""
|
||||
## @param memcachedmetadata.architecture Memcached architecture
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user