Skip to content

Commit 0ecad22

Browse files
authored
Set controller defaults for 0.16.5 release (#301)
1 parent 1d5055e commit 0ecad22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
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.5
6363
name: manager
6464
ports:
6565
- containerPort: 8081

internal/controller/common/consts/consts.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.6"
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.1"
5858
)
5959

6060
const (

0 commit comments

Comments
 (0)