Skip to content

How do I depend on the gha-runner-scale-set-controller chart from another chart? #3263

Closed Answered by alexklibisz
alexklibisz asked this question in Questions
Discussion options

You must be logged in to vote

This ended up working:

apiVersion: v2
name: runner-scale-set-controller
description: Helm chart for deploying a runner scale set controller
type: application
version: 0.1.0
appVersion: "1.16.0"
dependencies:
  - name: gha-runner-scale-set-controller
    version: "0.8.2"
    repository: oci://ghcr.io/actions/actions-runner-controller-charts

AND I had to make sure I'm on helm version 3.8.0. OCI support is relatively-newly supported: https://helm.sh/docs/topics/registries/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alexklibisz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant