Files
auricom-home-cluster/kubernetes/apps/actions-runner-system/actions-runner-controller/app/helmrelease.yaml
feisar-bot[bot] f000b70b5a ⬆️ Update gha-runner-scale-set-controller ( 0.10.1 → 0.11.0 )
| datasource | package                                                                          | from   | to     |
| ---------- | -------------------------------------------------------------------------------- | ------ | ------ |
| docker     | ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller | 0.10.1 | 0.11.0 |
2025-03-27 00:59:28 +01:00

29 lines
674 B
YAML

---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: actions-runner-controller
namespace: actions-runner-system
spec:
interval: 30m
chart:
spec:
chart: gha-runner-scale-set-controller
version: 0.11.0
sourceRef:
kind: HelmRepository
name: actions-runner-controller
namespace: flux-system
install:
crds: CreateReplace
remediation:
retries: 3
upgrade:
cleanupOnFail: true
crds: CreateReplace
remediation:
retries: 3
uninstall:
keepHistory: false