Skip to content

Commit 670a225

Browse files
authored
Set controller defaults for 0.6.3 tag (#127)
1 parent 5327bf3 commit 670a225

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
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

internal/controller/common/consts/consts.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

6363
const (

0 commit comments

Comments
 (0)