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

upgrade failed ?? #1110

Open
shakenfr opened this issue Jul 16, 2020 · 1 comment
Open

upgrade failed ?? #1110

shakenfr opened this issue Jul 16, 2020 · 1 comment

Comments

@shakenfr
Copy link

with this :

helm upgrade --wait -f values.yaml -f values.qualif.yaml --debug --install cadence .
[debug] Created tunnel using local port: '52166'

[debug] SERVER: "127.0.0.1:52166"

Error: UPGRADE FAILED: "cadence" has no deployed releases

A few month ago, it works !! now not . Any help ?

values.yaml contents is like this

cadence:
server:
replicaCount: 1
metrics:
annotations:
enabled: true
...
...
escamotage de 1 ligne
update:
enabled: false

cassandra:
enabled: false

mysql:
enabled: false

route:
enabled: false

and values-qualif.yaml is
cadence:
server:
config:
persistence:
default:
cassandra:
hosts: "cas-cluster-qualif-service-cql"
user: "cadence"
password: "xxx"
visibility:
cassandra:
hosts: "cas-cluster-qualif-service-cql"
user: "cadence"
password: "xxx"

route:
enabled: true
hostname: "my_url"

@sagikazarmark
Copy link
Member

Well, if you don't have a release named cadence, then it's not really a chart issue.

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

No branches or pull requests

2 participants