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 chart version is not bumped after updating app version from 2.10.4 to 2.10.5 #945

Closed
2 tasks done
grglzrv opened this issue Oct 21, 2023 · 1 comment
Closed
2 tasks done
Labels
kind/question Further information is requested

Comments

@grglzrv
Copy link

grglzrv commented Oct 21, 2023

Welcome!

  • Yes, I've searched similar issues on GitHub and didn't find any.
  • Yes, I've searched similar issues on the Traefik community forum and didn't find any.

What version of the Traefik's Helm Chart are you using?

24.0.0

What version of Traefik are you using?

v2.10.4

What did you do?

I've upgraded to 24.0.0 but my Traefik version is still 2.10.4 version in master branch for helm chart version 24.0.0 appversion is 2.10.5

What did you see instead?

I expect traefik version to be 2.10.5 but the helm chart version is not bumped to 24.0.1 cuz i saw there is a tag with 24.0.0 and app version 2.10.4, after the build of new traefik version 2.10.5 helm chart is not bumped from 24.0.0 to 24.0.1

What is your environment & configuration?

---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
  name: traefik
  namespace: traefik
spec:
  interval: 1m0s
  url: https://helm.traefik.io/traefik
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
  name: traefik
  namespace: traefik
spec:
  chart:
    spec:
      chart: traefik
      reconcileStrategy: ChartVersion
      sourceRef:
        kind: HelmRepository
        name: traefik
      version: 24.0.0
  interval: 1m0s
  maxHistory: 3
  install:
    crds: CreateReplace
    disableWait: true
  upgrade:
    crds: CreateReplace
    disableWait: true
    force: true
  rollback:
    disableWait: true
  values:
    additionalArguments:
    - --providers.kubernetesingress.allowexternalnameservices
    - --providers.kubernetescrd.allowexternalnameservices
    env:
    - name: CLOUDFLARE_EMAIL
      valueFrom:
        secretKeyRef:
          key: email
          name: cloudflare-api-credentials
    - name: CLOUDFLARE_DNS_API_TOKEN
      valueFrom:
        secretKeyRef:
          key: apiKey
          name: cloudflare-api-credentials
    - name: CLOUDFLARE_ZONE_API_TOKEN
      valueFrom:
        secretKeyRef:
          key: apiKey
          name: cloudflare-api-credentials
    ingressRoute:
      dashboard:
        enabled: false
    persistence:
      enabled: true
      path: /certs
      size: 128Mi
    ports:
      web:
        redirectTo: websecure
n/a
@mloiseleur mloiseleur added kind/question Further information is requested and removed status/0-needs-triage labels Oct 23, 2023
@mloiseleur
Copy link
Contributor

It's an expected behavior.
This chart follows its own release cycle : it may have its own breaking change.
You can change your appVersion if/when you need.

BTW, a new release is coming, see #938

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants