chore: Update manifests after automerge

This commit is contained in:
2026-05-22 01:14:20 +00:00
parent cc2f8e9579
commit 703a2557d6
3 changed files with 40 additions and 44 deletions
@@ -1,24 +0,0 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: gitea-gitea-actions-act-runner-config
namespace: gitea
labels:
helm.sh/chart: gitea-actions-0.1.0
app: gitea-actions
app.kubernetes.io/name: gitea-actions
app.kubernetes.io/instance: gitea
app.kubernetes.io/version: "0.261.3"
version: "0.261.3"
app.kubernetes.io/managed-by: Helm
data:
config.yaml: |
log:
level: debug
cache:
enabled: true
runner:
labels:
- "ubuntu-latest:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-24.04"
- "ubuntu-latest-slim:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-24.04-slim"
- "ubuntu-js:docker://harbor.alexlebens.net/proxy-ghcr.io/catthehacker/ubuntu:js-24.04"
@@ -0,0 +1,22 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: gitea-runner-configmap
namespace: gitea
labels:
helm.sh/chart: gitea-actions-0.1.1
app: gitea-actions
app.kubernetes.io/name: gitea-actions
app.kubernetes.io/instance: gitea
app.kubernetes.io/version: "0.261.3"
version: "0.261.3"
app.kubernetes.io/managed-by: Helm
data:
config.yaml: |
log:
level: debug
cache:
enabled: false
container:
require_docker: true
docker_timeout: 300s
@@ -2,30 +2,30 @@ apiVersion: apps/v1
kind: StatefulSet kind: StatefulSet
metadata: metadata:
labels: labels:
helm.sh/chart: gitea-actions-0.1.0 helm.sh/chart: gitea-actions-0.1.1
app: gitea-actions-act-runner app: gitea-actions-runner
app.kubernetes.io/name: gitea-actions-act-runner app.kubernetes.io/name: gitea-actions-runner
app.kubernetes.io/instance: gitea app.kubernetes.io/instance: gitea
app.kubernetes.io/version: "0.261.3" app.kubernetes.io/version: "0.261.3"
version: "0.261.3" version: "0.261.3"
app.kubernetes.io/managed-by: Helm app.kubernetes.io/managed-by: Helm
annotations: annotations:
name: gitea-gitea-actions-act-runner name: gitea-runner
namespace: gitea namespace: gitea
spec: spec:
replicas: 6 replicas: 6
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/name: gitea-actions-act-runner app.kubernetes.io/name: gitea-actions-runner
app.kubernetes.io/instance: gitea app.kubernetes.io/instance: gitea
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: 6a9d82ad20f62c2e827a0639a2122bcb195c331a21688599f9fa9bbfd96be37a checksum/config: c48ffba9541a7a3af955e8677993bd31a869aac881190616a4015a18b225af39
labels: labels:
helm.sh/chart: gitea-actions-0.1.0 helm.sh/chart: gitea-actions-0.1.1
app: gitea-actions-act-runner app: gitea-actions-runner
app.kubernetes.io/name: gitea-actions-act-runner app.kubernetes.io/name: gitea-actions-runner
app.kubernetes.io/instance: gitea app.kubernetes.io/instance: gitea
app.kubernetes.io/version: "0.261.3" app.kubernetes.io/version: "0.261.3"
version: "0.261.3" version: "0.261.3"
@@ -74,8 +74,8 @@ spec:
- mountPath: /var/lib/docker - mountPath: /var/lib/docker
name: docker-vol name: docker-vol
containers: containers:
- name: act-runner - name: runner
image: "docker.io/gitea/act_runner:0.6.1@sha256:b5c35d6bdbb9bb25e531230bfc7cc663cb751406cbec90a2a891b85fea54de86" image: "docker.gitea.com/runner:1.0.4"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
workingDir: /data workingDir: /data
env: env:
@@ -87,7 +87,7 @@ spec:
- name: GITEA_INSTANCE_URL - name: GITEA_INSTANCE_URL
value: http://gitea-http.gitea:3000 value: http://gitea-http.gitea:3000
- name: CONFIG_FILE - name: CONFIG_FILE
value: /actrunner/config.yaml value: /runner/config.yaml
- name: TZ - name: TZ
value: America/Chicago value: America/Chicago
resources: resources:
@@ -96,16 +96,14 @@ spec:
requests: requests:
ephemeral-storage: 2Gi ephemeral-storage: 2Gi
volumeMounts: volumeMounts:
- mountPath: /actrunner/config.yaml - mountPath: /runner/config.yaml
name: act-runner-config name: runner-config
subPath: config.yaml subPath: config.yaml
- mountPath: /var/run/docker.sock - mountPath: /var/run/docker.sock
name: docker-socket name: docker-socket
subPath: docker.sock subPath: docker.sock
- mountPath: /data - mountPath: /data
name: data-act-runner name: data-runner
- mountPath: /workspace
name: workspace-vol
affinity: affinity:
podAntiAffinity: podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution: preferredDuringSchedulingIgnoredDuringExecution:
@@ -119,9 +117,9 @@ spec:
topologyKey: kubernetes.io/hostname topologyKey: kubernetes.io/hostname
weight: 100 weight: 100
volumes: volumes:
- name: act-runner-config - name: runner-config
configMap: configMap:
name: gitea-gitea-actions-act-runner-config name: gitea-runner-configmap
- name: docker-socket - name: docker-socket
emptyDir: {} emptyDir: {}
- ephemeral: - ephemeral:
@@ -146,7 +144,7 @@ spec:
name: docker-vol name: docker-vol
volumeClaimTemplates: volumeClaimTemplates:
- metadata: - metadata:
name: data-act-runner name: data-runner
spec: spec:
accessModes: ["ReadWriteOnce"] accessModes: ["ReadWriteOnce"]
resources: resources: