Coder Social home page Coder Social logo

Comments (9)

ishitasequeira avatar ishitasequeira commented on June 8, 2024 19

Update: Thank you everyone. I have been able to reproduce the issue and have some sort of fix on the way. Working on testing out all sorts of scenarios before having a fix PR out.

from argo-cd.

amedinagar avatar amedinagar commented on June 8, 2024 5

Having the same problem updating to v.2.11.0.
Is a strange behavior, because the app is syncing properly but the error only show up when you press the sync button.

from argo-cd.

todaywasawesome avatar todaywasawesome commented on June 8, 2024 1

@pasha-codefresh @ishitasequeira possible 2.11 regression in multi-source apps.

from argo-cd.

solidnerd avatar solidnerd commented on June 8, 2024 1

I don't know if it helps since I can't rember right now if it was also on public repositories. We use mostly everywhere private repositories and we had the issue on a private repository that was an oci helm-chart.

from argo-cd.

mkhazamipour avatar mkhazamipour commented on June 8, 2024

We are facing the same issue with applications with multiple sources after upgrading to 2.11.0, Downgrading to 2.10.9 fixes the issue for now

from argo-cd.

ishitasequeira avatar ishitasequeira commented on June 8, 2024

Is the issue only with the private repositories? I will take a look at the issue today.

from argo-cd.

avo-sepp avatar avo-sepp commented on June 8, 2024

I am seeing it on Applications that are multi-source mix of Private OCI Repository which stores the Helm Chart (Azure Container Registry) and Private Git Repository w/ Helm Values File. I am seeing it whenever a manual sync is attempted. However, I have seen a manual sync work after modifying the Git repository (new SHA hash available).

from argo-cd.

avo-sepp avatar avo-sepp commented on June 8, 2024

Confirming I had to roll-back to 2.10.9 to get our teams working again. Sync and Auto-sync both failing.

from argo-cd.

mnorrsken avatar mnorrsken commented on June 8, 2024

Happens to me too but saw it only on one application so far. I can't sync my gitlab application it uses a public helm chart and then a private github repository to provide the values file. Works again when rolling back to 2.10.9.

project: default
destination:
  namespace: gitlab
  name: in-cluster
syncPolicy:
  syncOptions:
    - CreateNamespace=true
    - ApplyOutOfSyncOnly=true
sources:
  - repoURL: 'https://charts.gitlab.io'
    targetRevision: 7.*
    helm:
      valueFiles:
        - $values/gitlab/values.yaml
    chart: gitlab
  - repoURL: 'https://github.com/xxxxx/yyyyy.git' # this is a private repo
    path: gitlab
    targetRevision: main
    ref: values

from argo-cd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.