We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577af17 commit 66b1070Copy full SHA for 66b1070
build/templates/values.yaml
@@ -715,3 +715,7 @@ iap:
715
# which cause memory inefficiency for CRDB.
716
godebug:
717
disablethp: "1"
718
+
719
+# Use the CRDB Operator to manage the CRDB clusters
720
+operator:
721
+ enabled: false
tests/k3d/dev-cluster.sh
@@ -26,7 +26,7 @@ REQUIRED_IMAGES=(
26
"quay.io/jetstack/cert-manager-webhook:v1.11.0"
27
"quay.io/jetstack/cert-manager-controller:v1.11.0"
28
"quay.io/jetstack/cert-manager-ctl:v1.11.0"
29
- "cockroachdb/cockroach:v24.3.5"
+ "cockroachdb/cockroach:v24.3.6"
30
"${REGISTRY}/${REPOSITORY}:$(bin/yq '.tls.selfSigner.image.tag' ./cockroachdb/values.yaml)"
31
)
32
0 commit comments