From 2181a3ca92bf7db3e9f296a5cc973bd8bffb3398 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Wed, 17 Sep 2025 10:53:19 +1000 Subject: [PATCH] Rebase Gitea act-runner #2 --- ...cret-gitea-actions-registration-token.yaml | 15 +++++++ services/Gitea/supportingfiles/values.yaml | 41 ------------------- 2 files changed, 15 insertions(+), 41 deletions(-) create mode 100644 services/Gitea/supportingfiles/sealedsecret-gitea-actions-registration-token.yaml delete mode 100644 services/Gitea/supportingfiles/values.yaml diff --git a/services/Gitea/supportingfiles/sealedsecret-gitea-actions-registration-token.yaml b/services/Gitea/supportingfiles/sealedsecret-gitea-actions-registration-token.yaml new file mode 100644 index 0000000..ed82ecd --- /dev/null +++ b/services/Gitea/supportingfiles/sealedsecret-gitea-actions-registration-token.yaml @@ -0,0 +1,15 @@ +apiVersion: bitnami.com/v1alpha1 +kind: SealedSecret +metadata: + creationTimestamp: null + name: gitea-actions-registration-token + namespace: gitea +spec: + encryptedData: + token: AgCfSO12i+bhMyaQo8esgDhnxc61L5VUGnT+L6q3rdfAco/pgKk6ZKS/p5+oTCu24VIGWnKq91IsvMxPTECfHmy6Z2ah8C8HNUCeOIupzz7QMSkGJuF3Gj0dB92bGQC34nGSmtl+Z0EXxfjZobaYmO2gZGHA2Y6FEf45bgb6wE3uxkv48RsWLDN0gW/FbQw837hcHxjx7Ivf5dpZu5Th3bTalKmEyoIlh7RCzsF8IV/I0V9ztJPeBpTRjUAYryVs8JgqrCW5DQQqAeSTRxccdb4Ldj22XsSOzKMXxsWbIOCqJ1arFZF+fhw3ITEnlDAn2N7Hl5keb/D9lleFcQe293f5+g/sfttVeR0G3a6lGrG0OzY2c5+1pH/Dlt+BfVWcdadV1HGqig+ZrAGQmz4XgUlcFhSuTBw+8pjyECsV+ueysi6DuPDiKh03ienc1dZY53yBo+e6QfV9Z0aIEsHheqasbIn1uh9StwqygTO/i7En3aJSBySuuHT3AMmBwKELsHyNQEgtIFocMjDJxOsxIj/3HYDdBzkEFoyx491hZSnV1ceJxN5BcgYMENJ6D/B5i+Srfyzk7AUD4fcuiyrV5ZWnnuHjOG57UlLXIUWBdeXdy2CS9+POltHuq5kGkku71UEJ/MLuZOHM+Iy/AASErsds9roZ1cBf2n4FpUXe+LwGb+RbvrLl1HETW2XnbsFMleiOx2wicvDsQ8CDSv9RVmxVE6TepHSrrDd2Aq+6PjCfkTpcUVhZYQ8s + template: + metadata: + creationTimestamp: null + name: gitea-actions-registration-token + namespace: gitea + type: Opaque diff --git a/services/Gitea/supportingfiles/values.yaml b/services/Gitea/supportingfiles/values.yaml deleted file mode 100644 index b609794..0000000 --- a/services/Gitea/supportingfiles/values.yaml +++ /dev/null @@ -1,41 +0,0 @@ -enabled: true - -statefulset: - actRunner: - repository: gitea/act_runner - tag: 0.2.12 - dind: - repository: docker - # tag: 25.0.2-dind - tag: 28.3.2-dind - - persistence: - size: 1Gi - -init: - image: - repository: busybox - tag: "1.37.0" - -provisioning: - enabled: false - - publish: - repository: bitnami/kubectl - # tag: 1.29.0 - tag: 1.33.3 - -existingSecret: "gitea-actions-registration-token" -existingSecretKey: "token" - -giteaRootURL: "https://code.spamasaurus.com" - -persistence: - create: false - claimName: csismb-gitea-act - storageClass: csismb-gitea-act - -image: - registry: "docker.gitea.com" - repository: gitea - tag: "1.24.2-rootless"