File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ const (
20
20
// HelmSpaceCloudChartDownloadURL url of space cloud helm chart
21
21
HelmSpaceCloudChartDownloadURL = "https://storage.googleapis.com/space-cloud/helm/space-cloud"
22
22
// HelmPostgresChartDownloadURL url of postgres helm chart
23
- HelmPostgresChartDownloadURL = "https://storage.googleapis.com/space-cloud/helm/postgres-latest .tgz"
23
+ HelmPostgresChartDownloadURL = "https://storage.googleapis.com/space-cloud/helm/postgres/postgres-0.1.0 .tgz"
24
24
// HelmMysqlChartDownloadURL url of mysql helm chart
25
- HelmMysqlChartDownloadURL = "https://storage.googleapis.com/space-cloud/helm/mysql-latest .tgz"
25
+ HelmMysqlChartDownloadURL = "https://storage.googleapis.com/space-cloud/helm/mysql/mysql-0.1.0 .tgz"
26
26
// HelmSQLServerCloudChartDownloadURL url of sql server helm chart
27
- HelmSQLServerCloudChartDownloadURL = "https://storage.googleapis.com/space-cloud/helm/sqlserver-latest .tgz"
27
+ HelmSQLServerCloudChartDownloadURL = "https://storage.googleapis.com/space-cloud/helm/sqlserver/sqlserver-0.1.0 .tgz"
28
28
// HelmMongoChartDownloadURL url of mongo helm chart
29
- HelmMongoChartDownloadURL = "https://storage.googleapis.com/space-cloud/helm/mongo-latest .tgz"
29
+ HelmMongoChartDownloadURL = "https://storage.googleapis.com/space-cloud/helm/mongo/mongo-0.1.0 .tgz"
30
30
// HelmSpaceCloudNamespace space cloud namespace for helm
31
31
HelmSpaceCloudNamespace = "space-cloud"
32
32
)
You can’t perform that action at this time.
0 commit comments