Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Volcano
Commits
183a1781
Unverified
Commit
183a1781
authored
3 years ago
by
Volcano Bot
Committed by
GitHub
3 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #2091 from Thor-wl/0315-v1.5.1
release v1.5.1
parents
49383a7d
22b5f894
release-1.5
v1.5.1
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Makefile.def
+2
-3
Makefile.def
installer/helm/chart/volcano/Chart.yaml
+1
-1
installer/helm/chart/volcano/Chart.yaml
installer/helm/chart/volcano/values.yaml
+1
-1
installer/helm/chart/volcano/values.yaml
installer/volcano-development-arm64.yaml
+4
-4
installer/volcano-development-arm64.yaml
installer/volcano-development.yaml
+4
-4
installer/volcano-development.yaml
with
12 additions
and
13 deletions
+12
-13
Makefile.def
+
2
-
3
View file @
183a1781
# If tag not explicitly set in users default to the git sha.
TAG
?=
v1.5.1
-beta.0
TAG
?=
v1.5.1
GitSHA
=
`
git rev-parse HEAD
`
Date
=
`
date
"+%Y-%m-%d %H:%M:%S"
`
RELEASE_VER
=
v1.5.1
-beta.0
RELEASE_VER
=
v1.5.1
LD_FLAGS
=
"
\
-X '
${REPO_PATH}
/pkg/version.GitSHA=
${GitSHA}
'
\
-X '
${REPO_PATH}
/pkg/version.Built=
${Date}
'
\
-X '
${REPO_PATH}
/pkg/version.Version=
${RELEASE_VER}
'"
This diff is collapsed.
Click to expand it.
installer/helm/chart/volcano/Chart.yaml
+
1
-
1
View file @
183a1781
apiVersion
:
v1
description
:
A Helm chart for Volcano
name
:
volcano
version
:
1.5.1
-beta.0
version
:
1.5.1
appVersion
:
0.1
icon
:
https://raw.githubusercontent.com/volcano-sh/charts/master/docs/images/volcano-logo.png
home
:
https://volcano.sh
...
...
This diff is collapsed.
Click to expand it.
installer/helm/chart/volcano/values.yaml
+
1
-
1
View file @
183a1781
basic
:
image_tag_version
:
"
v1.5.1
-beta.0
"
image_tag_version
:
"
v1.5.1"
controller_image_name
:
"
volcanosh/vc-controller-manager"
scheduler_image_name
:
"
volcanosh/vc-scheduler"
admission_image_name
:
"
volcanosh/vc-webhook-manager"
...
...
This diff is collapsed.
Click to expand it.
installer/volcano-development-arm64.yaml
+
4
-
4
View file @
183a1781
...
...
@@ -143,7 +143,7 @@ spec:
- --port=8443
- -v=4
- 2>&1
image: volcanosh/vc-webhook-manager-arm64:v1.5.1
-beta.0
image: volcanosh/vc-webhook-manager-arm64:v1.5.1
imagePullPolicy: IfNotPresent
name: admission
volumeMounts:
...
...
@@ -177,7 +177,7 @@ spec:
restartPolicy: Never
containers:
- name: main
image: volcanosh/vc-webhook-manager-arm64:v1.5.1
-beta.0
image: volcanosh/vc-webhook-manager-arm64:v1.5.1
imagePullPolicy: IfNotPresent
command: ["./gen-admission-secret.sh", "--service", "volcano-admission-service", "--namespace",
"volcano-system", "--secret", "volcano-admission-secret"]
...
...
@@ -7551,7 +7551,7 @@ spec:
serviceAccount: volcano-controllers
containers:
- name: volcano-controllers
image: volcanosh/vc-controller-manager-arm64:v1.5.1
-beta.0
image: volcanosh/vc-controller-manager-arm64:v1.5.1
args:
- --logtostderr
- --enable-healthz=true
...
...
@@ -7703,7 +7703,7 @@ spec:
serviceAccount: volcano-scheduler
containers:
- name: volcano-scheduler
image: volcanosh/vc-scheduler-arm64:v1.5.1
-beta.0
image: volcanosh/vc-scheduler-arm64:v1.5.1
args:
- --logtostderr
- --scheduler-conf=/volcano.scheduler/volcano-scheduler.conf
...
...
This diff is collapsed.
Click to expand it.
installer/volcano-development.yaml
+
4
-
4
View file @
183a1781
...
...
@@ -143,7 +143,7 @@ spec:
- --port=8443
- -v=4
- 2>&1
image: volcanosh/vc-webhook-manager:v1.5.1
-beta.0
image: volcanosh/vc-webhook-manager:v1.5.1
imagePullPolicy: IfNotPresent
name: admission
volumeMounts:
...
...
@@ -177,7 +177,7 @@ spec:
restartPolicy: Never
containers:
- name: main
image: volcanosh/vc-webhook-manager:v1.5.1
-beta.0
image: volcanosh/vc-webhook-manager:v1.5.1
imagePullPolicy: IfNotPresent
command: ["./gen-admission-secret.sh", "--service", "volcano-admission-service", "--namespace",
"volcano-system", "--secret", "volcano-admission-secret"]
...
...
@@ -7551,7 +7551,7 @@ spec:
serviceAccount: volcano-controllers
containers:
- name: volcano-controllers
image: volcanosh/vc-controller-manager:v1.5.1
-beta.0
image: volcanosh/vc-controller-manager:v1.5.1
args:
- --logtostderr
- --enable-healthz=true
...
...
@@ -7703,7 +7703,7 @@ spec:
serviceAccount: volcano-scheduler
containers:
- name: volcano-scheduler
image: volcanosh/vc-scheduler:v1.5.1
-beta.0
image: volcanosh/vc-scheduler:v1.5.1
args:
- --logtostderr
- --scheduler-conf=/volcano.scheduler/volcano-scheduler.conf
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help