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
ed9e9cd0
Commit
ed9e9cd0
authored
4 years ago
by
Thor-wl
Browse files
Options
Download
Email Patches
Plain Diff
update release and image version
Signed-off-by:
Thor-wl
<
1187526662@qq.com
>
parent
22d41797
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile.def
+2
-2
Makefile.def
installer/helm/chart/volcano/values.yaml
+1
-1
installer/helm/chart/volcano/values.yaml
installer/volcano-development.yaml
+4
-4
installer/volcano-development.yaml
with
7 additions
and
7 deletions
+7
-7
Makefile.def
+
2
-
2
View file @
ed9e9cd0
# If tag not explicitly set in users default to the git sha.
TAG
?=
$(
shell
git rev-parse
--verify
HEAD
)
TAG
?=
v1.2.0
GitSHA
=
`
git rev-parse HEAD
`
Date
=
`
date
"+%Y-%m-%d %H:%M:%S"
`
RELEASE_VER
=
latest
RELEASE_VER
=
v1.2.0
LD_FLAGS
=
"
\
-X '
${REPO_PATH}
/pkg/version.GitSHA=
${GitSHA}
'
\
-X '
${REPO_PATH}
/pkg/version.Built=
${Date}
'
\
...
...
This diff is collapsed.
Click to expand it.
installer/helm/chart/volcano/values.yaml
+
1
-
1
View file @
ed9e9cd0
basic
:
image_tag_version
:
"
latest
"
image_tag_version
:
"
v1.2.0
"
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.yaml
+
4
-
4
View file @
ed9e9cd0
...
...
@@ -125,7 +125,7 @@ spec:
serviceAccount
:
volcano-scheduler
containers
:
-
name
:
volcano-scheduler
image
:
volcanosh/vc-scheduler:
latest
image
:
volcanosh/vc-scheduler:
v1.2.0
args
:
-
--logtostderr
-
--scheduler-conf=/volcano.scheduler/volcano-scheduler.conf
...
...
@@ -240,7 +240,7 @@ spec:
-
--port=8443
-
-v=4
-
2>&1
image
:
volcanosh/vc-webhook-manager:
latest
image
:
volcanosh/vc-webhook-manager:
v1.2.0
imagePullPolicy
:
IfNotPresent
name
:
admission
volumeMounts
:
...
...
@@ -286,7 +286,7 @@ spec:
restartPolicy
:
Never
containers
:
-
name
:
main
image
:
volcanosh/vc-webhook-manager:
latest
image
:
volcanosh/vc-webhook-manager:
v1.2.0
imagePullPolicy
:
IfNotPresent
command
:
[
"
./gen-admission-secret.sh"
,
"
--service"
,
"
volcano-admission-service"
,
"
--namespace"
,
"
volcano-system"
,
"
--secret"
,
"
volcano-admission-secret"
]
...
...
@@ -380,7 +380,7 @@ spec:
serviceAccount
:
volcano-controllers
containers
:
-
name
:
volcano-controllers
image
:
volcanosh/vc-controller-manager:
latest
image
:
volcanosh/vc-controller-manager:
v1.2.0
args
:
-
--logtostderr
-
-v=4
...
...
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