Files
auricom-home-cluster/kubernetes/apps/actions-runner-system/actions-runner-controller/app/helmrelease.yaml
feisar-bot 1f33d5c11b ⬆️ Update image gha-runner-scale-set-controller to 0.6.1
| datasource | package                                                                          | from  | to    |
| ---------- | -------------------------------------------------------------------------------- | ----- | ----- |
| docker     | ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller | 0.6.0 | 0.6.1 |
2023-09-26 17:52:27 +02:00

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