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

dce-system/kpanda chart has repeated app field in template charts/clusterpedia/templates/clustersynchro-manager-deployment.yaml #50

Open
DonaldKellett opened this issue Nov 8, 2023 · 0 comments

Comments

@DonaldKellett
Copy link

dce-system/kpanda chart has repeated app field in template charts/clusterpedia/templates/clustersynchro-manager-deployment.yaml which causes HelmRelease reconciliation failures with Flux v2 as shown in the screenshot below:

2023-11-08 11_09_31-donaldleung@ESPF3QDR0B_ ~

Chart details

  • Repository: dce-system (https://release.daocloud.io/chartrepo/system)
  • Chart name: kpanda
  • Chart version: 0.22.1

Steps to reproduce

helm repo add dce-system https://release.daocloud.io/chartrepo/system
helm repo update
helm pull --version 0.22.1 dce-system/kpanda --untar
helm template kpanda kpanda/ --show-only charts/clusterpedia/templates/clustersynchro-manager-deployment.yaml | yq '.spec.template.metadata.labels'

Output (notice the duplicate app field):

app.kubernetes.io/name: clusterpedia
helm.sh/chart: clusterpedia-1.7.2
app.kubernetes.io/instance: kpanda
app.kubernetes.io/managed-by: Helm
app: kpanda-clusterpedia-clustersynchro-manager
app: kpanda-clusterpedia-clustersynchro-manager
sidecar.istio.io/inject: "true"

Please find the full template output as attached below for your reference.

kpanda-template.yaml.txt

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

No branches or pull requests

1 participant