chore: Update manifests after change

This commit is contained in:
2026-05-25 20:09:34 +00:00
parent 9a0fc36be1
commit 7c063f3b5e
6 changed files with 6 additions and 6 deletions
@@ -34,7 +34,7 @@ spec:
restartPolicy: Always
initContainers:
- name: init-gitea
image: "docker.io/busybox:1.37.0@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e"
image: "docker.io/busybox:1.38.0@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d"
command:
- sh
- -c
@@ -49,7 +49,7 @@ data:
effect: NoSchedule
containers:
- name: helper-pod
image: busybox:1.37.0@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e
image: busybox:1.38.0@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d
imagePullPolicy: IfNotPresent
resources:
{}
@@ -42,7 +42,7 @@ spec:
- --provisioner-name
- cluster.local/local-path-provisioner
- --helper-image
- "busybox:1.37.0@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e"
- "busybox:1.38.0@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d"
- --configmap-name
- local-path-config
volumeMounts:
@@ -111,7 +111,7 @@ spec:
sysctl -w net.ipv6.conf.all.disable_ipv6=1
command:
- /bin/sh
image: busybox:1.37.0@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e
image: busybox:1.38.0@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d
name: init-sysctl
securityContext:
privileged: true
@@ -41,7 +41,7 @@ spec:
- -ec
- |
cp /tmp/config.yml /app/config/config.yml
image: busybox:1.37.0@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e
image: busybox:1.38.0@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d
name: init-copy-config
volumeMounts:
- mountPath: /tmp/config.yml
@@ -101,7 +101,7 @@ spec:
sysctl -w net.ipv6.conf.all.disable_ipv6=1
command:
- /bin/sh
image: busybox:1.37.0@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e
image: busybox:1.38.0@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d
name: init-sysctl
securityContext:
privileged: true