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

helmchart 3.4.1 installs 3.4.0 #149

Open
jonasbartho opened this issue Nov 23, 2023 · 2 comments
Open

helmchart 3.4.1 installs 3.4.0 #149

jonasbartho opened this issue Nov 23, 2023 · 2 comments

Comments

@jonasbartho
Copy link

Hi,

When I do a helm install towards version 3.4.1, I see it actually uses 3.4.0.
Can this be fixed? :)

@joe-elliott
Copy link
Owner

The latest helm chart is 3.4.1. The latest version of cert-exporter is 2.11.1.

I'm not sure what's happening if installing helm chart 3.4.0 actually installs 3.4.1. Can you give more details?

@jonasbartho
Copy link
Author

jonasbartho commented Nov 26, 2023

Hi @joe-elliott

When I for example want to install cert-exporter with helm chart version 3.4.1, I see it actually installs helm chart version 3.4.0

I have verified this behaviour in 2 ways:

  1. way was through kustomize... I have had 3.4.0 running in production for multiple months and wanted to upgrade to helm chart 3.4.1 but nothing happens, which means it cannot detect new changes:
helmCharts:
  - name: cert-exporter
    releaseName: cert-exporter
    repo: https://joe-elliott.github.io/cert-exporter/
    version: 3.4.1
    namespace: openshift-monitoring
    valuesInline:
      dashboards:
        certManagerDashboard:
          create: false
  1. I have also tried to apply 3.4.1 directly to a new k8s-cluster, but I see it just applies:
      app.kubernetes.io/version: v2.11.0
      helm.sh/chart: cert-exporter-3.4.0
      image: joeelliott/cert-exporter:v2.11.0

Here I installed cert-exporter through the same commands as what is documented in your README:

helm repo add cert-exporter https://joe-elliott.github.io/cert-exporter/
helm repo update
helm upgrade --install cert-exporter cert-exporter/cert-exporter

To me it looks like helm cannot detect version 3.4.1?

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

2 participants