Skip to content

Commit a25eb23

Browse files
authored
Fix Status Conditions CRD Validation Again (#138)
1 parent 0a05bab commit a25eb23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/core/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn Core
44

55
type: application
66

7-
version: v1.1.0-rc3
8-
appVersion: v1.1.0-rc3
7+
version: v1.1.0-rc4
8+
appVersion: v1.1.0-rc4
99

1010
icon: https://assets.unikorn-cloud.org/images/logos/dark-on-light/icon.svg
1111

pkg/apis/unikorn/v1alpha1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ const (
282282

283283
// ConditionReason defines the possible reasons of a resource
284284
// condition. These are generic and may be used by any condition.
285-
// +kubebuilder:validation:Enum=Provisioning;Provisioned;Cancelled;Errored;Deprovisioning;Deprovisioned
285+
// +kubebuilder:validation:Enum=Provisioning;Provisioned;Cancelled;Errored;Deprovisioning;Deprovisioned;Healthy;Degraded
286286
type ConditionReason string
287287

288288
// Condition reasons for ConditionAvailable.

0 commit comments

Comments
 (0)