-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not possible to deploy gha-runner-scale-set-controller helm chart via Fluxcd #3728
Comments
Hello! Thank you for filing an issue. The maintainers will triage your issue shortly. In the meantime, please take a look at the troubleshooting guide for bug reports. If this is a feature request, please review our contribution guidelines. |
I had a similar issue. I would suggest pulling from GitHub directly.
|
@mumoshu @rentziass same issue here... |
Hi! we use flux to deploy ARC to our CI clusters. This is the yaml for the repository: apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: gha-runner-scale-set
namespace: flux-system
spec:
interval: 30m
type: oci
url: oci://ghcr.io/actions/actions-runner-controller-charts |
Hello @arnauvp-factorial EDIT: I finally have a working solution (issue with egress filtering on the cluster...) Can you share your helmRelease manifest ? 🙏
And the chart declaration in the HR: chart:
spec:
chart: gha-runner-scale-set-controller
version: 0.9.3
sourceRef:
kind: HelmRepository
name: actions-runner-controller-charts |
This works for me
|
Checks
Controller Version
0.9.3
Deployment Method
Helm
Checks
To Reproduce
Describe the bug
The chart revision is used in the arc-gha-rs-controller Deployment which contains a + sign which is not allowed.
Describe the expected behavior
Succesfull deployment of arc-gha-rs-controller
Additional Context
Controller Logs
Runner Pod Logs
The text was updated successfully, but these errors were encountered: