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

There is a "false" in helm upgrade #12985

Open
duj4 opened this issue Apr 26, 2024 · 2 comments
Open

There is a "false" in helm upgrade #12985

duj4 opened this issue Apr 26, 2024 · 2 comments

Comments

@duj4
Copy link

duj4 commented Apr 26, 2024

Output of helm version:
version.BuildInfo{Version:"v3.13.0-rc.1", GitCommit:"825e86f6a7a38cef1112bfa606e4127a706749b1", GitTreeState:"clean", GoVersion:"go1.20.8"}

Output of kubectl version:

{
  "clientVersion": {
    "major": "1",
    "minor": "25",
    "gitVersion": "v1.25.2",
    "gitCommit": "d4c9e3c75516a96850ac843d0384f4b1eb4f4957",
    "gitTreeState": "clean",
    "buildDate": "2023-12-20T05:37:08Z",
    "goVersion": "go1.19.13 X:strictfipsruntime",
    "compiler": "gc",
    "platform": "linux/amd64"
  },
  "kustomizeVersion": "v4.5.7",
  "serverVersion": {
    "major": "1",
    "minor": "25",
    "gitVersion": "v1.25.16+9946c63",
    "gitCommit": "f5b7c3e8faedd51935d77828a5fc72c7540236f4",
    "gitTreeState": "clean",
    "buildDate": "2024-03-04T19:42:30Z",
    "goVersion": "go1.19.13 X:strictfipsruntime",
    "compiler": "gc",
    "platform": "linux/amd64"
  }
}

Cloud Provider/Platform (AKS, GKE, Minikube etc.): Openshift

When I ran helm upgrade to update my chart, there is a "false" in the output though the upgrade completed successfully with revision increased:

user@vhkgpf88 (qa) loki_chart]$ helm upgrade loki . -n logging
**false** <-- this is the "false"
Release "loki" has been upgraded. Happy Helming!
NAME: loki
LAST DEPLOYED: Fri Apr 26 13:38:10 2024
NAMESPACE: logging
STATUS: deployed
REVISION: 3
TEST SUITE: None
NOTES:
Welcome using AI Logging solution!

May I know if there is something I missed?

Thanks.

@gjenkins8
Copy link
Contributor

Can you verify with a non-release candidate version please

@duj4
Copy link
Author

duj4 commented Apr 28, 2024

Can you verify with a non-release candidate version please

hi @gjenkins8 , I may not catch up with you on "non-release candidate version", do you mean the helm or the chart?

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

No branches or pull requests

2 participants