Skip to content

Commit 960962c

Browse files
authored
Set API and controller defaults for 0.5.2 tag (#109)
1 parent 9c6ce97 commit 960962c

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.2"
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.2
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
@@ -930,7 +930,7 @@ spec:
930930
should run with the chia container
931931
type: boolean
932932
image:
933-
default: ghcr.io/chia-network/chia-exporter:latest
933+
default: ghcr.io/chia-network/chia-exporter:0.14.3
934934
description: Image defines the image to use for the chia exporter
935935
containers
936936
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
@@ -954,7 +954,7 @@ spec:
954954
should run with the chia container
955955
type: boolean
956956
image:
957-
default: ghcr.io/chia-network/chia-exporter:latest
957+
default: ghcr.io/chia-network/chia-exporter:0.14.3
958958
description: Image defines the image to use for the chia exporter
959959
containers
960960
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
@@ -938,7 +938,7 @@ spec:
938938
should run with the chia container
939939
type: boolean
940940
image:
941-
default: ghcr.io/chia-network/chia-exporter:latest
941+
default: ghcr.io/chia-network/chia-exporter:0.14.3
942942
description: Image defines the image to use for the chia exporter
943943
containers
944944
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
@@ -930,7 +930,7 @@ spec:
930930
should run with the chia container
931931
type: boolean
932932
image:
933-
default: ghcr.io/chia-network/chia-exporter:latest
933+
default: ghcr.io/chia-network/chia-exporter:0.14.3
934934
description: Image defines the image to use for the chia exporter
935935
containers
936936
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
@@ -939,7 +939,7 @@ spec:
939939
should run with the chia container
940940
type: boolean
941941
image:
942-
default: ghcr.io/chia-network/chia-exporter:latest
942+
default: ghcr.io/chia-network/chia-exporter:0.14.3
943943
description: Image defines the image to use for the chia exporter
944944
containers
945945
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
@@ -960,7 +960,7 @@ spec:
960960
should run with the chia container
961961
type: boolean
962962
image:
963-
default: ghcr.io/chia-network/chia-exporter:latest
963+
default: ghcr.io/chia-network/chia-exporter:0.14.3
964964
description: Image defines the image to use for the chia exporter
965965
containers
966966
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
@@ -938,7 +938,7 @@ spec:
938938
should run with the chia container
939939
type: boolean
940940
image:
941-
default: ghcr.io/chia-network/chia-exporter:latest
941+
default: ghcr.io/chia-network/chia-exporter:0.14.3
942942
description: Image defines the image to use for the chia exporter
943943
containers
944944
type: string

0 commit comments

Comments
 (0)