We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec76253 commit e06ed22Copy full SHA for e06ed22
pkg/devspace/deploy/deployer/helm/client.go
@@ -22,7 +22,7 @@ const ComponentChartFolder = "component-chart"
22
// DevSpaceChartConfig is the config that holds the devspace chart information
23
var DevSpaceChartConfig = &latest.ChartConfig{
24
Name: "component-chart",
25
- Version: "0.8.6",
+ Version: "0.9.0",
26
RepoURL: "https://charts.devspace.sh",
27
}
28
0 commit comments