Skip to content

Commit

Permalink
release v1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Thor-wl <13164644535@163.com>
  • Loading branch information
Thor-wl committed Feb 20, 2022
1 parent dad66d4 commit f2f3fcd
Show file tree
Hide file tree
Showing 6 changed files with 417 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Makefile.def
@@ -1,9 +1,9 @@

# If tag not explicitly set in users default to the git sha.
TAG ?= v1.4.0
TAG ?= v1.4.1
GitSHA=`git rev-parse HEAD`
Date=`date "+%Y-%m-%d %H:%M:%S"`
RELEASE_VER=v1.4.0
RELEASE_VER=v1.4.1
LD_FLAGS=" \
-X '${REPO_PATH}/pkg/version.GitSHA=${GitSHA}' \
-X '${REPO_PATH}/pkg/version.Built=${Date}' \
Expand Down
405 changes: 405 additions & 0 deletions coverprofile.out

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion installer/helm/chart/volcano/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for Volcano
name: volcano
version: 0.1
version: 1.4.1
appVersion: 0.1
icon: https://raw.githubusercontent.com/volcano-sh/charts/master/docs/images/volcano-logo.png
home: https://volcano.sh
Expand Down
2 changes: 1 addition & 1 deletion installer/helm/chart/volcano/values.yaml
@@ -1,5 +1,5 @@
basic:
image_tag_version: "latest"
image_tag_version: "v1.4.1"
controller_image_name: "volcanosh/vc-controller-manager"
scheduler_image_name: "volcanosh/vc-scheduler"
admission_image_name: "volcanosh/vc-webhook-manager"
Expand Down
8 changes: 4 additions & 4 deletions installer/volcano-development-arm64.yaml
Expand Up @@ -123,7 +123,7 @@ spec:
serviceAccount: volcano-scheduler
containers:
- name: volcano-scheduler
image: volcanosh/vc-scheduler-arm64:latest
image: volcanosh/vc-scheduler-arm64:v1.4.1
args:
- --logtostderr
- --scheduler-conf=/volcano.scheduler/volcano-scheduler.conf
Expand Down Expand Up @@ -222,7 +222,7 @@ spec:
- --port=8443
- -v=4
- 2>&1
image: volcanosh/vc-webhook-manager-arm64:latest
image: volcanosh/vc-webhook-manager-arm64:v1.4.1
imagePullPolicy: IfNotPresent
name: admission
volumeMounts:
Expand Down Expand Up @@ -270,7 +270,7 @@ spec:
restartPolicy: Never
containers:
- name: main
image: volcanosh/vc-webhook-manager-arm64:latest
image: volcanosh/vc-webhook-manager-arm64:v1.4.1
imagePullPolicy: IfNotPresent
command: ["./gen-admission-secret.sh", "--service", "volcano-admission-service", "--namespace",
"volcano-system", "--secret", "volcano-admission-secret"]
Expand Down Expand Up @@ -366,7 +366,7 @@ spec:
serviceAccount: volcano-controllers
containers:
- name: volcano-controllers
image: volcanosh/vc-controller-manager-arm64:latest
image: volcanosh/vc-controller-manager-arm64:v1.4.1
args:
- --logtostderr
- -v=4
Expand Down
8 changes: 4 additions & 4 deletions installer/volcano-development.yaml
Expand Up @@ -143,7 +143,7 @@ spec:
- --port=8443
- -v=4
- 2>&1
image: volcanosh/vc-webhook-manager:latest
image: volcanosh/vc-webhook-manager:v1.4.1
imagePullPolicy: IfNotPresent
name: admission
volumeMounts:
Expand Down Expand Up @@ -177,7 +177,7 @@ spec:
restartPolicy: Never
containers:
- name: main
image: volcanosh/vc-webhook-manager:latest
image: volcanosh/vc-webhook-manager:v1.4.1
imagePullPolicy: IfNotPresent
command: ["./gen-admission-secret.sh", "--service", "volcano-admission-service", "--namespace",
"volcano-system", "--secret", "volcano-admission-secret"]
Expand Down Expand Up @@ -7515,7 +7515,7 @@ spec:
serviceAccount: volcano-controllers
containers:
- name: volcano-controllers
image: volcanosh/vc-controller-manager:latest
image: volcanosh/vc-controller-manager:v1.4.1
args:
- --logtostderr
- -v=4
Expand Down Expand Up @@ -7666,7 +7666,7 @@ spec:
serviceAccount: volcano-scheduler
containers:
- name: volcano-scheduler
image: volcanosh/vc-scheduler:latest
image: volcanosh/vc-scheduler:v1.4.1
args:
- --logtostderr
- --scheduler-conf=/volcano.scheduler/volcano-scheduler.conf
Expand Down

0 comments on commit f2f3fcd

Please sign in to comment.