Compare commits
No commits in common. "9f6b62b06f12bdd94334a989d7fa8ebdbc63146a" and "563fafa7ee04980998a119c13b8a8d833762308b" have entirely different histories.
9f6b62b06f
...
563fafa7ee
@ -30,7 +30,7 @@ spec:
|
|||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-gitea
|
- name: init-gitea
|
||||||
image: gitea/gitea:1.21.5-rootless
|
image: gitea/gitea:1.21.3-rootless
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["/usr/sbin/init-directory-structure.sh"]
|
command: ["/usr/sbin/init-directory-structure.sh"]
|
||||||
env:
|
env:
|
||||||
@ -62,7 +62,7 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
- name: setup-gitea
|
- name: setup-gitea
|
||||||
image: gitea/gitea:1.21.5-rootless
|
image: gitea/gitea:1.21.3-rootless
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["/usr/sbin/setup.sh"]
|
command: ["/usr/sbin/setup.sh"]
|
||||||
env:
|
env:
|
||||||
@ -113,7 +113,7 @@ spec:
|
|||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
containers:
|
containers:
|
||||||
- name: gitea
|
- name: gitea
|
||||||
image: gitea/gitea:1.21.5-rootless
|
image: gitea/gitea:1.21.3-rootless
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
@ -2,7 +2,6 @@ kind: Cluster
|
|||||||
apiVersion: kind.x-k8s.io/v1alpha4
|
apiVersion: kind.x-k8s.io/v1alpha4
|
||||||
nodes:
|
nodes:
|
||||||
- role: control-plane
|
- role: control-plane
|
||||||
image: kindest/node:v1.28.0@sha256:b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31
|
|
||||||
kubeadmConfigPatches:
|
kubeadmConfigPatches:
|
||||||
- |
|
- |
|
||||||
kind: InitConfiguration
|
kind: InitConfiguration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user