From edf14cc5f42fbd7e7d42fd4de95031eba020549d Mon Sep 17 00:00:00 2001 From: Patryk Jakuszew Date: Sat, 23 Jan 2021 23:00:29 +0100 Subject: [PATCH] crdb: replace bc01n03 with dcr01s22, upgrade to v20.2.4 This change reflects the current production state. Upgrade was done by going through following versions: 19.1.0 -> 19.2.12 -> 20.1.10 -> 20.2.4 Change-Id: I8b33b8116363f1a918423fd18ba3d1b5c910851c --- cluster/kube/k0.libsonnet | 2 +- cluster/kube/lib/cockroachdb.libsonnet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/kube/k0.libsonnet b/cluster/kube/k0.libsonnet index 4f258878..44f83d01 100644 --- a/cluster/kube/k0.libsonnet +++ b/cluster/kube/k0.libsonnet @@ -65,7 +65,7 @@ local rook = import "lib/rook.libsonnet"; topology: [ { name: "bc01n01", node: "bc01n01.hswaw.net" }, { name: "bc01n02", node: "bc01n02.hswaw.net" }, - { name: "bc01n03", node: "bc01n03.hswaw.net" }, + { name: "dcr01s22", node: "dcr01s22.hswaw.net" }, ], // Host path on SSD. hostPath: "/var/db/crdb-waw1", diff --git a/cluster/kube/lib/cockroachdb.libsonnet b/cluster/kube/lib/cockroachdb.libsonnet index 8ebad52c..9f206f0b 100644 --- a/cluster/kube/lib/cockroachdb.libsonnet +++ b/cluster/kube/lib/cockroachdb.libsonnet @@ -42,7 +42,7 @@ local policies = import "../../../kube/policies.libsonnet"; local cluster = self, cfg:: { - image: "cockroachdb/cockroach:v19.1.0", + image: "cockroachdb/cockroach:v20.2.4", # Must be unique per cluster. portServe: 26257,