Skip to content

Commit

Permalink
Bump component chart
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianKramm committed Apr 25, 2023
1 parent ec76253 commit e06ed22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/devspace/deploy/deployer/helm/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ComponentChartFolder = "component-chart"
// DevSpaceChartConfig is the config that holds the devspace chart information
var DevSpaceChartConfig = &latest.ChartConfig{
Name: "component-chart",
Version: "0.8.6",
Version: "0.9.0",
RepoURL: "https://charts.devspace.sh",
}

Expand Down

0 comments on commit e06ed22

Please sign in to comment.