argo-cd: Manifest Generation error
Checklist:
- I’ve searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
- I’ve included steps to reproduce the bug.
- I’ve pasted the output of
argocd version
.
Describe the bug
To Reproduce
Expected behavior
Screenshots
Version
Paste the output from `argocd version` here.
Logs
Paste any relevant application logs here.
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 36 (7 by maintainers)
Commits related to this issue
- fix: loosen source not permitted helm errors With #12255, we check if a source is first permitted before running `helm template`. This works a bit too well, since this may break previously working ma... — committed to blakepettersson/argo-cd by blakepettersson a year ago
- fix: loosen source not permitted helm errors With #12255, we check if a source is first permitted before running `helm template`. This works a bit too well, since this may break previously working ma... — committed to blakepettersson/argo-cd by blakepettersson a year ago
- fix: loosen source not permitted helm errors With #12255, we check if a source is first permitted before running `helm template`. This works a bit too well, since this may break previously working ma... — committed to blakepettersson/argo-cd by blakepettersson a year ago
- Revert due to https://github.com/argoproj/argo-cd/issues/13833 — committed to baloise-incubator/okd4-cluster-infra-apps by joachimprinzbach a year ago
- fix: loosen source not permitted helm errors With #12255, we check if a source is first permitted before running `helm template`. This works a bit too well, since this may break previously working ma... — committed to blakepettersson/argo-cd by blakepettersson a year ago
- fix: loosen source not permitted helm errors With #12255, we check if a source is first permitted before running `helm template`. This works a bit too well, since this may break previously working ma... — committed to blakepettersson/argo-cd by blakepettersson a year ago
- fix(reposerver): loosen source not permitted helm errors (#14210) * fix: loosen source not permitted helm errors With #12255, we check if a source is first permitted before running `helm template... — committed to argoproj/argo-cd by blakepettersson a year ago
- fix(reposerver): loosen source not permitted helm errors (#14210) * fix: loosen source not permitted helm errors With #12255, we check if a source is first permitted before running `helm template... — committed to ozlevka-work/argo-cd by blakepettersson a year ago
- fix(reposerver): loosen source not permitted helm errors (#14210) * fix: loosen source not permitted helm errors With #12255, we check if a source is first permitted before running `helm template`. ... — committed to ozlevka-work/argo-cd by blakepettersson a year ago
- fix(reposerver): loosen source not permitted helm errors (#14210) * fix: loosen source not permitted helm errors With #12255, we check if a source is first permitted before running `helm template`. ... — committed to alexymantha/argo-cd by blakepettersson a year ago
- fix(reposerver): loosen source not permitted helm errors (#14210) * fix: loosen source not permitted helm errors With #12255, we check if a source is first permitted before running `helm template`. ... — committed to alexymantha/argo-cd by blakepettersson a year ago
- fix(reposerver): loosen source not permitted helm errors (#14210) * fix: loosen source not permitted helm errors With #12255, we check if a source is first permitted before running `helm template`. ... — committed to radiusmethod/argo-cd by blakepettersson a year ago
- feat: Allow 'both' option for uibannerposition (#14623) * fix(ui): Drop ready from Completed container status (#14434) (#14629) Signed-off-by: schakrad <58915923+schakrad@users.noreply.github.com>... — committed to argoproj/argo-cd by Jneville0815 8 months ago
- fix(reposerver): loosen source not permitted helm errors (#14210) * fix: loosen source not permitted helm errors With #12255, we check if a source is first permitted before running `helm template`. ... — committed to jmilic1/argo-cd by blakepettersson a year ago
- feat: Allow 'both' option for uibannerposition (#14623) * fix(ui): Drop ready from Completed container status (#14434) (#14629) Signed-off-by: schakrad <58915923+schakrad@users.noreply.github.com> S... — committed to jmilic1/argo-cd by Jneville0815 8 months ago
- feat: Allow 'both' option for uibannerposition (#14623) * fix(ui): Drop ready from Completed container status (#14434) (#14629) Signed-off-by: schakrad <58915923+schakrad@users.noreply.github.com>... — committed to vladfr/argo-cd by Jneville0815 8 months ago
- fix(reposerver): loosen source not permitted helm errors (#14210) * fix: loosen source not permitted helm errors With #12255, we check if a source is first permitted before running `helm template... — committed to tesla59/argo-cd by blakepettersson a year ago
- feat: Allow 'both' option for uibannerposition (#14623) * fix(ui): Drop ready from Completed container status (#14434) (#14629) Signed-off-by: schakrad <58915923+schakrad@users.noreply.github.com>... — committed to tesla59/argo-cd by Jneville0815 8 months ago
I think we discussed this in a contributors meeting, but @blakepettersson I think we should probably stick with old behavior (all public helm charts are okay) and just document it very clearly. If someone needs more restrictive behavior, they can introduce a new flag somewhere to enable it.