Fix `status.lastRegistrationCheckTime in body must be of type string: \"null\"` errors (#407)

Follow-up for #398 and #404
This commit is contained in:
Yusuke Kuoka 2021-03-19 11:15:35 +09:00 committed by GitHub
parent c424215044
commit d874a5cfda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 1 deletions

View File

@ -130,6 +130,7 @@ type RunnerStatus struct {
// +optional
Message string `json:"message,omitempty"`
// +optional
// +nullable
LastRegistrationCheckTime *metav1.Time `json:"lastRegistrationCheckTime,omitempty"`
}

View File

@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.10.3
version: 0.10.4
home: https://github.com/summerwind/actions-runner-controller

View File

@ -1543,6 +1543,7 @@ spec:
properties:
lastRegistrationCheckTime:
format: date-time
nullable: true
type: string
message:
type: string

View File

@ -1543,6 +1543,7 @@ spec:
properties:
lastRegistrationCheckTime:
format: date-time
nullable: true
type: string
message:
type: string