Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/volcano/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export USE_OPENSOURCE_CHART=false
export REPO_URL=https://volcano-sh.github.io/helm-charts
export REPO_NAME=volcano-sh
export CHART_NAME=volcano
export VERSION=1.9.0
export VERSION=1.14.1

# pr, issue, none
export UPGRADE_METHOD=pr
Expand Down
6 changes: 3 additions & 3 deletions charts/volcano/volcano/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "0.1"
appVersion: 1.14.1
description: A Helm chart for Volcano
home: https://volcano.sh
icon: https://raw.githubusercontent.com/volcano-sh/charts/master/docs/images/volcano-logo.png
Expand All @@ -11,10 +11,10 @@ maintainers:
name: volcano
sources:
- https://github.com/volcano-sh/volcano
version: 1.9.0
version: 1.14.1
dependencies:
- name: volcano
version: "1.9.0"
version: "1.14.1"
repository: "https://volcano-sh.github.io/helm-charts"
keywords:
- volcano
Expand Down
4 changes: 2 additions & 2 deletions charts/volcano/volcano/charts/volcano/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "0.1"
appVersion: 1.14.1
description: A Helm chart for Volcano
home: https://volcano.sh
icon: https://raw.githubusercontent.com/volcano-sh/charts/master/docs/images/volcano-logo.png
Expand All @@ -11,4 +11,4 @@ maintainers:
name: volcano
sources:
- https://github.com/volcano-sh/volcano
version: 1.9.0
version: 1.14.1

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
actions: "enqueue, allocate, backfill"
tiers:
- plugins:
- name: priority
- name: gang
enablePreemptable: false
- name: conformance
- plugins:
- name: overcommit
- name: drf
enablePreemptable: false
- name: predicates
- name: proportion
- name: nodeorder
- name: binpack
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ tiers:
- name: drf
enablePreemptable: false
- name: predicates
arguments:
predicate.DynamicResourceAllocationEnable: true
- name: proportion
- name: nodeorder
- name: binpack
- name: network-topology-aware
Loading