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

URL parsing failed with OCI helm application #11968

Closed
3 tasks done
michalziobro opened this issue Jan 12, 2023 · 1 comment
Closed
3 tasks done

URL parsing failed with OCI helm application #11968

michalziobro opened this issue Jan 12, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@michalziobro
Copy link

michalziobro commented Jan 12, 2023

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

Created a sample application using helm from GHCR OCI. When I navigate to app in UI it throws Error: URL parsing failed.
Works ok with v2.5.6

To Reproduce

Create app with manifest:

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: sample-app
  namespace: argocd
spec:
  project: sample-project
  destination:
    server: https://kubernetes.default.svc
    namespace: sample
  source:
      repoURL: ghcr.io/energywebfoundation
      targetRevision: 0.1.1
      chart: sample-go-app-helm
  syncPolicy:
    syncOptions:
    - CreateNamespace=true
    automated:
      allowEmpty: true
      prune: true
      selfHeal: false

Navigate to app in UI

Expected behavior
App UI opens normally

Screenshots
image

image

Version

v2.6.0-rc2

Logs

Paste any relevant application logs here.
@michalziobro michalziobro added the bug Something isn't working label Jan 12, 2023
@alexef
Copy link
Member

alexef commented Jan 12, 2023

This is fixed for rc3 in #11916

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants