mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 16:05:55 +02:00

| datasource | package | from | to | | ---------- | -------------------------------------------------------------------------------- | ----- | ----- | | docker | ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller | 0.6.0 | 0.6.1 |
31 lines
740 B
YAML
31 lines
740 B
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta1.json
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: actions-runner-controller
|
|
namespace: actions-runner-system
|
|
spec:
|
|
interval: 30m
|
|
chart:
|
|
spec:
|
|
chart: gha-runner-scale-set-controller
|
|
version: 0.6.1
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: actions-runner-controller
|
|
namespace: flux-system
|
|
maxHistory: 2
|
|
install:
|
|
createNamespace: true
|
|
crds: CreateReplace
|
|
remediation:
|
|
retries: 3
|
|
upgrade:
|
|
cleanupOnFail: true
|
|
crds: CreateReplace
|
|
remediation:
|
|
retries: 3
|
|
uninstall:
|
|
keepHistory: false
|