chore: Update manifests after automerge
This commit is contained in:
@@ -4,7 +4,7 @@ metadata:
|
||||
name: gitea-gitea-actions-act-runner-config
|
||||
namespace: gitea
|
||||
labels:
|
||||
helm.sh/chart: gitea-actions-0.0.3
|
||||
helm.sh/chart: gitea-actions-0.0.4
|
||||
app: gitea-actions
|
||||
app.kubernetes.io/name: gitea-actions
|
||||
app.kubernetes.io/instance: gitea
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: apps/v1
|
||||
kind: StatefulSet
|
||||
metadata:
|
||||
labels:
|
||||
helm.sh/chart: gitea-actions-0.0.3
|
||||
helm.sh/chart: gitea-actions-0.0.4
|
||||
app: gitea-actions-act-runner
|
||||
app.kubernetes.io/name: gitea-actions-act-runner
|
||||
app.kubernetes.io/instance: gitea
|
||||
@@ -21,9 +21,9 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
checksum/config: a40534c6e89cbb91f24a780f8910b70fcfda4b7ff61e88e37ac2c5e14a3768d0
|
||||
checksum/config: 3dfeb451f828fbecb876aee96de55648be6bfc6673978ead49e64fd8404f39e5
|
||||
labels:
|
||||
helm.sh/chart: gitea-actions-0.0.3
|
||||
helm.sh/chart: gitea-actions-0.0.4
|
||||
app: gitea-actions-act-runner
|
||||
app.kubernetes.io/name: gitea-actions-act-runner
|
||||
app.kubernetes.io/instance: gitea
|
||||
@@ -31,6 +31,7 @@ spec:
|
||||
version: "0.261.3"
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
spec:
|
||||
restartPolicy: Always
|
||||
securityContext: {}
|
||||
initContainers:
|
||||
- name: init-gitea
|
||||
@@ -47,8 +48,8 @@ spec:
|
||||
echo "Gitea has been reached!"
|
||||
- name: dind
|
||||
image: "docker.io/docker:29.3.1-dind@sha256:4d90f1f6c400315c2dba96d3ec93c01e64198395cbba04f79d12adce4f737029"
|
||||
imagePullPolicy: IfNotPresent
|
||||
restartPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
privileged: true
|
||||
startupProbe:
|
||||
|
||||
Reference in New Issue
Block a user