Use os-shell in tempate and Jaeger runtime params (#17557)

* Use os-shell in tempate and Jaeger runtime params

Signed-off-by: Joseda Rios <jdrios@vmware.com>

* Update comments in all related files

Signed-off-by: Joseda Rios <jdrios@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Joseda Rios <jdrios@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Joseda Rios
2023-07-11 15:20:03 +02:00
committed by GitHub
co-authored by Bitnami Containers Carlos Rodríguez Hernández
parent 8a2063495c
commit 91a49eb1e3
47 changed files with 529 additions and 529 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ agent:
args: args:
- all - all
- name: trace-generator - name: trace-generator
image: bitnami/bitnami-shell:11-debian-11-r57 image: bitnami/os-shell:11-debian-11-r2
command: command:
- /bin/bash - /bin/bash
- -ec - -ec
+2 -2
View File
@@ -109,8 +109,8 @@ dags:
## @param dags.existingConfigmap Name of an existing ConfigMap with all the DAGs files you want to load in Airflow ## @param dags.existingConfigmap Name of an existing ConfigMap with all the DAGs files you want to load in Airflow
## ##
existingConfigmap: "" existingConfigmap: ""
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param dags.image.registry Init container load-dags image registry ## @param dags.image.registry Init container load-dags image registry
## @param dags.image.repository Init container load-dags image repository ## @param dags.image.repository Init container load-dags image repository
## @param dags.image.tag Init container load-dags image tag (immutable tags are recommended) ## @param dags.image.tag Init container load-dags image tag (immutable tags are recommended)
+3 -3
View File
@@ -3596,12 +3596,12 @@
"repository": { "repository": {
"type": "string", "type": "string",
"description": "Init container wait-container image name", "description": "Init container wait-container image name",
"default": "bitnami/bitnami-shell" "default": "bitnami/os-shell"
}, },
"tag": { "tag": {
"type": "string", "type": "string",
"description": "Init container wait-container image tag", "description": "Init container wait-container image tag",
"default": "11-debian-11-r113" "default": "11-debian-11-r2"
}, },
"digest": { "digest": {
"type": "string", "type": "string",
@@ -3765,4 +3765,4 @@
} }
} }
} }
} }
+5 -5
View File
@@ -365,11 +365,11 @@ The command removes all the Kubernetes components associated with the chart and
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | ----------------------- | | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | ----------------------- |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r130` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r130` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
+7 -7
View File
@@ -1103,13 +1103,13 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+12 -12
View File
@@ -827,18 +827,18 @@ The command removes all the Kubernetes components associated with the chart and
### Init Container Parameters ### Init Container Parameters
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r133` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r133` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.digest` | OS Shell + Utility 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.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
### Other Parameters ### Other Parameters
+8 -8
View File
@@ -3302,14 +3302,14 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param volumePermissions.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+5 -5
View File
@@ -296,11 +296,11 @@ The command removes all the Kubernetes components associated with the chart and
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | ----------------------- | | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | ----------------------- |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r134` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r134` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
+7 -7
View File
@@ -946,13 +946,13 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
@@ -72,7 +72,7 @@ spec:
serviceAccountName: {{ template "concourse.web.serviceAccountName" . }} serviceAccountName: {{ template "concourse.web.serviceAccountName" . }}
initContainers: initContainers:
{{- if .Values.postgresql.enabled }} {{- if .Values.postgresql.enabled }}
# NOTE: The value postgresql.image is not available unless postgresql.enabled is not set. We could change this to use bitnami-shell if # NOTE: The value postgresql.image is not available unless postgresql.enabled is not set. We could change this to use os-shell if
# it had the binary wait-for-port. # it had the binary wait-for-port.
# This init container is for avoiding CrashLoopback errors in the Hub container because the PostgreSQL container is not ready # This init container is for avoiding CrashLoopback errors in the Hub container because the PostgreSQL container is not ready
- name: wait-for-db - name: wait-for-db
+11 -11
View File
@@ -215,17 +215,17 @@ helm delete --purge my-release
### Volume Permissions parameters ### Volume Permissions parameters
| Name | Description | Value | | Name | Description | Value |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume | `false` | | `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume | `false` |
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` | | `volumePermissions.image.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r129` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r129` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.digest` | OS Shell + Utility 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.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the container | `{}` |
### Metrics parameters ### Metrics parameters
+8 -8
View File
@@ -610,14 +610,14 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner and group of the persistent volume ## @param volumePermissions.enabled Enable init container that changes the owner and group of the persistent volume
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param volumePermissions.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+36 -36
View File
@@ -829,42 +829,42 @@ The command removes all the Kubernetes components associated with the chart and
### Image Reflector Controller Metrics Parameters ### Image Reflector Controller Metrics Parameters
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `imageReflectorController.metrics.enabled` | Enable the export of Prometheus metrics | `true` | | `imageReflectorController.metrics.enabled` | Enable the export of Prometheus metrics | `true` |
| `imageReflectorController.metrics.service.type` | Image Reflector Controller service type | `ClusterIP` | | `imageReflectorController.metrics.service.type` | Image Reflector Controller service type | `ClusterIP` |
| `imageReflectorController.metrics.service.ports.metrics` | Image Reflector Controller service metrics port | `80` | | `imageReflectorController.metrics.service.ports.metrics` | Image Reflector Controller service metrics port | `80` |
| `imageReflectorController.metrics.service.nodePorts.metrics` | Node port for HTTP | `""` | | `imageReflectorController.metrics.service.nodePorts.metrics` | Node port for HTTP | `""` |
| `imageReflectorController.metrics.service.clusterIP` | Image Reflector Controller service Cluster IP | `""` | | `imageReflectorController.metrics.service.clusterIP` | Image Reflector Controller service Cluster IP | `""` |
| `imageReflectorController.metrics.service.loadBalancerIP` | Image Reflector Controller service Load Balancer IP | `""` | | `imageReflectorController.metrics.service.loadBalancerIP` | Image Reflector Controller service Load Balancer IP | `""` |
| `imageReflectorController.metrics.service.loadBalancerSourceRanges` | Image Reflector Controller service Load Balancer sources | `[]` | | `imageReflectorController.metrics.service.loadBalancerSourceRanges` | Image Reflector Controller service Load Balancer sources | `[]` |
| `imageReflectorController.metrics.service.externalTrafficPolicy` | Image Reflector Controller service external traffic policy | `Cluster` | | `imageReflectorController.metrics.service.externalTrafficPolicy` | Image Reflector Controller service external traffic policy | `Cluster` |
| `imageReflectorController.metrics.service.annotations` | Additional custom annotations for Image Reflector Controller service | `{}` | | `imageReflectorController.metrics.service.annotations` | Additional custom annotations for Image Reflector Controller service | `{}` |
| `imageReflectorController.metrics.service.extraPorts` | Extra ports to expose in Image Reflector Controller service (normally used with the `sidecars` value) | `[]` | | `imageReflectorController.metrics.service.extraPorts` | Extra ports to expose in Image Reflector Controller service (normally used with the `sidecars` value) | `[]` |
| `imageReflectorController.metrics.service.sessionAffinity` | Control where client requests go, to the same pod or round-robin | `None` | | `imageReflectorController.metrics.service.sessionAffinity` | Control where client requests go, to the same pod or round-robin | `None` |
| `imageReflectorController.metrics.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` | | `imageReflectorController.metrics.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` |
| `imageReflectorController.metrics.serviceMonitor.enabled` | if `true`, creates a Prometheus Operator ServiceMonitor (also requires `metrics.enabled` to be `true`) | `false` | | `imageReflectorController.metrics.serviceMonitor.enabled` | if `true`, creates a Prometheus Operator ServiceMonitor (also requires `metrics.enabled` to be `true`) | `false` |
| `imageReflectorController.metrics.serviceMonitor.namespace` | Namespace in which Prometheus is running | `""` | | `imageReflectorController.metrics.serviceMonitor.namespace` | Namespace in which Prometheus is running | `""` |
| `imageReflectorController.metrics.serviceMonitor.annotations` | Additional custom annotations for the ServiceMonitor | `{}` | | `imageReflectorController.metrics.serviceMonitor.annotations` | Additional custom annotations for the ServiceMonitor | `{}` |
| `imageReflectorController.metrics.serviceMonitor.labels` | Extra labels for the ServiceMonitor | `{}` | | `imageReflectorController.metrics.serviceMonitor.labels` | Extra labels for the ServiceMonitor | `{}` |
| `imageReflectorController.metrics.serviceMonitor.jobLabel` | The name of the label on the target service to use as the job name in Prometheus | `""` | | `imageReflectorController.metrics.serviceMonitor.jobLabel` | The name of the label on the target service to use as the job name in Prometheus | `""` |
| `imageReflectorController.metrics.serviceMonitor.honorLabels` | honorLabels chooses the metric's labels on collisions with target labels | `false` | | `imageReflectorController.metrics.serviceMonitor.honorLabels` | honorLabels chooses the metric's labels on collisions with target labels | `false` |
| `imageReflectorController.metrics.serviceMonitor.interval` | Interval at which metrics should be scraped. | `""` | | `imageReflectorController.metrics.serviceMonitor.interval` | Interval at which metrics should be scraped. | `""` |
| `imageReflectorController.metrics.serviceMonitor.scrapeTimeout` | Timeout after which the scrape is ended | `""` | | `imageReflectorController.metrics.serviceMonitor.scrapeTimeout` | Timeout after which the scrape is ended | `""` |
| `imageReflectorController.metrics.serviceMonitor.metricRelabelings` | Specify additional relabeling of metrics | `[]` | | `imageReflectorController.metrics.serviceMonitor.metricRelabelings` | Specify additional relabeling of metrics | `[]` |
| `imageReflectorController.metrics.serviceMonitor.relabelings` | Specify general relabeling | `[]` | | `imageReflectorController.metrics.serviceMonitor.relabelings` | Specify general relabeling | `[]` |
| `imageReflectorController.metrics.serviceMonitor.selector` | Prometheus instance selector labels | `{}` | | `imageReflectorController.metrics.serviceMonitor.selector` | Prometheus instance selector labels | `{}` |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r96` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r96` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.digest` | OS Shell + Utility 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.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.enabled` | Enable init container's Security Context | `true` | | `volumePermissions.containerSecurityContext.enabled` | Enable init container's Security Context | `true` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
There are cases where you may want to deploy extra objects, such as HelmRelease, Kustomization, amongst others. For covering this case, the chart allows adding the full specification of other objects using the `extraDeploy` parameter. The following example would activate a plugin at deployment time. There are cases where you may want to deploy extra objects, such as HelmRelease, Kustomization, amongst others. For covering this case, the chart allows adding the full specification of other objects using the `extraDeploy` parameter. The following example would activate a plugin at deployment time.
+8 -8
View File
@@ -2872,14 +2872,14 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param volumePermissions.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+19 -19
View File
@@ -203,25 +203,25 @@ The command removes all the Kubernetes components associated with the chart and
### Persistence Parameters ### Persistence Parameters
| Name | Description | Value | | Name | Description | Value |
| --------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `persistence.enabled` | Enable persistence using Persistent Volume Claims | `true` | | `persistence.enabled` | Enable persistence using Persistent Volume Claims | `true` |
| `persistence.storageClass` | Persistent Volume storage class | `""` | | `persistence.storageClass` | Persistent Volume storage class | `""` |
| `persistence.annotations` | Additional custom annotations for the PVC | `{}` | | `persistence.annotations` | Additional custom annotations for the PVC | `{}` |
| `persistence.accessModes` | Persistent Volume access modes | `[]` | | `persistence.accessModes` | Persistent Volume access modes | `[]` |
| `persistence.size` | Persistent Volume size | `8Gi` | | `persistence.size` | Persistent Volume size | `8Gi` |
| `persistence.existingClaim` | The name of an existing PVC to use for persistence | `""` | | `persistence.existingClaim` | The name of an existing PVC to use for persistence | `""` |
| `persistence.subPath` | The name of a volume's sub path to mount for persistence | `""` | | `persistence.subPath` | The name of a volume's sub path to mount for persistence | `""` |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r133` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r133` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.digest` | OS Shell + Utility 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.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.securityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.securityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
### Database Parameters ### Database Parameters
+8 -8
View File
@@ -558,14 +558,14 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param volumePermissions.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+12 -12
View File
@@ -1060,18 +1060,18 @@ The command removes all the Kubernetes components associated with the chart and
### Init Container Parameters ### Init Container Parameters
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r127` | | `volumePermissions.image.tag` | OS Shell + Utility 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.digest` | OS Shell + Utility 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.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
### Other Parameters ### Other Parameters
+8 -8
View File
@@ -3698,14 +3698,14 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param volumePermissions.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+5 -5
View File
@@ -1096,11 +1096,11 @@ The command removes all the Kubernetes components associated with the chart and
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | ----------------------- | | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | ----------------------- |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r131` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r131` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
+7 -7
View File
@@ -3897,13 +3897,13 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+12 -12
View File
@@ -719,18 +719,18 @@ The command removes all the Kubernetes components associated with the chart and
### Init Container Parameters ### Init Container Parameters
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r127` | | `volumePermissions.image.tag` | OS Shell + Utility 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.digest` | OS Shell + Utility 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.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
### Other Parameters ### Other Parameters
+8 -8
View File
@@ -2319,14 +2319,14 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param volumePermissions.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+12 -12
View File
@@ -429,18 +429,18 @@ This solution allows to easily deploy multiple Grafana instances compared to the
### Volume permissions init Container Parameters ### Volume permissions init Container Parameters
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r133` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r133` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.digest` | OS Shell + Utility 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.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
### Diagnostic Mode Parameters ### Diagnostic Mode Parameters
+8 -8
View File
@@ -1158,14 +1158,14 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param volumePermissions.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+8 -8
View File
@@ -886,14 +886,14 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param volumePermissions.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
@@ -80,7 +80,7 @@ spec:
{{- end }} {{- end }}
initContainers: initContainers:
{{- if .Values.postgresql.enabled }} {{- if .Values.postgresql.enabled }}
# NOTE: The value postgresql.image is not available unless postgresql.enabled is not set. We could change this to use bitnami-shell if # NOTE: The value postgresql.image is not available unless postgresql.enabled is not set. We could change this to use os-shell if
# it had the binary wait-for-port. # it had the binary wait-for-port.
# This init container is for avoiding CrashLoopback errors in the Hub container because the PostgreSQL container is not ready # This init container is for avoiding CrashLoopback errors in the Hub container because the PostgreSQL container is not ready
- name: wait-for-db - name: wait-for-db
+5 -5
View File
@@ -426,11 +426,11 @@ The command removes all the Kubernetes components associated with the chart and
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | ----------------------- | | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | ----------------------- |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r133` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r133` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
+7 -7
View File
@@ -1245,13 +1245,13 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+3 -3
View File
@@ -7100,12 +7100,12 @@
"repository": { "repository": {
"type": "string", "type": "string",
"description": "Init container wait-container image name", "description": "Init container wait-container image name",
"default": "bitnami/bitnami-shell" "default": "bitnami/os-shell"
}, },
"tag": { "tag": {
"type": "string", "type": "string",
"description": "Init container wait-container image tag", "description": "Init container wait-container image tag",
"default": "11-debian-11-r127" "default": "11-debian-11-r2"
}, },
"digest": { "digest": {
"type": "string", "type": "string",
@@ -7484,4 +7484,4 @@
} }
} }
} }
} }
+34 -34
View File
@@ -219,40 +219,40 @@ The command removes all the Kubernetes components associated with the chart and
### Database Parameters ### Database Parameters
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `externalDatabase.host` | External Database server host | `""` | | `externalDatabase.host` | External Database server host | `""` |
| `externalDatabase.port` | External Database server port | `3306` | | `externalDatabase.port` | External Database server port | `3306` |
| `externalDatabase.user` | External Database username | `bn_osclass` | | `externalDatabase.user` | External Database username | `bn_osclass` |
| `externalDatabase.password` | External Database user password | `""` | | `externalDatabase.password` | External Database user password | `""` |
| `externalDatabase.database` | External Database database name | `bitnami_osclass` | | `externalDatabase.database` | External Database database name | `bitnami_osclass` |
| `externalDatabase.existingSecret` | Name of an existing secret resource containing the DB password | `""` | | `externalDatabase.existingSecret` | Name of an existing secret resource containing the DB password | `""` |
| `mariadb.enabled` | Deploy a MariaDB server to satisfy the applications database requirements | `true` | | `mariadb.enabled` | Deploy a MariaDB server to satisfy the applications database requirements | `true` |
| `mariadb.architecture` | MariaDB architecture. Allowed values: `standalone` or `replication` | `standalone` | | `mariadb.architecture` | MariaDB architecture. Allowed values: `standalone` or `replication` | `standalone` |
| `mariadb.auth.rootPassword` | MariaDB root password | `""` | | `mariadb.auth.rootPassword` | MariaDB root password | `""` |
| `mariadb.auth.database` | MariaDB custom database | `bitnami_osclass` | | `mariadb.auth.database` | MariaDB custom database | `bitnami_osclass` |
| `mariadb.auth.username` | MariaDB custom user name | `bn_osclass` | | `mariadb.auth.username` | MariaDB custom user name | `bn_osclass` |
| `mariadb.auth.password` | MariaDB custom user password | `""` | | `mariadb.auth.password` | MariaDB custom user password | `""` |
| `mariadb.primary.persistence.enabled` | Enable persistence on MariaDB using PVC(s) | `true` | | `mariadb.primary.persistence.enabled` | Enable persistence on MariaDB using PVC(s) | `true` |
| `mariadb.primary.persistence.storageClass` | Persistent Volume storage class | `""` | | `mariadb.primary.persistence.storageClass` | Persistent Volume storage class | `""` |
| `mariadb.primary.persistence.accessModes` | Persistent Volume access modes | `[]` | | `mariadb.primary.persistence.accessModes` | Persistent Volume access modes | `[]` |
| `mariadb.primary.persistence.size` | Persistent Volume size | `8Gi` | | `mariadb.primary.persistence.size` | Persistent Volume size | `8Gi` |
| `persistence.enabled` | Enable persistence using Persistent Volume Claims | `true` | | `persistence.enabled` | Enable persistence using Persistent Volume Claims | `true` |
| `persistence.storageClass` | Persistent Volume storage class | `""` | | `persistence.storageClass` | Persistent Volume storage class | `""` |
| `persistence.accessModes` | Persistent Volume access modes | `[]` | | `persistence.accessModes` | Persistent Volume access modes | `[]` |
| `persistence.size` | Persistent Volume size | `8Gi` | | `persistence.size` | Persistent Volume size | `8Gi` |
| `persistence.existingClaim` | The name of an existing PVC to use for persistence | `""` | | `persistence.existingClaim` | The name of an existing PVC to use for persistence | `""` |
| `persistence.hostPath` | If defined, the osclass-data volume will mount to the specified hostPath. | `""` | | `persistence.hostPath` | If defined, the osclass-data volume will mount to the specified hostPath. | `""` |
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` | | `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r127` | | `volumePermissions.image.tag` | OS Shell + Utility 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.digest` | OS Shell + Utility 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.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
### Other Parameters ### Other Parameters
+8 -8
View File
@@ -695,14 +695,14 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param volumePermissions.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+5 -5
View File
@@ -390,11 +390,11 @@ The command removes all the Kubernetes components associated with the chart and
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | ----------------------- | | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | ----------------------- |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r130` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r130` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
+8 -8
View File
@@ -1897,27 +1897,27 @@
"properties": { "properties": {
"registry": { "registry": {
"type": "string", "type": "string",
"description": "Bitnami Shell image registry", "description": "OS Shell + Utility image registry",
"default": "docker.io" "default": "docker.io"
}, },
"repository": { "repository": {
"type": "string", "type": "string",
"description": "Bitnami Shell image repository", "description": "OS Shell + Utility image repository",
"default": "bitnami/bitnami-shell" "default": "bitnami/os-shell"
}, },
"tag": { "tag": {
"type": "string", "type": "string",
"description": "Bitnami Shell image tag (immutable tags are recommended)", "description": "OS Shell + Utility image tag (immutable tags are recommended)",
"default": "11-debian-11-r99" "default": "11-debian-11-r2"
}, },
"pullPolicy": { "pullPolicy": {
"type": "string", "type": "string",
"description": "Bitnami Shell image pull policy", "description": "OS Shell + Utility image pull policy",
"default": "IfNotPresent" "default": "IfNotPresent"
}, },
"pullSecrets": { "pullSecrets": {
"type": "array", "type": "array",
"description": "Bitnami Shell image pull secrets", "description": "OS Shell + Utility image pull secrets",
"default": [], "default": [],
"items": {} "items": {}
} }
@@ -1951,4 +1951,4 @@
} }
} }
} }
} }
+7 -7
View File
@@ -1471,13 +1471,13 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+23 -23
View File
@@ -514,29 +514,29 @@ The command removes all the Kubernetes components associated with the chart and
### Init Container Parameters ### Init Container Parameters
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r134` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r134` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.digest` | OS Shell + Utility 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.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
| `sysctl.enabled` | Enable init container to modify Kernel settings | `false` | | `sysctl.enabled` | Enable init container to modify Kernel settings | `false` |
| `sysctl.image.registry` | Bitnami Shell image registry | `docker.io` | | `sysctl.image.registry` | OS Shell + Utility image registry | `docker.io` |
| `sysctl.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `sysctl.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `sysctl.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r134` | | `sysctl.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r134` |
| `sysctl.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `sysctl.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `sysctl.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `sysctl.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `sysctl.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `sysctl.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `sysctl.command` | Override default init-sysctl container command (useful when using custom images) | `[]` | | `sysctl.command` | Override default init-sysctl container command (useful when using custom images) | `[]` |
| `sysctl.mountHostSys` | Mount the host `/sys` folder to `/host-sys` | `false` | | `sysctl.mountHostSys` | Mount the host `/sys` folder to `/host-sys` | `false` |
| `sysctl.resources.limits` | The resources limits for the init container | `{}` | | `sysctl.resources.limits` | The resources limits for the init container | `{}` |
| `sysctl.resources.requests` | The requested resources for the init container | `{}` | | `sysctl.resources.requests` | The requested resources for the init container | `{}` |
### useExternalDNS Parameters ### useExternalDNS Parameters
+16 -16
View File
@@ -1688,14 +1688,14 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param volumePermissions.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
@@ -1736,14 +1736,14 @@ sysctl:
## @param sysctl.enabled Enable init container to modify Kernel settings ## @param sysctl.enabled Enable init container to modify Kernel settings
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param sysctl.image.registry Bitnami Shell image registry ## @param sysctl.image.registry OS Shell + Utility image registry
## @param sysctl.image.repository Bitnami Shell image repository ## @param sysctl.image.repository OS Shell + Utility image repository
## @param sysctl.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param sysctl.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param sysctl.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param sysctl.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param sysctl.image.pullPolicy Bitnami Shell image pull policy ## @param sysctl.image.pullPolicy OS Shell + Utility image pull policy
## @param sysctl.image.pullSecrets Bitnami Shell image pull secrets ## @param sysctl.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+57 -57
View File
@@ -221,72 +221,72 @@ The command removes all the Kubernetes components associated with the chart and
### SonarQube caCerts provisioning parameters ### SonarQube caCerts provisioning parameters
| Name | Description | Value | | Name | Description | Value |
| -------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | -------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `caCerts.enabled` | Enable the use of caCerts | `false` | | `caCerts.enabled` | Enable the use of caCerts | `false` |
| `caCerts.image.registry` | Bitnami Shell image registry | `docker.io` | | `caCerts.image.registry` | OS Shell + Utility image registry | `docker.io` |
| `caCerts.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `caCerts.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `caCerts.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r129` | | `caCerts.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r129` |
| `caCerts.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `caCerts.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `caCerts.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `caCerts.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `caCerts.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `caCerts.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `caCerts.secret` | Name of the secret containing the certificates | `ca-certs-secret` | | `caCerts.secret` | Name of the secret containing the certificates | `ca-certs-secret` |
| `caCerts.resources.limits` | The resources limits for the init container | `{}` | | `caCerts.resources.limits` | The resources limits for the init container | `{}` |
| `caCerts.resources.requests` | The requested resources for the init container | `{}` | | `caCerts.resources.requests` | The requested resources for the init container | `{}` |
| `caCerts.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `caCerts.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
### SonarQube plugin provisioning parameters ### SonarQube plugin provisioning parameters
| Name | Description | Value | | Name | Description | Value |
| -------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | -------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `plugins.install` | List of plugin URLS to download and install | `[]` | | `plugins.install` | List of plugin URLS to download and install | `[]` |
| `plugins.netrcCreds` | .netrc secret file with a key "netrc" to use basic auth while downloading plugins | `""` | | `plugins.netrcCreds` | .netrc secret file with a key "netrc" to use basic auth while downloading plugins | `""` |
| `plugins.noCheckCertificate` | Set to true to not validate the server's certificate to download plugin | `true` | | `plugins.noCheckCertificate` | Set to true to not validate the server's certificate to download plugin | `true` |
| `plugins.image.registry` | Bitnami Shell image registry | `docker.io` | | `plugins.image.registry` | OS Shell + Utility image registry | `docker.io` |
| `plugins.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `plugins.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `plugins.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r129` | | `plugins.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r129` |
| `plugins.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `plugins.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `plugins.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `plugins.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `plugins.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `plugins.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `plugins.resources.limits` | The resources limits for the init container | `{}` | | `plugins.resources.limits` | The resources limits for the init container | `{}` |
| `plugins.resources.requests` | The requested resources for the init container | `{}` | | `plugins.resources.requests` | The requested resources for the init container | `{}` |
| `plugins.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `plugins.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
### Persistence Parameters ### Persistence Parameters
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `persistence.enabled` | Enable persistence using Persistent Volume Claims | `false` | | `persistence.enabled` | Enable persistence using Persistent Volume Claims | `false` |
| `persistence.storageClass` | Persistent Volume storage class | `""` | | `persistence.storageClass` | Persistent Volume storage class | `""` |
| `persistence.accessModes` | Persistent Volume access modes | `[]` | | `persistence.accessModes` | Persistent Volume access modes | `[]` |
| `persistence.size` | Persistent Volume size | `10Gi` | | `persistence.size` | Persistent Volume size | `10Gi` |
| `persistence.dataSource` | Custom PVC data source | `{}` | | `persistence.dataSource` | Custom PVC data source | `{}` |
| `persistence.existingClaim` | The name of an existing PVC to use for persistence | `""` | | `persistence.existingClaim` | The name of an existing PVC to use for persistence | `""` |
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` | | `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r129` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r129` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.digest` | OS Shell + Utility 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.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
### Sysctl Image parameters ### Sysctl Image parameters
| Name | Description | Value | | Name | Description | Value |
| --------------------------- | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | --------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `sysctl.enabled` | Enable kernel settings modifier image | `true` | | `sysctl.enabled` | Enable kernel settings modifier image | `true` |
| `sysctl.image.registry` | Bitnami Shell image registry | `docker.io` | | `sysctl.image.registry` | OS Shell + Utility image registry | `docker.io` |
| `sysctl.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `sysctl.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `sysctl.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r129` | | `sysctl.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r129` |
| `sysctl.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `sysctl.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `sysctl.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `sysctl.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `sysctl.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `sysctl.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `sysctl.resources.limits` | The resources limits for the init container | `{}` | | `sysctl.resources.limits` | The resources limits for the init container | `{}` |
| `sysctl.resources.requests` | The requested resources for the init container | `{}` | | `sysctl.resources.requests` | The requested resources for the init container | `{}` |
### Other Parameters ### Other Parameters
+32 -32
View File
@@ -604,14 +604,14 @@ caCerts:
## @param caCerts.enabled Enable the use of caCerts ## @param caCerts.enabled Enable the use of caCerts
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param caCerts.image.registry Bitnami Shell image registry ## @param caCerts.image.registry OS Shell + Utility image registry
## @param caCerts.image.repository Bitnami Shell image repository ## @param caCerts.image.repository OS Shell + Utility image repository
## @param caCerts.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param caCerts.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param caCerts.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param caCerts.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param caCerts.image.pullPolicy Bitnami Shell image pull policy ## @param caCerts.image.pullPolicy OS Shell + Utility image pull policy
## @param caCerts.image.pullSecrets Bitnami Shell image pull secrets ## @param caCerts.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
@@ -665,14 +665,14 @@ plugins:
## @param plugins.noCheckCertificate Set to true to not validate the server's certificate to download plugin ## @param plugins.noCheckCertificate Set to true to not validate the server's certificate to download plugin
## ##
noCheckCertificate: true noCheckCertificate: true
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param plugins.image.registry Bitnami Shell image registry ## @param plugins.image.registry OS Shell + Utility image registry
## @param plugins.image.repository Bitnami Shell image repository ## @param plugins.image.repository OS Shell + Utility image repository
## @param plugins.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param plugins.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param plugins.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param plugins.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param plugins.image.pullPolicy Bitnami Shell image pull policy ## @param plugins.image.pullPolicy OS Shell + Utility image pull policy
## @param plugins.image.pullSecrets Bitnami Shell image pull secrets ## @param plugins.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
@@ -746,14 +746,14 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param volumePermissions.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
@@ -796,14 +796,14 @@ sysctl:
## @param sysctl.enabled Enable kernel settings modifier image ## @param sysctl.enabled Enable kernel settings modifier image
## ##
enabled: true enabled: true
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param sysctl.image.registry Bitnami Shell image registry ## @param sysctl.image.registry OS Shell + Utility image registry
## @param sysctl.image.repository Bitnami Shell image repository ## @param sysctl.image.repository OS Shell + Utility image repository
## @param sysctl.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param sysctl.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param sysctl.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param sysctl.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param sysctl.image.pullPolicy Bitnami Shell image pull policy ## @param sysctl.image.pullPolicy OS Shell + Utility image pull policy
## @param sysctl.image.pullSecrets Bitnami Shell image pull secrets ## @param sysctl.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+5 -5
View File
@@ -699,11 +699,11 @@ The command removes all the Kubernetes components associated with the chart and
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | --------------------------- | | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | --------------------------- |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r133` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r133` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
+7 -7
View File
@@ -2378,13 +2378,13 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+19 -19
View File
@@ -464,25 +464,25 @@ The command removes all the Kubernetes components associated with the chart and
### Vault Kubernetes Injector RBAC Parameters ### Vault Kubernetes Injector RBAC Parameters
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `injector.rbac.create` | Specifies whether RBAC resources should be created | `true` | | `injector.rbac.create` | Specifies whether RBAC resources should be created | `true` |
| `injector.rbac.rules` | Custom RBAC rules to set | `[]` | | `injector.rbac.rules` | Custom RBAC rules to set | `[]` |
| `injector.serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` | | `injector.serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
| `injector.serviceAccount.name` | The name of the ServiceAccount to use. | `""` | | `injector.serviceAccount.name` | The name of the ServiceAccount to use. | `""` |
| `injector.serviceAccount.annotations` | Additional Service Account annotations (evaluated as a template) | `{}` | | `injector.serviceAccount.annotations` | Additional Service Account annotations (evaluated as a template) | `{}` |
| `injector.serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `true` | | `injector.serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `true` |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r128` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r128` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.digest` | OS Shell + Utility 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.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.enabled` | Enable init container's Security Context | `true` | | `volumePermissions.containerSecurityContext.enabled` | Enable init container's Security Context | `true` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
The above parameters map to the env variables defined in [bitnami/vault](https://github.com/bitnami/containers/tree/main/bitnami/vault). For more information please refer to the [bitnami/vault](https://github.com/bitnami/containers/tree/main/bitnami/vault) image documentation. The above parameters map to the env variables defined in [bitnami/vault](https://github.com/bitnami/containers/tree/main/bitnami/vault). For more information please refer to the [bitnami/vault](https://github.com/bitnami/containers/tree/main/bitnami/vault) image documentation.
+8 -8
View File
@@ -1532,14 +1532,14 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param volumePermissions.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+18 -18
View File
@@ -204,24 +204,24 @@ The command removes all the Kubernetes components associated with the chart and
### Persistence Parameters ### Persistence Parameters
| Name | Description | Value | | Name | Description | Value |
| --------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `persistence.enabled` | Enable persistence using Persistent Volume Claims | `true` | | `persistence.enabled` | Enable persistence using Persistent Volume Claims | `true` |
| `persistence.storageClass` | Persistent Volume storage class | `""` | | `persistence.storageClass` | Persistent Volume storage class | `""` |
| `persistence.existingClaim` | Use a existing PVC which must be created manually before bound | `""` | | `persistence.existingClaim` | Use a existing PVC which must be created manually before bound | `""` |
| `persistence.accessModes` | Persistent Volume access modes | `[]` | | `persistence.accessModes` | Persistent Volume access modes | `[]` |
| `persistence.size` | Persistent Volume size | `8Gi` | | `persistence.size` | Persistent Volume size | `8Gi` |
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` | | `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r127` | | `volumePermissions.image.tag` | OS Shell + Utility 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.digest` | OS Shell + Utility 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.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.securityContext.runAsUser` | Set init container's Security Context runAsUser | `0` | | `volumePermissions.securityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
The above parameters map to the env variables defined in [bitnami/wildfly](https://github.com/bitnami/containers/tree/main/bitnami/wildfly). For more information please refer to the [bitnami/wildfly](https://github.com/bitnami/containers/tree/main/bitnami/wildfly) image documentation. The above parameters map to the env variables defined in [bitnami/wildfly](https://github.com/bitnami/containers/tree/main/bitnami/wildfly). For more information please refer to the [bitnami/wildfly](https://github.com/bitnami/containers/tree/main/bitnami/wildfly) image documentation.
+8 -8
View File
@@ -635,14 +635,14 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param volumePermissions.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets [array] Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets [array] OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+21 -21
View File
@@ -235,27 +235,27 @@ The command removes all the Kubernetes components associated with the chart and
### Persistence Parameters ### Persistence Parameters
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ----------------------- | | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| `persistence.enabled` | Enable persistence using Persistent Volume Claims | `true` | | `persistence.enabled` | Enable persistence using Persistent Volume Claims | `true` |
| `persistence.storageClass` | Persistent Volume storage class | `""` | | `persistence.storageClass` | Persistent Volume storage class | `""` |
| `persistence.accessModes` | Persistent Volume access modes | `[]` | | `persistence.accessModes` | Persistent Volume access modes | `[]` |
| `persistence.accessMode` | Persistent Volume access mode (DEPRECATED: use `persistence.accessModes` instead) | `ReadWriteOnce` | | `persistence.accessMode` | Persistent Volume access mode (DEPRECATED: use `persistence.accessModes` instead) | `ReadWriteOnce` |
| `persistence.size` | Persistent Volume size | `10Gi` | | `persistence.size` | Persistent Volume size | `10Gi` |
| `persistence.dataSource` | Custom PVC data source | `{}` | | `persistence.dataSource` | Custom PVC data source | `{}` |
| `persistence.existingClaim` | The name of an existing PVC to use for persistence | `""` | | `persistence.existingClaim` | The name of an existing PVC to use for persistence | `""` |
| `persistence.selector` | Selector to match an existing Persistent Volume for WordPress data PVC | `{}` | | `persistence.selector` | Selector to match an existing Persistent Volume for WordPress data PVC | `{}` |
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` | | `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r133` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r133` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.digest` | OS Shell + Utility 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.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | User ID for the init container | `0` | | `volumePermissions.containerSecurityContext.runAsUser` | User ID for the init container | `0` |
### Other Parameters ### Other Parameters
+8 -8
View File
@@ -754,14 +754,14 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.digest Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag ## @param volumePermissions.image.digest OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
+8 -8
View File
@@ -584,17 +584,17 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` ## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
## ##
enabled: false enabled: false
## Bitnami Shell image ## OS Shell + Utility image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/ ## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry ## @param volumePermissions.image.registry OS Shell + Utility image registry
## @param volumePermissions.image.repository Bitnami Shell image repository ## @param volumePermissions.image.repository OS Shell + Utility image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended) ## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
## @param volumePermissions.image.pullPolicy Bitnami Shell image pull policy ## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
## @param volumePermissions.image.pullSecrets Bitnami Shell image pull secrets ## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
## ##
image: image:
registry: docker.io registry: docker.io
repository: bitnami/bitnami-shell repository: bitnami/os-shell
tag: 11-debian-11-r%%IMAGE_REVISION%% tag: 11-debian-11-r%%IMAGE_REVISION%%
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.