Skip to content

Commit bde23d3

Browse files
committed
update deploy to v0.10.0
1 parent 7999224 commit bde23d3

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

deploy/crane-agent/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
fieldRef:
2929
apiVersion: v1
3030
fieldPath: spec.nodeName
31-
image: docker.io/gocrane/crane-agent:v0.9.0
31+
image: docker.io/gocrane/crane-agent:v0.10.0
3232
imagePullPolicy: Always
3333
command:
3434
- /crane-agent

deploy/craned/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
operator: Exists
3636
containers:
3737
- name: craned
38-
image: docker.io/gocrane/craned:v0.9.0
38+
image: docker.io/gocrane/craned:v0.10.0
3939
imagePullPolicy: IfNotPresent
4040
env:
4141
- name: TZ
@@ -61,7 +61,7 @@ spec:
6161
path: /api/healthz
6262
port: 8082
6363
scheme: HTTP
64-
- image: docker.io/gocrane/dashboard:v0.8.0
64+
- image: docker.io/gocrane/dashboard:v0.10.0
6565
imagePullPolicy: IfNotPresent
6666
name: dashboard
6767
volumeMounts:

deploy/craned/new.yaml

Whitespace-only changes.

deploy/manifests/analysis.crane.io_recommendationrules.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,10 @@ spec:
287287
type: object
288288
type: array
289289
x-kubernetes-list-type: atomic
290+
runNumber:
291+
description: RunNumber is the numbers of runs
292+
format: int32
293+
type: integer
290294
type: object
291295
type: object
292296
served: true

deploy/metric-adapter/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
serviceAccountName: metric-adapter
2828
containers:
2929
- name: metric-adapter
30-
image: docker.io/gocrane/metric-adapter:v0.9.0
30+
image: docker.io/gocrane/metric-adapter:v0.10.0
3131
imagePullPolicy: IfNotPresent
3232
env:
3333
- name: TZ

0 commit comments

Comments
 (0)