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
小 白蛋
Crane
Commits
88c285f0
Commit
88c285f0
authored
3 years ago
by
qmhu
Browse files
Options
Download
Email Patches
Plain Diff
update image version
parent
efed2a66
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
deploy/crane-agent/daemonset.yaml
+1
-1
deploy/crane-agent/daemonset.yaml
deploy/craned/deployment.yaml
+2
-2
deploy/craned/deployment.yaml
deploy/metric-adapter/deployment.yaml
+1
-1
deploy/metric-adapter/deployment.yaml
with
4 additions
and
4 deletions
+4
-4
deploy/crane-agent/daemonset.yaml
+
1
-
1
View file @
88c285f0
...
...
@@ -29,7 +29,7 @@ spec:
fieldRef
:
apiVersion
:
v1
fieldPath
:
spec.nodeName
image
:
docker.io/gocrane/crane-agent
image
:
docker.io/gocrane/crane-agent
:v0.3.0
imagePullPolicy
:
Always
command
:
-
/crane-agent
...
...
This diff is collapsed.
Click to expand it.
deploy/craned/deployment.yaml
+
2
-
2
View file @
88c285f0
...
...
@@ -35,7 +35,7 @@ spec:
operator
:
Exists
containers
:
-
name
:
craned
image
:
docker.io/gocrane/craned:v0.
2
.0
image
:
docker.io/gocrane/craned:v0.
3
.0
imagePullPolicy
:
IfNotPresent
env
:
-
name
:
TZ
...
...
@@ -57,7 +57,7 @@ spec:
path
:
/api/healthz
port
:
8082
scheme
:
HTTP
-
image
:
docker.io/gocrane/dashboard:v0.
2
.0
-
image
:
docker.io/gocrane/dashboard:v0.
3
.0
imagePullPolicy
:
IfNotPresent
name
:
dashboard
volumeMounts
:
...
...
This diff is collapsed.
Click to expand it.
deploy/metric-adapter/deployment.yaml
+
1
-
1
View file @
88c285f0
...
...
@@ -27,7 +27,7 @@ spec:
serviceAccountName
:
metric-adapter
containers
:
-
name
:
metric-adapter
image
:
docker.io/gocrane/metric-adapter:v0.
2
.0
image
:
docker.io/gocrane/metric-adapter:v0.
3
.0
imagePullPolicy
:
IfNotPresent
env
:
-
name
:
TZ
...
...
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