-
# Summary
`argocd app diff --new-application-file app.yaml` should give a diff of what would be generated for a change to an Application object
# Motivation
I'm trying to build a CI pipeline …
-
**Summary**
kubeapps not able to sync charts from package repository for OCI based charts
steps followed
> pushed helm chart to harbor ( stored as OCI )
> Goto add Package Repository
…
-
I would love to be able to use this helm-crd for Helm Private Repository using private GitHub repositories.
This is what we currently do:
**Helm Private Repository using private GitHub repositori…
-
**Describe the bug**
After migrating the helm chart repo to ECR(OCI) repo, we cannot list the released helm charts from CLI.
related to #1085
**Steps to reproduce**
```
% helm search rep…
-
## Feature Request
**Short Description**
As of now, kubearmor helm charts are not visible on artifacthub. This issue tracks adding the same.
**Describe the solution you'd like**
It should…
-
## Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
## Issue details
Imp…
-
**Is your feature request related to a problem? Please describe.**
Nova does two things according to the README:
> Nova scans your cluster for installed Helm charts, then cross-checks them again…
-
## Reproduce
### Start with a hemlfile.yaml
```yaml
repositories:
- name: jetstack
url: https://charts.jetstack.io
releases:
- name: cert-manager
namespace: cert-manager
…
-
I am working on a Helm chart, and I have added some repositories so I can specify dependencies. `helm dep build` does the right thing but `helm package` fails.
My `chart.yaml`
```yaml
apiVersio…
-
# Summary
More and more cloud providers are supporting the concept of workload identity. I believe this is also already supported in argocd for GCP. It would be great if ArgoCD also implemented the…