Skip to content

Commit 3a9c5f6

Browse files
authored
Merge pull request #2632 from devspace-sh/FabianKramm-patch-2
Bump component chart
2 parents ec76253 + 3487236 commit 3a9c5f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

e2e/tests/render/testdata/helm/rendered.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
"app.kubernetes.io/component": "test"
1010
"app.kubernetes.io/managed-by": "Helm"
1111
annotations:
12-
"helm.sh/chart": "component-chart-0.8.6"
12+
"helm.sh/chart": "component-chart-0.9.0"
1313
spec:
1414
replicas: 1
1515
strategy:
@@ -26,7 +26,7 @@ spec:
2626
"app.kubernetes.io/component": "test"
2727
"app.kubernetes.io/managed-by": "Helm"
2828
annotations:
29-
"helm.sh/chart": "component-chart-0.8.6"
29+
"helm.sh/chart": "component-chart-0.9.0"
3030
spec:
3131
imagePullSecrets:
3232
nodeSelector:

pkg/devspace/deploy/deployer/helm/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const ComponentChartFolder = "component-chart"
2222
// DevSpaceChartConfig is the config that holds the devspace chart information
2323
var DevSpaceChartConfig = &latest.ChartConfig{
2424
Name: "component-chart",
25-
Version: "0.8.6",
25+
Version: "0.9.0",
2626
RepoURL: "https://charts.devspace.sh",
2727
}
2828

0 commit comments

Comments
 (0)