Skip to content

Commit 081c380

Browse files
author
robot
committed
robot: project volcano chart upgrades from 1.9.0 to 1.13.0
Signed-off-by: robot <[email protected]>
1 parent 5af805a commit 081c380

38 files changed

+19899
-398
lines changed

charts/volcano/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export USE_OPENSOURCE_CHART=false
44
export REPO_URL=https://volcano-sh.github.io/helm-charts
55
export REPO_NAME=volcano-sh
66
export CHART_NAME=volcano
7-
export VERSION=1.9.0
7+
export VERSION=1.13.0
88

99
# pr, issue, none
1010
export UPGRADE_METHOD=pr

charts/volcano/volcano/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "0.1"
2+
appVersion: 1.13.0
33
description: A Helm chart for Volcano
44
home: https://volcano.sh
55
icon: https://raw.githubusercontent.com/volcano-sh/charts/master/docs/images/volcano-logo.png
@@ -11,10 +11,10 @@ maintainers:
1111
name: volcano
1212
sources:
1313
- https://github.com/volcano-sh/volcano
14-
version: 1.9.0
14+
version: 1.13.0
1515
dependencies:
1616
- name: volcano
17-
version: "1.9.0"
17+
version: "1.13.0"
1818
repository: "https://volcano-sh.github.io/helm-charts"
1919
keywords:
2020
- volcano

charts/volcano/volcano/charts/volcano/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "0.1"
2+
appVersion: 1.13.0
33
description: A Helm chart for Volcano
44
home: https://volcano.sh
55
icon: https://raw.githubusercontent.com/volcano-sh/charts/master/docs/images/volcano-logo.png
@@ -11,4 +11,4 @@ maintainers:
1111
name: volcano
1212
sources:
1313
- https://github.com/volcano-sh/volcano
14-
version: 1.9.0
14+
version: 1.13.0

charts/volcano/volcano/charts/volcano/charts/jobflow/crd/bases/flow.volcano.sh_jobflows.yaml

Lines changed: 3938 additions & 8 deletions
Large diffs are not rendered by default.

charts/volcano/volcano/charts/volcano/charts/jobflow/crd/bases/flow.volcano.sh_jobtemplates.yaml

Lines changed: 417 additions & 15 deletions
Large diffs are not rendered by default.

charts/volcano/volcano/charts/volcano/charts/jobflow/crd/v1/flow.volcano.sh_jobflows.yaml

Lines changed: 3938 additions & 8 deletions
Large diffs are not rendered by default.

charts/volcano/volcano/charts/volcano/charts/jobflow/crd/v1/flow.volcano.sh_jobtemplates.yaml

Lines changed: 417 additions & 15 deletions
Large diffs are not rendered by default.

charts/volcano/volcano/charts/volcano/config/volcano-scheduler-ci.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ tiers:
1111
- name: drf
1212
enablePreemptable: false
1313
- name: predicates
14+
arguments:
15+
predicate.DynamicResourceAllocationEnable: true
1416
- name: proportion
1517
- name: nodeorder
1618
- name: binpack
19+
- name: network-topology-aware

charts/volcano/volcano/charts/volcano/crd/bases/batch.volcano.sh_cronjobs.yaml

Lines changed: 4045 additions & 0 deletions
Large diffs are not rendered by default.

charts/volcano/volcano/charts/volcano/crd/bases/batch.volcano.sh_jobs.yaml

Lines changed: 417 additions & 15 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)