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

Helm versions newer than 2.4.11 no longer seem available #1666

Closed
kenlasko opened this issue Dec 17, 2024 · 2 comments
Closed

Helm versions newer than 2.4.11 no longer seem available #1666

kenlasko opened this issue Dec 17, 2024 · 2 comments
Labels
triage Issues/PRs that need to be reviewed

Comments

@kenlasko
Copy link

Describe the bug
I am unable to upgrade Sealed Secrets using the Helm chart newer than 2.4.11 via ArgoCD. I get the following error:

Failed to load target state: failed to generate manifest for source 1 of 3: rpc error: code = Unknown desc = error fetching chart: failed to fetch chart: failed to get command args to log: `helm pull --destination /tmp/278d244c-cb20-43f0-9050-84015b346806 --version 2.4.12 --repo https://charts.bitnami.com/bitnami/ sealed-secrets` failed exit status 1: Error: invalid_reference: invalid tag

Reverting back to 2.4.11 works fine

To Reproduce
Create Sealed Secrets app in ArgoCD:

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: sealed-secrets
  namespace: argocd
  annotations:
    argocd.argoproj.io/sync-wave: "-5"
spec:
  project: default
  sources:
  - repoURL: 'https://charts.bitnami.com/bitnami/'
    targetRevision: 2.4.12
    chart: sealed-secrets
    helm:
      valueFiles:
      - $values/sealed-secrets/values.yaml
  - repoURL: 'git@github.com:kenlasko/K3S.git'
    ref: values
  - repoURL: 'git@github.com:kenlasko/K3S.git'
    path: sealed-secrets
    targetRevision: HEAD
    directory:
      exclude: '*_DISABLED.yaml'
  destination:
    server: 'https://kubernetes.default.svc'
    namespace: kube-system
  syncPolicy:
    automated:
      selfHeal: true

Expected behavior
I expect to be able to upgrade to a newer version of the Helm chart than 2.4.11

Version of Kubernetes: 1.31.4

@kenlasko kenlasko added the triage Issues/PRs that need to be reviewed label Dec 17, 2024
@agarcia-oss
Copy link
Member

Hi @kenlasko You're referring to the Helm chart packaged as part of the Bitnami Helm chart collection.

Those charts have a deprecation lifecycle, but you can simply switch to the Sealed Secrets upstream helm chart available here

@kenlasko
Copy link
Author

kenlasko commented Jan 7, 2025

Thanks! I switched to the oci method, and all is well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issues/PRs that need to be reviewed
Projects
None yet
Development

No branches or pull requests

2 participants