Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 3b539b9

Browse files
don't change sidecar
1 parent d72efd9 commit 3b539b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/pgsql/pgsql.Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
spec:
2828
initContainers:
2929
- name: correct-data-dir-permissions
30-
image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:542e92925d9aa6d62f1f741e8422ef22f29a13b8cf96c2fce118af06eb882742
30+
image: index.docker.io/sourcegraph/alpine-3.14:5.9.1590@sha256:542e92925d9aa6d62f1f741e8422ef22f29a13b8cf96c2fce118af06eb882742
3131
command: ["sh", "-c", "if [ -d /data/pgdata-12 ]; then chmod 750 /data/pgdata-12; fi"]
3232
volumeMounts:
3333
- mountPath: /data

0 commit comments

Comments
 (0)