Use stretch instead of buster to be consistent

This commit is contained in:
Carlos Rodriguez Hernandez
2019-09-02 07:58:27 +00:00
parent c8a1a286b7
commit decd85ff9e
42 changed files with 45 additions and 45 deletions

View File

@@ -33,7 +33,7 @@ sysctlImage:
enabled: false
registry: docker.io
repository: bitnami/minideb
tag: buster
tag: stretch
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -54,7 +54,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/minideb
tag: buster
tag: stretch
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.