Skip to content

Commit d929e3f

Browse files
authored
Set API and controller defaults for 0.5.1 tag (#105)
1 parent 922d367 commit d929e3f

13 files changed

+24
-24
lines changed

api/v1/chiaca_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
// ChiaCASpec defines the desired state of ChiaCA
1212
type ChiaCASpec struct {
1313
// Image defines the CA generator image to run
14-
// +kubebuilder:default="ghcr.io/chia-network/chia-operator/ca-gen:latest"
14+
// +kubebuilder:default="ghcr.io/chia-network/chia-operator/ca-gen:0.5.1"
1515
// +optional
1616
Image string `json:"image,omitempty"`
1717

api/v1/chiacommon_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ type Sidecars struct {
6969
// CommonSpecChia represents the common configuration options for a chia spec
7070
type CommonSpecChia struct {
7171
// Image defines the image to use for the chia component containers
72-
// +kubebuilder:default="ghcr.io/chia-network/chia:latest"
72+
// +kubebuilder:default="ghcr.io/chia-network/chia:2.4.2"
7373
// +optional
7474
Image string `json:"image,omitempty"`
7575

@@ -150,7 +150,7 @@ type SpecChiaExporter struct {
150150
Enabled bool `json:"enabled,omitempty"`
151151

152152
// Image defines the image to use for the chia exporter containers
153-
// +kubebuilder:default="ghcr.io/chia-network/chia-exporter:latest"
153+
// +kubebuilder:default="ghcr.io/chia-network/chia-exporter:0.14.3"
154154
// +optional
155155
Image string `json:"image,omitempty"`
156156

config/crd/bases/k8s.chia.net_chiacas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
description: ChiaCASpec defines the desired state of ChiaCA
4141
properties:
4242
image:
43-
default: ghcr.io/chia-network/chia-operator/ca-gen:latest
43+
default: ghcr.io/chia-network/chia-operator/ca-gen:0.5.1
4444
description: Image defines the CA generator image to run
4545
type: string
4646
imagePullSecret:

config/crd/bases/k8s.chia.net_chiacrawlers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
a DNS Introducer server.
9999
type: string
100100
image:
101-
default: ghcr.io/chia-network/chia:latest
101+
default: ghcr.io/chia-network/chia:2.4.2
102102
description: Image defines the image to use for the chia component
103103
containers
104104
type: string
@@ -925,7 +925,7 @@ spec:
925925
should run with the chia container
926926
type: boolean
927927
image:
928-
default: ghcr.io/chia-network/chia-exporter:latest
928+
default: ghcr.io/chia-network/chia-exporter:0.14.3
929929
description: Image defines the image to use for the chia exporter
930930
containers
931931
type: string

config/crd/bases/k8s.chia.net_chiafarmers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ spec:
103103
In Kubernetes this is likely to be <node service name>.<namespace>.svc.cluster.local:8555
104104
type: string
105105
image:
106-
default: ghcr.io/chia-network/chia:latest
106+
default: ghcr.io/chia-network/chia:2.4.2
107107
description: Image defines the image to use for the chia component
108108
containers
109109
type: string
@@ -949,7 +949,7 @@ spec:
949949
should run with the chia container
950950
type: boolean
951951
image:
952-
default: ghcr.io/chia-network/chia-exporter:latest
952+
default: ghcr.io/chia-network/chia-exporter:0.14.3
953953
description: Image defines the image to use for the chia exporter
954954
containers
955955
type: string

config/crd/bases/k8s.chia.net_chiaharvesters.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ spec:
103103
In Kubernetes this is likely to be <farmer service name>.<namespace>.svc.cluster.local
104104
type: string
105105
image:
106-
default: ghcr.io/chia-network/chia:latest
106+
default: ghcr.io/chia-network/chia:2.4.2
107107
description: Image defines the image to use for the chia component
108108
containers
109109
type: string
@@ -933,7 +933,7 @@ spec:
933933
should run with the chia container
934934
type: boolean
935935
image:
936-
default: ghcr.io/chia-network/chia-exporter:latest
936+
default: ghcr.io/chia-network/chia-exporter:0.14.3
937937
description: Image defines the image to use for the chia exporter
938938
containers
939939
type: string

config/crd/bases/k8s.chia.net_chiaintroducers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
a DNS Introducer server.
9999
type: string
100100
image:
101-
default: ghcr.io/chia-network/chia:latest
101+
default: ghcr.io/chia-network/chia:2.4.2
102102
description: Image defines the image to use for the chia component
103103
containers
104104
type: string
@@ -925,7 +925,7 @@ spec:
925925
should run with the chia container
926926
type: boolean
927927
image:
928-
default: ghcr.io/chia-network/chia-exporter:latest
928+
default: ghcr.io/chia-network/chia-exporter:0.14.3
929929
description: Image defines the image to use for the chia exporter
930930
containers
931931
type: string

config/crd/bases/k8s.chia.net_chianodes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
a DNS Introducer server.
9999
type: string
100100
image:
101-
default: ghcr.io/chia-network/chia:latest
101+
default: ghcr.io/chia-network/chia:2.4.2
102102
description: Image defines the image to use for the chia component
103103
containers
104104
type: string
@@ -934,7 +934,7 @@ spec:
934934
should run with the chia container
935935
type: boolean
936936
image:
937-
default: ghcr.io/chia-network/chia-exporter:latest
937+
default: ghcr.io/chia-network/chia-exporter:0.14.3
938938
description: Image defines the image to use for the chia exporter
939939
containers
940940
type: string

config/crd/bases/k8s.chia.net_chiaseeders.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ spec:
106106
with a trailing period. (ex. "seeder.example.com.")
107107
type: string
108108
image:
109-
default: ghcr.io/chia-network/chia:latest
109+
default: ghcr.io/chia-network/chia:2.4.2
110110
description: Image defines the image to use for the chia component
111111
containers
112112
type: string
@@ -955,7 +955,7 @@ spec:
955955
should run with the chia container
956956
type: boolean
957957
image:
958-
default: ghcr.io/chia-network/chia-exporter:latest
958+
default: ghcr.io/chia-network/chia-exporter:0.14.3
959959
description: Image defines the image to use for the chia exporter
960960
containers
961961
type: string

config/crd/bases/k8s.chia.net_chiatimelords.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ spec:
103103
In Kubernetes this is likely to be <node service name>.<namespace>.svc.cluster.local:8555
104104
type: string
105105
image:
106-
default: ghcr.io/chia-network/chia:latest
106+
default: ghcr.io/chia-network/chia:2.4.2
107107
description: Image defines the image to use for the chia component
108108
containers
109109
type: string
@@ -933,7 +933,7 @@ spec:
933933
should run with the chia container
934934
type: boolean
935935
image:
936-
default: ghcr.io/chia-network/chia-exporter:latest
936+
default: ghcr.io/chia-network/chia-exporter:0.14.3
937937
description: Image defines the image to use for the chia exporter
938938
containers
939939
type: string

0 commit comments

Comments
 (0)