Commit 791c7941 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- Updated Cockroach manifests to download latest revisions and bug fixes for CockroachDB
parent 53107359
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -42,7 +42,8 @@ spec:
# You can set either a version of the db or a specific image name
# cockroachDBVersion: v22.2.0
  image:
    name: cockroachdb/cockroach:v22.2.0
    #name: cockroachdb/cockroach:v22.2.0
    name: cockroachdb/cockroach:latest-v22.2
  # nodes refers to the number of crdb pods that are created
  # via the statefulset
  nodes: 3
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ spec:
      containers:
      - name: cockroachdb
        image: cockroachdb/cockroach:latest-v22.2
        imagePullPolicy: Always
        args:
        - start-single-node
        ports: