Skip to content

helm chart for 0.11.0 erro template: gha-runner-scale-set/templates/no_permission_serviceaccount.yaml:1:63: #4096

Open
@nforceroh

Description

@nforceroh

Checks

Controller Version

0.11.0

Deployment Method

Helm

Checks

  • This isn't a question or user support case (For Q&A and community support, go to Discussions).
  • I've read the Changelog before submitting this issue and I'm sure it's not due to any recently-introduced backward-incompatible changes

To Reproduce

Using current version of 0.11.0
`
INSTALLATION_NAME="arc-runner-set"
NAMESPACE="arc-runners"
GITHUB_CONFIG_URL="https://github.com/XXXXXXXXXXX"
GITHUB_PAT="XXXXXXX"

helm install "${INSTALLATION_NAME}" \
    --namespace "${NAMESPACE}" \
    --create-namespace  \
    --set githubConfigUrl="${GITHUB_CONFIG_URL}" \
    --set githubConfigSecret.github_token="${GITHUB_PAT}" \   
 oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set
Error: INSTALLATION FAILED: template: gha-runner-scale-set/templates/no_permission_serviceaccount.yaml:1:63: executing "gha-runner-scale-set/templates/no_permission_serviceaccount.yaml" at <.Values.resourceMeta.noPermissionServiceAccount>: nil pointer evaluating interface {}.noPermissionServiceAccount
`
Forcing version 0.10.1 works
`
helm install "${INSTALLATION_NAME}" \
    --namespace "${NAMESPACE}" \
    --create-namespace \
    --set githubConfigUrl="${GITHUB_CONFIG_URL}" \
    --set githubConfigSecret.github_token="${GITHUB_PAT}" \
    oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set --version 0.10.1
NAME: arc-runner-set
LAST DEPLOYED: Wed May 21 11:10:51 2025
NAMESPACE: arc-runners
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Thank you for installing gha-runner-scale-set.

Your release is named arc-runner-set.
`

Describe the bug

Error: INSTALLATION FAILED: template: gha-runner-scale-set/templates/no_permission_serviceaccount.yaml:1:63: executing "gha-runner-scale-set/templates/no_permission_serviceaccount.yaml" at <.Values.resourceMeta.noPermissionServiceAccount>: nil pointer evaluating interface {}.noPermissionServiceAccount

Describe the expected behavior

I expected the new version to install

Additional Context

n/a

Controller Logs

n/a

Runner Pod Logs

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggha-runner-scale-setRelated to the gha-runner-scale-set modeneeds triageRequires review from the maintainers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions