mirror of
https://github.com/bitnami/charts.git
synced 2026-02-17 01:27:20 +08:00
[bitnami/*] Remove debian-10 mentions (#10850)
* [bitnami/*] Remove debian-10 mentions Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com> * Bump chart version Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com> * Restore wp Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
committed by
GitHub
parent
874751b746
commit
63cdd94e92
@@ -24,4 +24,4 @@ name: dokuwiki
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-dokuwiki
|
||||
- http://www.dokuwiki.org/
|
||||
version: 12.5.4
|
||||
version: 12.5.5
|
||||
|
||||
@@ -76,83 +76,83 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
### Dokuwiki parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | ----------------------------- |
|
||||
| `image.registry` | DokuWiki image registry | `docker.io` |
|
||||
| `image.repository` | DokuWiki image repository | `bitnami/dokuwiki` |
|
||||
| `image.tag` | DokuWiki image tag | `20200729.0.0-debian-10-r596` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Image pull policy | `[]` |
|
||||
| `image.debug` | Enable image debugging | `false` |
|
||||
| `hostAliases` | Add deployment host aliases | `[]` |
|
||||
| `dokuwikiUsername` | User of the application | `user` |
|
||||
| `dokuwikiPassword` | Application password | `""` |
|
||||
| `existingSecret` | Use an existing secret with the dokuwiki password | `""` |
|
||||
| `dokuwikiEmail` | Admin email | `user@example.com` |
|
||||
| `dokuwikiFullName` | User's Full Name | `User Name` |
|
||||
| `dokuwikiWikiName` | Wiki name | `My Wiki` |
|
||||
| `customPostInitScripts` | Custom post-init.d user scripts | `{}` |
|
||||
| `updateStrategy` | Strategy to use to update Pods | `{}` |
|
||||
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
|
||||
| `persistence.enabled` | Enable persistence using PVC | `true` |
|
||||
| `persistence.storageClass` | PVC Storage Class for DokuWiki volume | `""` |
|
||||
| `persistence.accessModes` | PVC Access Mode for DokuWiki volume | `[]` |
|
||||
| `persistence.size` | PVC Storage Request for DokuWiki volume | `8Gi` |
|
||||
| `persistence.existingClaim` | Name of an existing PVC to be used | `""` |
|
||||
| `persistence.annotations` | Annotations to add to the PVC | `{}` |
|
||||
| `podSecurityContext.enabled` | Enable securityContext on for DokuWiki deployment | `true` |
|
||||
| `podSecurityContext.fsGroup` | Group to configure permissions for volumes | `1001` |
|
||||
| `containerSecurityContext.enabled` | Enable securityContext on for DokuWiki deployment | `true` |
|
||||
| `containerSecurityContext.runAsUser` | User for the securityContext | `1001` |
|
||||
| `containerSecurityContext.runAsNonRoot` | Force the container as be run as non root | `true` |
|
||||
| `resources.requests` | The requested resources for the container | `{}` |
|
||||
| `resources.limits` | The requested limits for the container | `{}` |
|
||||
| `livenessProbe.enabled` | Enable/disable the liveness probe | `true` |
|
||||
| `livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | `120` |
|
||||
| `livenessProbe.periodSeconds` | How often to perform the probe | `10` |
|
||||
| `livenessProbe.timeoutSeconds` | When the probe times out | `5` |
|
||||
| `livenessProbe.failureThreshold` | Minimum consecutive failures to be considered failed | `6` |
|
||||
| `livenessProbe.successThreshold` | Minimum consecutive successes to be considered successful | `1` |
|
||||
| `readinessProbe.enabled` | Enable/disable the readiness probe | `true` |
|
||||
| `readinessProbe.initialDelaySeconds` | Delay before readinessProbe is initiated | `30` |
|
||||
| `readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
|
||||
| `readinessProbe.timeoutSeconds` | When the probe times out | `5` |
|
||||
| `readinessProbe.failureThreshold` | Minimum consecutive failures to be considered failed | `6` |
|
||||
| `readinessProbe.successThreshold` | Minimum consecutive successes to be considered successful | `1` |
|
||||
| `startupProbe.enabled` | Enable/disable the startup probe | `false` |
|
||||
| `startupProbe.initialDelaySeconds` | Delay before startup probe is initiated | `120` |
|
||||
| `startupProbe.periodSeconds` | How often to perform the probe | `10` |
|
||||
| `startupProbe.timeoutSeconds` | When the probe times out | `5` |
|
||||
| `startupProbe.failureThreshold` | Minimum consecutive failures to be considered failed | `6` |
|
||||
| `startupProbe.successThreshold` | Minimum consecutive successes to be considered successful | `1` |
|
||||
| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
|
||||
| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `nodeAffinityPreset.key` | Node label key to match Ignored if `affinity` is set. | `""` |
|
||||
| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` |
|
||||
| `affinity` | Affinity for pod assignment | `{}` |
|
||||
| `nodeSelector` | Node labels for pod assignment | `{}` |
|
||||
| `tolerations` | Tolerations for pod assignment | `[]` |
|
||||
| `command` | Override default container command (useful when using custom images) | `[]` |
|
||||
| `args` | Override default container args (useful when using custom images) | `[]` |
|
||||
| `extraEnvVars` | An array to add extra env vars | `[]` |
|
||||
| `extraEnvVarsCM` | ConfigMap containing extra env vars | `""` |
|
||||
| `extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `""` |
|
||||
| `podAnnotations` | Pod annotations | `{}` |
|
||||
| `customLivenessProbe` | Override default liveness probe | `{}` |
|
||||
| `customReadinessProbe` | Override default readiness probe | `{}` |
|
||||
| `customStartupProbe` | Override default startup probe | `{}` |
|
||||
| `extraVolumes` | Array of extra volumes to be added to the deployment (evaluated as template). Requires setting `extraVolumeMounts` | `[]` |
|
||||
| `extraVolumeMounts` | Array of extra volume mounts to be added to the container (evaluated as template). Normally used with `extraVolumes`. | `[]` |
|
||||
| `lifecycleHooks` | LifecycleHook to set additional configuration at startup. Evaluated as a template | `{}` |
|
||||
| `podLabels` | Add additional labels to the pod (evaluated as a template) | `{}` |
|
||||
| `initContainers` | Attach additional init containers to the pod (evaluated as a template) | `[]` |
|
||||
| `sidecars` | Attach additional containers to the pod (evaluated as a template) | `[]` |
|
||||
| `priorityClassName` | Priority class assigned to the Pods | `""` |
|
||||
| `schedulerName` | Alternative scheduler | `""` |
|
||||
| `terminationGracePeriodSeconds` | In seconds, time the given to the pod to terminate gracefully | `""` |
|
||||
| `containerPorts.http` | Container HTTP port | `8080` |
|
||||
| `containerPorts.https` | Container HTTPS port | `8443` |
|
||||
| Name | Description | Value |
|
||||
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------- |
|
||||
| `image.registry` | DokuWiki image registry | `docker.io` |
|
||||
| `image.repository` | DokuWiki image repository | `bitnami/dokuwiki` |
|
||||
| `image.tag` | DokuWiki image tag | `20200729.0.0-debian-11-r3` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Image pull policy | `[]` |
|
||||
| `image.debug` | Enable image debugging | `false` |
|
||||
| `hostAliases` | Add deployment host aliases | `[]` |
|
||||
| `dokuwikiUsername` | User of the application | `user` |
|
||||
| `dokuwikiPassword` | Application password | `""` |
|
||||
| `existingSecret` | Use an existing secret with the dokuwiki password | `""` |
|
||||
| `dokuwikiEmail` | Admin email | `user@example.com` |
|
||||
| `dokuwikiFullName` | User's Full Name | `User Name` |
|
||||
| `dokuwikiWikiName` | Wiki name | `My Wiki` |
|
||||
| `customPostInitScripts` | Custom post-init.d user scripts | `{}` |
|
||||
| `updateStrategy` | Strategy to use to update Pods | `{}` |
|
||||
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
|
||||
| `persistence.enabled` | Enable persistence using PVC | `true` |
|
||||
| `persistence.storageClass` | PVC Storage Class for DokuWiki volume | `""` |
|
||||
| `persistence.accessModes` | PVC Access Mode for DokuWiki volume | `[]` |
|
||||
| `persistence.size` | PVC Storage Request for DokuWiki volume | `8Gi` |
|
||||
| `persistence.existingClaim` | Name of an existing PVC to be used | `""` |
|
||||
| `persistence.annotations` | Annotations to add to the PVC | `{}` |
|
||||
| `podSecurityContext.enabled` | Enable securityContext on for DokuWiki deployment | `true` |
|
||||
| `podSecurityContext.fsGroup` | Group to configure permissions for volumes | `1001` |
|
||||
| `containerSecurityContext.enabled` | Enable securityContext on for DokuWiki deployment | `true` |
|
||||
| `containerSecurityContext.runAsUser` | User for the securityContext | `1001` |
|
||||
| `containerSecurityContext.runAsNonRoot` | Force the container as be run as non root | `true` |
|
||||
| `resources.requests` | The requested resources for the container | `{}` |
|
||||
| `resources.limits` | The requested limits for the container | `{}` |
|
||||
| `livenessProbe.enabled` | Enable/disable the liveness probe | `true` |
|
||||
| `livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | `120` |
|
||||
| `livenessProbe.periodSeconds` | How often to perform the probe | `10` |
|
||||
| `livenessProbe.timeoutSeconds` | When the probe times out | `5` |
|
||||
| `livenessProbe.failureThreshold` | Minimum consecutive failures to be considered failed | `6` |
|
||||
| `livenessProbe.successThreshold` | Minimum consecutive successes to be considered successful | `1` |
|
||||
| `readinessProbe.enabled` | Enable/disable the readiness probe | `true` |
|
||||
| `readinessProbe.initialDelaySeconds` | Delay before readinessProbe is initiated | `30` |
|
||||
| `readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
|
||||
| `readinessProbe.timeoutSeconds` | When the probe times out | `5` |
|
||||
| `readinessProbe.failureThreshold` | Minimum consecutive failures to be considered failed | `6` |
|
||||
| `readinessProbe.successThreshold` | Minimum consecutive successes to be considered successful | `1` |
|
||||
| `startupProbe.enabled` | Enable/disable the startup probe | `false` |
|
||||
| `startupProbe.initialDelaySeconds` | Delay before startup probe is initiated | `120` |
|
||||
| `startupProbe.periodSeconds` | How often to perform the probe | `10` |
|
||||
| `startupProbe.timeoutSeconds` | When the probe times out | `5` |
|
||||
| `startupProbe.failureThreshold` | Minimum consecutive failures to be considered failed | `6` |
|
||||
| `startupProbe.successThreshold` | Minimum consecutive successes to be considered successful | `1` |
|
||||
| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
|
||||
| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `nodeAffinityPreset.key` | Node label key to match Ignored if `affinity` is set. | `""` |
|
||||
| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` |
|
||||
| `affinity` | Affinity for pod assignment | `{}` |
|
||||
| `nodeSelector` | Node labels for pod assignment | `{}` |
|
||||
| `tolerations` | Tolerations for pod assignment | `[]` |
|
||||
| `command` | Override default container command (useful when using custom images) | `[]` |
|
||||
| `args` | Override default container args (useful when using custom images) | `[]` |
|
||||
| `extraEnvVars` | An array to add extra env vars | `[]` |
|
||||
| `extraEnvVarsCM` | ConfigMap containing extra env vars | `""` |
|
||||
| `extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `""` |
|
||||
| `podAnnotations` | Pod annotations | `{}` |
|
||||
| `customLivenessProbe` | Override default liveness probe | `{}` |
|
||||
| `customReadinessProbe` | Override default readiness probe | `{}` |
|
||||
| `customStartupProbe` | Override default startup probe | `{}` |
|
||||
| `extraVolumes` | Array of extra volumes to be added to the deployment (evaluated as template). Requires setting `extraVolumeMounts` | `[]` |
|
||||
| `extraVolumeMounts` | Array of extra volume mounts to be added to the container (evaluated as template). Normally used with `extraVolumes`. | `[]` |
|
||||
| `lifecycleHooks` | LifecycleHook to set additional configuration at startup. Evaluated as a template | `{}` |
|
||||
| `podLabels` | Add additional labels to the pod (evaluated as a template) | `{}` |
|
||||
| `initContainers` | Attach additional init containers to the pod (evaluated as a template) | `[]` |
|
||||
| `sidecars` | Attach additional containers to the pod (evaluated as a template) | `[]` |
|
||||
| `priorityClassName` | Priority class assigned to the Pods | `""` |
|
||||
| `schedulerName` | Alternative scheduler | `""` |
|
||||
| `terminationGracePeriodSeconds` | In seconds, time the given to the pod to terminate gracefully | `""` |
|
||||
| `containerPorts.http` | Container HTTP port | `8080` |
|
||||
| `containerPorts.https` | Container HTTPS port | `8443` |
|
||||
|
||||
|
||||
### Traffic Exposure Parameters
|
||||
@@ -194,7 +194,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` |
|
||||
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
|
||||
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/bitnami-shell` |
|
||||
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `10-debian-10-r431` |
|
||||
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r3` |
|
||||
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `volumePermissions.resources.limits` | The resources limits for the container | `{}` |
|
||||
@@ -208,7 +208,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `metrics.enabled` | Start a exporter side-car | `false` |
|
||||
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
|
||||
| `metrics.image.repository` | Apache exporter image name | `bitnami/apache-exporter` |
|
||||
| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-10-r150` |
|
||||
| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-11-r3` |
|
||||
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `metrics.podAnnotations` | Additional annotations for Metrics exporter pod | `{}` |
|
||||
@@ -233,7 +233,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `certificates.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `""` |
|
||||
| `certificates.image.registry` | Container sidecar registry | `docker.io` |
|
||||
| `certificates.image.repository` | Container sidecar image | `bitnami/bitnami-shell` |
|
||||
| `certificates.image.tag` | Container sidecar image tag | `10-debian-10-r431` |
|
||||
| `certificates.image.tag` | Container sidecar image tag | `11-debian-11-r3` |
|
||||
| `certificates.image.pullPolicy` | Container sidecar image pull policy | `IfNotPresent` |
|
||||
| `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` |
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@ dokuwikiFullName: User Name
|
||||
##
|
||||
dokuwikiWikiName: My Wiki
|
||||
## @param customPostInitScripts Custom post-init.d user scripts
|
||||
## ref: https://github.com/bitnami/bitnami-docker-dokuwiki/tree/master/20200729/debian-10/rootfs/post-init.d
|
||||
## ref: https://github.com/bitnami/bitnami-docker-dokuwiki
|
||||
## NOTE: supported formats are `.sh` or `.php`
|
||||
## NOTE: scripts are exclusively executed during the 1st boot of the container
|
||||
## e.g:
|
||||
|
||||
@@ -27,4 +27,4 @@ name: odoo
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-odoo
|
||||
- https://www.odoo.com/
|
||||
version: 21.4.5
|
||||
version: 21.4.6
|
||||
|
||||
@@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `diagnosticMode.args` | Args to override all containers in the the statefulset | `["infinity"]` |
|
||||
| `image.registry` | Odoo image registry | `docker.io` |
|
||||
| `image.repository` | Odoo image repository | `bitnami/odoo` |
|
||||
| `image.tag` | Odoo image tag (immutable tags are recommended) | `15.0.20220510-debian-11-r0` |
|
||||
| `image.tag` | Odoo image tag (immutable tags are recommended) | `15.0.20220610-debian-11-r0` |
|
||||
| `image.pullPolicy` | Odoo image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Odoo image pull secrets | `[]` |
|
||||
| `image.debug` | Enable image debug mode | `false` |
|
||||
|
||||
@@ -108,7 +108,7 @@ odooSkipInstall: false
|
||||
##
|
||||
loadDemoData: false
|
||||
## @param customPostInitScripts Custom post-init.d user scripts
|
||||
## ref: https://github.com/bitnami/bitnami-docker-odoo/tree/master/14.0/debian-10/rootfs/post-init.d
|
||||
## ref: https://github.com/bitnami/bitnami-docker-odoo
|
||||
## NOTE: supported formats are `.sh`, `.sql` or `.php`
|
||||
## NOTE: scripts are exclusively executed during the 1st boot of the container
|
||||
## e.g:
|
||||
|
||||
@@ -35,4 +35,4 @@ name: wordpress-intel
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-wordpress-intel
|
||||
- https://wordpress.org/
|
||||
version: 2.0.3
|
||||
version: 2.0.4
|
||||
|
||||
@@ -93,7 +93,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| ------------------- | ---------------------------------------------------- | ------------------------- |
|
||||
| `image.registry` | WordPress image registry | `docker.io` |
|
||||
| `image.repository` | WordPress image repository | `bitnami/wordpress-intel` |
|
||||
| `image.tag` | WordPress image tag (immutable tags are recommended) | `5.9.3-debian-10-r51` |
|
||||
| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.0.0-debian-11-r4` |
|
||||
| `image.pullPolicy` | WordPress image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | WordPress image pull secrets | `[]` |
|
||||
| `image.debug` | Enable image debug mode | `false` |
|
||||
@@ -241,7 +241,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
|
||||
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
|
||||
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `10-debian-10-r433` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r6` |
|
||||
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
|
||||
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
|
||||
@@ -271,7 +271,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `metrics.port` | NGINX Container Status Port scraped by Prometheus Exporter | `""` |
|
||||
| `metrics.image.registry` | NGINX Prometheus exporter image registry | `docker.io` |
|
||||
| `metrics.image.repository` | NGINX Prometheus exporter image repository | `bitnami/nginx-exporter` |
|
||||
| `metrics.image.tag` | NGINX Prometheus exporter image tag (immutable tags are recommended) | `0.10.0-debian-10-r147` |
|
||||
| `metrics.image.tag` | NGINX Prometheus exporter image tag (immutable tags are recommended) | `0.10.0-debian-11-r7` |
|
||||
| `metrics.image.pullPolicy` | NGINX Prometheus exporter image pull policy | `IfNotPresent` |
|
||||
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `metrics.resources.limits` | The resources limits for the Prometheus exporter container | `{}` |
|
||||
|
||||
@@ -151,7 +151,7 @@ wordpressConfigureCache: false
|
||||
##
|
||||
wordpressPlugins: none
|
||||
## @param customPostInitScripts Custom post-init.d user scripts
|
||||
## ref: https://github.com/bitnami/bitnami-docker-wordpress/tree/master/5/debian-10/rootfs/post-init.d
|
||||
## ref: https://github.com/bitnami/bitnami-docker-wordpress
|
||||
## NOTE: supported formats are `.sh`, `.sql` or `.php`
|
||||
## NOTE: scripts are exclusively executed during the 1st boot of the container
|
||||
##
|
||||
|
||||
@@ -584,7 +584,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 10-debian-10-r%%IMAGE_REVISION%%
|
||||
tag: 11-debian-11-r%%IMAGE_REVISION%%
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
Reference in New Issue
Block a user