Skip to content

Commit

Permalink
update url for actions-runner-contorller
Browse files Browse the repository at this point in the history
  • Loading branch information
carpenike committed Nov 27, 2024
1 parent 25ff869 commit 8e876c7
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/helmrepository_v1beta2.json
apiVersion: source.toolkit.fluxcd.io/v1beta2
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/helmrepository_v1.json
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: actions-runner-controller
namespace: flux-system
spec:
type: oci
interval: 5m
url: oci://ghcr.io/actions/actions-runner-controller-charts
interval: 30m
url: oci://ghcr.io/actions
timeout: 3m

0 comments on commit 8e876c7

Please sign in to comment.