This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ The following table lists the configurable parameters of the postgresql chart an
8585| ** Volume Permissions** |
8686| ` volumePermissions.image.registry ` | Init container volume-permissions image registry | ` docker.io ` |
8787| ` volumePermissions.image.repository ` | Init container volume-permissions image name | ` debian ` |
88- | ` volumePermissions.image.tag ` | Init container volume-permissions image tag | ` latest ` |
88+ | ` volumePermissions.image.tag ` | Init container volume-permissions image tag | ` buster-slim ` |
8989| ` volumePermissions.image.pullPolicy ` | Init container volume-permissions image pull policy | ` Always ` |
9090| ` volumePermissions.securityContext.runAsUser ` | User ID for the init container | ` 0 ` |
9191| ** Security Context** |
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ volumePermissions:
7676 image :
7777 registry : docker.io
7878 repository : debian
79- tag : latest
79+ tag : buster-slim
8080 # # Specify a imagePullPolicy
8181 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
8282 # # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
You can’t perform that action at this time.
0 commit comments