Skip to content

Commit ba9f5d2

Browse files
author
openyurt-bot
committed
align with openyurt helm charts from commit 9055b1171aafaac64a36783536480347517da43d
1 parent d448d35 commit ba9f5d2

15 files changed

+283
-477
lines changed

charts/yurt-coordinator/Chart.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

charts/yurt-coordinator/templates/_helpers.tpl

Lines changed: 0 additions & 33 deletions
This file was deleted.

charts/yurt-coordinator/templates/yurt-coordinator.yaml

Lines changed: 0 additions & 228 deletions
This file was deleted.

charts/yurt-coordinator/values.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

charts/yurt-iot-dock/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.6.0
18+
version: 1.6.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v1.6.0"
24+
appVersion: "v1.6.1"

charts/yurt-manager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.6.0
18+
version: 1.6.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v1.6.0"
24+
appVersion: "v1.6.1"

charts/yurt-manager/crds/apps.openyurt.io_nodepools.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,14 @@ spec:
302302
- jsonPath: .status.unreadyNodeNum
303303
name: NotReadyNodes
304304
type: integer
305+
- description: The leader node of the nodepool
306+
jsonPath: .status.leaderNum
307+
name: LeaderNodes
308+
type: integer
309+
- description: The time when the leader yurthub is elected
310+
jsonPath: .status.leaderLastElectedTime
311+
name: LeaderElectionAge
312+
type: date
305313
- jsonPath: .metadata.creationTimestamp
306314
name: Age
307315
type: date
@@ -485,6 +493,14 @@ spec:
485493
- nodeName
486494
type: object
487495
type: array
496+
leaderLastElectedTime:
497+
description: LeaderLastElectedTime is used for storing the time when the leader yurthub was elected.
498+
format: date-time
499+
type: string
500+
leaderNum:
501+
description: LeaderNum is used for storing the number of leader yurthubs in the nodepool.
502+
format: int32
503+
type: integer
488504
nodes:
489505
description: The list of nodes' names in the pool
490506
items:

0 commit comments

Comments
 (0)