Skip to content

Commit

Permalink
Fix image repository helm option in cassandra chart (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav Kamra committed Sep 12, 2020
1 parent 8439985 commit 8049a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/cassandra.go
Expand Up @@ -57,7 +57,7 @@ func NewCassandraInstance(name string) App {
RepoName: helm.BitnamiRepoName,
Chart: "cassandra",
Values: map[string]string{
"image.repo": "kanisterio/cassandra",
"image.repository": "kanisterio/cassandra",
"image.tag": "0.34.0",
"config.cluster_size": "1",
},
Expand Down

0 comments on commit 8049a4f

Please sign in to comment.