Skip to content
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

Implement downloading chart from ACR #411

Open
sherdana opened this issue Nov 13, 2021 · 5 comments
Open

Implement downloading chart from ACR #411

sherdana opened this issue Nov 13, 2021 · 5 comments

Comments

@sherdana
Copy link

sherdana commented Nov 13, 2021

Edited (@nitishm) : Formatting

Please implement downloading ApplicationGroup chart from ACR.
Have chart in ACR crmobilenetwork.azurecr.io/hello-world:1.0.3
helm chart looks like this:

apiVersion: orkestra.azure.microsoft.com/v1alpha1
kind: ApplicationGroup
metadata:
  name: bookinfo
spec:
  applications:
    - name: bookinfo
      spec:
        chart:
          url: "crmobilenetwork.azurecr.io"
          name: hello-world
          version: 1.0.3
        release:
          targetNamespace: bookinfo2
        workflow:
          - name: generic-executor
            type: custom
            image:
              name: generic-executor
              image: crmobilenetwork.azurecr.io/generic-executor:1.0.0
            params:
              data:
                foo: bar
@nitishm
Copy link
Contributor

nitishm commented Nov 13, 2021

@sherdana can you provide a link to the code-snippet above if this is something that was sourced from somewhere? And if possible create a PR with the changes

@nitishm
Copy link
Contributor

nitishm commented Nov 13, 2021

I do not :(

@nitishm
Copy link
Contributor

nitishm commented Nov 13, 2021

@jonathan-innis have you encountered this before? Pulling from ACR

@jonathan-innis
Copy link
Contributor

@nitishm To pull chart from ACR we will have to pull as OCI artifact and then stage it locally.

HelmRelease currently has no support for OCI artifacts so this is why we will have to stage it

@scottrigby
Copy link

@jonathan-innis Unblocked! As of v0.31.0 Flux allows users to define Helm OCI repository as a chart source 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants