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

0.1.2 helm chart cannot update helm chart in-place #349

Closed
apogrebnyak opened this issue Apr 24, 2020 · 3 comments
Closed

0.1.2 helm chart cannot update helm chart in-place #349

apogrebnyak opened this issue Apr 24, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@apogrebnyak
Copy link

apogrebnyak commented Apr 24, 2020

Expected Behavior

Change some plugin version, and update helm chart normally

Actual Behavior

Getting this error

Error: cannot patch "jenkins-backup" with kind PersistentVolumeClaim: PersistentVolumeClaim "jenkins-backup" is invalid: spec: Forbidden: is immutable after creation except resources.requests for bound claims

Additional Info

  • Kubernetes version:

    Output of kubectl version:

Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.0", GitCommit:"9e991415386e4cf155a24b1da15becaa390438d8", GitTreeState:"clean", BuildDate:"2020-03-26T06:17:09Z", GoVersion:"go1.14", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"14+", GitVersion:"v1.14.9-eks-502bfb", GitCommit:"502bfb383169b124d87848f89e17a04b9fc1f6f0", GitTreeState:"clean", BuildDate:"2020-02-07T01:31:02Z", GoVersion:"go1.12.12", Compiler:"gc", Platform:"linux/amd64"}
  • Jenkins Operator version:
0.4.0
@tomaszsek
Copy link

Can be fixed by helm/helm#6642 (comment)?

@tomaszsek tomaszsek added the bug Something isn't working label Apr 24, 2020
@apogrebnyak
Copy link
Author

I am using helm through terraform provider.
Setting force_update flag to true still resulted in the same error

tomaszsek added a commit that referenced this issue Jun 7, 2020
tomaszsek added a commit that referenced this issue Jun 7, 2020
@tomaszsek
Copy link

Fixed in 0.3.2 Helm chart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants