Skip to content

Commit 0a05bab

Browse files
authored
Fix Status Condition CRD Validation (#137)
1 parent c582bd1 commit 0a05bab

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-rc2
8-
appVersion: v1.1.0-rc2
7+
version: v1.1.0-rc3
8+
appVersion: v1.1.0-rc3
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
@@ -267,7 +267,7 @@ type NetworkGeneric struct {
267267
DNSNameservers []IPv4Address `json:"dnsNameservers"`
268268
}
269269

270-
// +kubebuilder:validation:Enum=Available
270+
// +kubebuilder:validation:Enum=Available;Healthy
271271
type ConditionType string
272272

273273
const (

0 commit comments

Comments
 (0)