Skip to content

using a vendor helm chart with flux #4672

Discussion options

You must be logged in to vote

Please note that Bitnami moved to Docker Hub and you should be using an oci:// URL.

For an OCI repo it would be:

apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
  name: bitnami
  namespace: nginx
spec:
  interval: 12h
  type: oci
  url: oci://registry-1.docker.io/bitnamicharts # registry URL without the chart name

For a HTTP repo it would be:

apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
  name: bitnami
  namespace: nginx
spec:
  interval: 50m
  url: https://charts.bitnami.com/bitnami # same URL as for "helm repo add"

The helm release:

helm install my-nginx bitnami/nginx

Translates to:

apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: 

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bashfulrobot
Comment options

Answer selected by stefanprodan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants