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

skaffold render ignores version with helm remoteChart #5887

Closed
stpierre opened this issue May 21, 2021 · 1 comment · Fixed by #5922
Closed

skaffold render ignores version with helm remoteChart #5887

stpierre opened this issue May 21, 2021 · 1 comment · Fixed by #5922
Labels
Milestone

Comments

@stpierre
Copy link

Expected behavior

skaffold render respects the version of the remoteChart you specify.

Actual behavior

skaffold render ignores version with remoteChart.

Information

---
apiVersion: skaffold/v2beta13
kind: Config
metadata:
  name: version-bug

deploy:
  helm:
    releases:
      - name: cert-manager
        repo: https://charts.jetstack.io
        remoteChart: cert-manager
        version: 1.3.0

Steps to reproduce the behavior

Run skaffold render:

% skaffold render --verbosity=debug
...
time="2021-05-21T08:59:47-05:00" level=debug msg="Running command: [helm --kube-context arn:aws:eks:us-east-2:1736
70126463:cluster/default template cert-manager cert-manager --repo https://charts.jetstack.io]"

That's really all there is to it. The example I've given doesn't actually cause any issues -- 1.3.0 renders just as well as 1.3.1 -- but it's a minimal replication scenario for something that could cause issues (e.g., if I specified values that worked with an older version but not latest).

@briandealwis briandealwis added this to the v1.26.0 milestone May 30, 2021
@briandealwis
Copy link
Member

This looks straightforward.

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

Successfully merging a pull request may close this issue.

3 participants