diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 1d1b55d..ea91c0f 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -59,7 +59,7 @@ spec: - "--health-probe-bind-address=:8081" - "--metrics-bind-address=0.0.0.0:8080" - "--leader-elect" - image: ghcr.io/chia-network/chia-operator:latest + image: ghcr.io/chia-network/chia-operator:0.12.2 name: manager ports: - containerPort: 8081 diff --git a/internal/controller/common/consts/consts.go b/internal/controller/common/consts/consts.go index 10a7966..812a2a3 100644 --- a/internal/controller/common/consts/consts.go +++ b/internal/controller/common/consts/consts.go @@ -42,19 +42,19 @@ const ( DefaultChiaImageName = "ghcr.io/chia-network/chia" // DefaultChiaImageTag contains the default tag name for the chia-docker image - DefaultChiaImageTag = "latest" + DefaultChiaImageTag = "2.4.4" // DefaultChiaExporterImageName contains the default image name for the chia-exporter image DefaultChiaExporterImageName = "ghcr.io/chia-network/chia-exporter" // DefaultChiaExporterImageTag contains the default tag name for the chia-exporter image - DefaultChiaExporterImageTag = "latest" + DefaultChiaExporterImageTag = "0.16.0" // DefaultChiaHealthcheckImageName contains the default image name for the chia-healthcheck image DefaultChiaHealthcheckImageName = "ghcr.io/chia-network/chia-healthcheck" // DefaultChiaHealthcheckImageTag contains the default tag name for the chia-healthcheck image - DefaultChiaHealthcheckImageTag = "latest" + DefaultChiaHealthcheckImageTag = "0.3.1" ) const (