This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
[stable/redis] fails during installation #11040
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Comments
Hi, I was unable to reproduce the issue:
Did you execute |
Hi, thanks for your reply. Looks actually my bad, as I didn't execute helm repo update :( |
No problem! If you have any other questions, please do not hesitate to let us know. |
I suppose that we can close this issue then |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
stale
bot
added
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Mar 9, 2019
This issue is being automatically closed due to inactivity. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Is this a request for help?:
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Version of Helm and Kubernetes:
Kubernetes 1.1.15 on GKE Helm 2.10.0
Which chart:
[stable/redis]
What happened:
chart is failing to install with following error
helm install stable/redis --values values-production.yaml
Error: release singing-anaconda failed: Deployment in version "v1beta1" cannot be handled as a Deployment: v1beta1.Deployment.Spec: v1beta1.DeploymentSpec.Template: v1.PodTemplateSpec.Spec: v1.PodSpec.Containers: []v1.Container: v1.Container.Env: []v1.EnvVar: v1.EnvVar.Value: ReadString: expects " or n, but found [, error found in #10 byte of ...|,"value":["FLUSHDB F|..., bigger context ...|dis"}}},{"name":"REDIS_DISABLE_COMMANDS","value":["FLUSHDB FLUSHALL"]}],"image":"docker.io/bitnami/r|...
What you expected to happen:
Expect to install successfully
How to reproduce it (as minimally and precisely as possible):
Run helm install stable/redis --values values-production.yaml
Anything else we need to know:
I suspect that it might be related to latest commit 25d05a6, as we were able to install it about week ago
The text was updated successfully, but these errors were encountered: