this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

CI things

+54
+1
cluster/apps/ci/github-actions/runners/kustomization.yaml
··· 6 6 - externalsecret-store.yaml 7 7 - externalsecret.yaml 8 8 - samipsolutions-runners.yaml 9 + - samip5-k8s-cluster-arm64.yaml 9 10 - samip5-k8s-cluster.yaml 10 11 - samip5-k8s-cluster-arm64.yaml
+51
cluster/apps/ci/github-actions/runners/samipsolutions-runners-arm64.yaml
··· 1 + --- 2 + apiVersion: helm.toolkit.fluxcd.io/v2beta1 3 + kind: HelmRelease 4 + metadata: 5 + name: arc-sol-arm64 6 + namespace: ci 7 + spec: 8 + interval: 30m 9 + chart: 10 + spec: 11 + chart: gha-runner-scale-set 12 + version: 0.4.0 13 + sourceRef: 14 + kind: HelmRepository 15 + name: actions-runner-controller 16 + namespace: flux-system 17 + interval: 30m 18 + 19 + values: 20 + # Cannot have nice things because of https://github.com/actions/actions-runner-controller/issues/2697 21 + runnerScaleSetName: arc-sol-arm64 22 + 23 + githubConfigUrl: https://github.com/samipsolutions 24 + 25 + minRunners: 1 26 + maxRunners: 4 27 + 28 + containerMode: 29 + type: "dind" 30 + 31 + template: 32 + spec: 33 + containers: 34 + - name: runner 35 + image: ghcr.io/bjw-s/github-actions-runner:2.305.0@sha256:af5d39b9eee1be431060da4be699b8432af302cd7e12cadccc9d494efd0450f1 36 + nodeSelector: 37 + kubernetes.io/arch: arm64 38 + 39 + valuesFrom: 40 + - kind: Secret 41 + name: actions-runner-controller-auth-secret 42 + valuesKey: github_app_id 43 + targetPath: githubConfigSecret.github_app_id 44 + - kind: Secret 45 + name: actions-runner-controller-auth-secret 46 + valuesKey: github_app_installation_id 47 + targetPath: githubConfigSecret.github_app_installation_id 48 + - kind: Secret 49 + name: actions-runner-controller-auth-secret 50 + valuesKey: github_app_private_key 51 + targetPath: githubConfigSecret.github_app_private_key
+2
cluster/apps/ci/github-actions/runners/samipsolutions-runners.yaml
··· 33 33 containers: 34 34 - name: runner 35 35 image: ghcr.io/bjw-s/github-actions-runner:2.305.0@sha256:af5d39b9eee1be431060da4be699b8432af302cd7e12cadccc9d494efd0450f1 36 + nodeSelector: 37 + kubernetes.io/arch: amd64 36 38 37 39 valuesFrom: 38 40 - kind: Secret