Skip to content

Unable to get Manifests error #482

@Mukhi09

Description

@Mukhi09

We are using multi-source Argo CD ApplicationSets where one source is a Helm chart repository and the other is a Git repository that contains the values.yaml files.

Our ApplicationSet sources section looks like this:

sources:

  • chart:
    repoURL:
    targetRevision: 1.0.0
    helm:
    valueFiles:

    • $valueFiles/values.yaml
  • repoURL:
    targetRevision: main
    ref: valueFiles

The expected behavior is that kubechecks detects the change in the referenced values files and reports the resulting ApplicationSet changes. Instead, kubechecks reports the following error "failed to generate manifests: failed to get repo: failed to clone repo: failed to clone repository: exit status 128" . This is trying to clone the helm OCI registry using git clone which would fail.

Please let me know if something is unclear, I could provide more details. Any help here would be much appreciated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions