Compare commits
2 Commits
563fafa7ee
...
9f6b62b06f
Author | SHA1 | Date |
---|---|---|
Rob Watson | 9f6b62b06f | |
Rob Watson | 27b7b123c1 |
|
@ -30,7 +30,7 @@ spec:
|
|||
runAsGroup: 1000
|
||||
initContainers:
|
||||
- name: init-gitea
|
||||
image: gitea/gitea:1.21.3-rootless
|
||||
image: gitea/gitea:1.21.5-rootless
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/usr/sbin/init-directory-structure.sh"]
|
||||
env:
|
||||
|
@ -62,7 +62,7 @@ spec:
|
|||
securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
- name: setup-gitea
|
||||
image: gitea/gitea:1.21.3-rootless
|
||||
image: gitea/gitea:1.21.5-rootless
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/usr/sbin/setup.sh"]
|
||||
env:
|
||||
|
@ -113,7 +113,7 @@ spec:
|
|||
readOnlyRootFilesystem: true
|
||||
containers:
|
||||
- name: gitea
|
||||
image: gitea/gitea:1.21.3-rootless
|
||||
image: gitea/gitea:1.21.5-rootless
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
|
|
|
@ -2,6 +2,7 @@ kind: Cluster
|
|||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.28.0@sha256:b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31
|
||||
kubeadmConfigPatches:
|
||||
- |
|
||||
kind: InitConfiguration
|
||||
|
|
Loading…
Reference in New Issue