File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
internal/controller/common/consts Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5757 - /manager
5858 args :
5959 - --leader-elect
60- image : ghcr.io/chia-network/chia-operator:latest
60+ image : ghcr.io/chia-network/chia-operator:0.6.3
6161 name : manager
6262 ports :
6363 - containerPort : 8081
Original file line number Diff line number Diff line change @@ -39,25 +39,25 @@ const (
3939 DefaultChiaCAImageName = "ghcr.io/chia-network/chia-operator/ca-gen"
4040
4141 // DefaultChiaCAImageTag contains the default tag name for the ca-gen image
42- DefaultChiaCAImageTag = "latest "
42+ DefaultChiaCAImageTag = "0.6.3 "
4343
4444 // DefaultChiaImageName contains the default image name for the chia-docker image
4545 DefaultChiaImageName = "ghcr.io/chia-network/chia"
4646
4747 // DefaultChiaImageTag contains the default tag name for the chia-docker image
48- DefaultChiaImageTag = "latest "
48+ DefaultChiaImageTag = "2.4.2 "
4949
5050 // DefaultChiaExporterImageName contains the default image name for the chia-exporter image
5151 DefaultChiaExporterImageName = "ghcr.io/chia-network/chia-exporter"
5252
5353 // DefaultChiaExporterImageTag contains the default tag name for the chia-exporter image
54- DefaultChiaExporterImageTag = "latest "
54+ DefaultChiaExporterImageTag = "0.14.3 "
5555
5656 // DefaultChiaHealthcheckImageName contains the default image name for the chia-healthcheck image
5757 DefaultChiaHealthcheckImageName = "ghcr.io/chia-network/chia-healthcheck"
5858
5959 // DefaultChiaHealthcheckImageTag contains the default tag name for the chia-healthcheck image
60- DefaultChiaHealthcheckImageTag = "latest "
60+ DefaultChiaHealthcheckImageTag = "0.2.1 "
6161)
6262
6363const (
You can’t perform that action at this time.
0 commit comments