Skip to content

Commit 66b1070

Browse files
Fix: go lint and release template tests
1 parent 577af17 commit 66b1070

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build/templates/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,3 +715,7 @@ iap:
715715
# which cause memory inefficiency for CRDB.
716716
godebug:
717717
disablethp: "1"
718+
719+
# Use the CRDB Operator to manage the CRDB clusters
720+
operator:
721+
enabled: false

tests/k3d/dev-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ REQUIRED_IMAGES=(
2626
"quay.io/jetstack/cert-manager-webhook:v1.11.0"
2727
"quay.io/jetstack/cert-manager-controller:v1.11.0"
2828
"quay.io/jetstack/cert-manager-ctl:v1.11.0"
29-
"cockroachdb/cockroach:v24.3.5"
29+
"cockroachdb/cockroach:v24.3.6"
3030
"${REGISTRY}/${REPOSITORY}:$(bin/yq '.tls.selfSigner.image.tag' ./cockroachdb/values.yaml)"
3131
)
3232

0 commit comments

Comments
 (0)