File tree 2 files changed +3
-3
lines changed
pkg/apis/unikorn/v1alpha1
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn Core
4
4
5
5
type : application
6
6
7
- version : v1.1.0-rc3
8
- appVersion : v1.1.0-rc3
7
+ version : v1.1.0-rc4
8
+ appVersion : v1.1.0-rc4
9
9
10
10
icon : https://assets.unikorn-cloud.org/images/logos/dark-on-light/icon.svg
11
11
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ const (
282
282
283
283
// ConditionReason defines the possible reasons of a resource
284
284
// 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
286
286
type ConditionReason string
287
287
288
288
// Condition reasons for ConditionAvailable.
You can’t perform that action at this time.
0 commit comments