[bitnami/several] Replace stretch by buster in minideb secondary containers (#1900)

* Replace stretch by buster in minideb secondary containers
* Change READMEs
This commit is contained in:
Carlos Rodríguez Hernández
2020-02-10 14:47:59 +01:00
committed by GitHub
parent 18005e37d4
commit 678febc237
69 changed files with 72 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: node
version: 11.4.4
version: 11.4.5
appVersion: 10.19.0
description: Event-driven I/O server-side JavaScript environment based on V8
keywords:

View File

@@ -68,7 +68,7 @@ The following table lists the configurable parameters of the Node chart and thei
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/minideb` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `stretch` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `buster` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `Always` |
| `volumePermissions.resources` | Init container resource requests/limit | `{}` |
| `git.registry` | Git image registry | `docker.io` |

View File

@@ -43,7 +43,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/minideb
tag: stretch
tag: buster
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.