File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
internal/controller/common/consts Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5959 - " --health-probe-bind-address=:8081"
6060 - " --metrics-bind-address=0.0.0.0:8080"
6161 - " --leader-elect"
62- image : ghcr.io/chia-network/chia-operator:latest
62+ image : ghcr.io/chia-network/chia-operator:0.16.2
6363 name : manager
6464 ports :
6565 - containerPort : 8081
Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ const (
4242 DefaultChiaImageName = "ghcr.io/chia-network/chia"
4343
4444 // DefaultChiaImageTag contains the default tag name for the chia-docker image
45- DefaultChiaImageTag = "latest "
45+ DefaultChiaImageTag = "2.5.4 "
4646
4747 // DefaultChiaExporterImageName contains the default image name for the chia-exporter image
4848 DefaultChiaExporterImageName = "ghcr.io/chia-network/chia-exporter"
4949
5050 // DefaultChiaExporterImageTag contains the default tag name for the chia-exporter image
51- DefaultChiaExporterImageTag = "latest "
51+ DefaultChiaExporterImageTag = "0.16.5 "
5252
5353 // DefaultChiaHealthcheckImageName contains the default image name for the chia-healthcheck image
5454 DefaultChiaHealthcheckImageName = "ghcr.io/chia-network/chia-healthcheck"
5555
5656 // DefaultChiaHealthcheckImageTag contains the default tag name for the chia-healthcheck image
57- DefaultChiaHealthcheckImageTag = "latest "
57+ DefaultChiaHealthcheckImageTag = "0.5.0 "
5858)
5959
6060const (
You can’t perform that action at this time.
0 commit comments