File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
e2e/tests/render/testdata/helm
pkg/devspace/deploy/deployer/helm Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 "
1313spec:
1414 replicas: 1
1515 strategy:
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:
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const ComponentChartFolder = "component-chart"
2222// DevSpaceChartConfig is the config that holds the devspace chart information
2323var 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
You can’t perform that action at this time.
0 commit comments