We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c582bd1 commit 0a05babCopy full SHA for 0a05bab
charts/core/Chart.yaml
@@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn Core
4
5
type: application
6
7
-version: v1.1.0-rc2
8
-appVersion: v1.1.0-rc2
+version: v1.1.0-rc3
+appVersion: v1.1.0-rc3
9
10
icon: https://assets.unikorn-cloud.org/images/logos/dark-on-light/icon.svg
11
pkg/apis/unikorn/v1alpha1/types.go
@@ -267,7 +267,7 @@ type NetworkGeneric struct {
267
DNSNameservers []IPv4Address `json:"dnsNameservers"`
268
}
269
270
-// +kubebuilder:validation:Enum=Available
+// +kubebuilder:validation:Enum=Available;Healthy
271
type ConditionType string
272
273
const (
0 commit comments