Skip to content

Stono/helm-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demonstrating a helm bug

  • kubectl apply -f crd.yaml
  • helm upgrade example --install .
❯ helm upgrade example --install . 
Release "example" does not exist. Installing it now.
NAME: example
LAST DEPLOYED: Wed Oct  6 10:43:23 2021
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
❯ helm upgrade example --install . 
Error: UPGRADE FAILED: cannot patch "example1" with kind Example: Example.stono.io "example1" is invalid: spec.name: Invalid value: "": spec.name in body should match '^valid$'
  • Attempt to (but unable to) roll back to previous release:
❯ helm rollback example 1
Error: no Example with the name "example2" found

About

Demonstrating a helm bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published