This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 2 files changed +2
-2
lines changed
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
85
85
| ** Volume Permissions** |
86
86
| ` volumePermissions.image.registry ` | Init container volume-permissions image registry | ` docker.io ` |
87
87
| ` 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 ` |
89
89
| ` volumePermissions.image.pullPolicy ` | Init container volume-permissions image pull policy | ` Always ` |
90
90
| ` volumePermissions.securityContext.runAsUser ` | User ID for the init container | ` 0 ` |
91
91
| ** Security Context** |
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ volumePermissions:
76
76
image :
77
77
registry : docker.io
78
78
repository : debian
79
- tag : latest
79
+ tag : buster-slim
80
80
# # Specify a imagePullPolicy
81
81
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
82
82
# # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
You can’t perform that action at this time.
0 commit comments