Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 86260de

Browse files
committed
add buster-slim tag
1 parent eede3e9 commit 86260de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff 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** |

values.yaml

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)