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

Sync issue with argo-cd helm chart 7.4.x #2883

Open
jascsch opened this issue Aug 16, 2024 · 2 comments
Open

Sync issue with argo-cd helm chart 7.4.x #2883

jascsch opened this issue Aug 16, 2024 · 2 comments

Comments

@jascsch
Copy link

jascsch commented Aug 16, 2024

Describe the bug

There is a sync issue with helm chart version 7.4.x so that apps are stuck in "OutOfSync" status.

Related helm chart

argo-cd

Helm chart version

7.4.x

To Reproduce

use the following manifest and try to sync the dapr app.

project: default
destination:
  server: 'https://kubernetes.default.svc'
  namespace: dapr
syncPolicy:
  syncOptions:
    - CreateNamespace=true
    - RespectIgnoreDifferences=true
ignoreDifferences:
  - kind: Secret
    name: dapr-trust-bundle
    namespace: dapr
    jsonPointers:
      - /data
sources:
  - repoURL: 'https://dapr.github.io/helm-charts/'
    targetRevision: 1.11.1
    helm:
      valueFiles:
        - $values/tools/dapr/values.yaml
      releaseName: dapr
      skipCrds: true
    chart: dapr
  - repoURL: 'https://git.xxx.com/org/gitops-cluster-dev.git'
    targetRevision: HEAD
    ref: values

Expected behavior

The sync status should be "Synced" instead of "OutOfSync"
The sync works perfectly fine with helm chart version 7.3.x

Screenshots

image

Additional context

No response

@jascsch jascsch added the bug label Aug 16, 2024
@yu-croco
Copy link
Collaborator

yu-croco commented Aug 16, 2024

Hi @jascsch , since it's related to Argo CD itself, you can get more help in upstream.
*argo-helm focuses on providing Helm chart for deploying Argo CD, but we don't handle the Argo CD itself (e.g. error logs, questions for specific behavior).

@jascsch
Copy link
Author

jascsch commented Aug 19, 2024

I created another git issue for Argo CD itself argoproj/argo-cd#19582

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants