Skip to content

Commit

Permalink
Update MySQL chart version to latest (#750)
Browse files Browse the repository at this point in the history
* Update MySQL chart version to 1.6.7

Signed-off-by: Arush Salil <me@aru.sh>

* Remove version field to always use latest

Signed-off-by: Arush Salil <me@aru.sh>
  • Loading branch information
arush-sal committed Sep 10, 2020
1 parent 6523361 commit 99f82d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/mysql.go
Expand Up @@ -41,6 +41,7 @@ type MysqlDB struct {
chart helm.ChartInfo
}

// Last tested working version "1.6.7"
func NewMysqlDB(name string) App {
return &MysqlDB{
name: name,
Expand All @@ -49,7 +50,6 @@ func NewMysqlDB(name string) App {
RepoURL: helm.StableRepoURL,
Chart: "mysql",
RepoName: helm.StableRepoName,
Version: "1.4.0",
Values: map[string]string{
"mysqlRootPassword": "mysecretpassword",
"persistence.enabled": "false",
Expand Down

0 comments on commit 99f82d4

Please sign in to comment.