Skip to content

Commit 952eba9

Browse files
Merge pull request #9 from tegridy-io/renovate/docker.io-cockroachdb-cockroach-operator-2.x
Update docker.io/cockroachdb/cockroach-operator Docker tag to v2.14.0
2 parents 3648986 + c03f525 commit 952eba9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ parameters:
1111
operator:
1212
registry: docker.io
1313
repository: cockroachdb/cockroach-operator
14-
tag: v2.12.0
14+
tag: v2.14.0
1515
cockroach:
1616
registry: docker.io
1717
repository: cockroachdb/cockroach

tests/golden/create-db/cockroach-operator/cockroach-operator/10_kustomize/cockroach-operator/apps_v1_deployment_cockroach-operator-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ spec:
192192
valueFrom:
193193
fieldRef:
194194
fieldPath: metadata.namespace
195-
image: docker.io/cockroachdb/cockroach-operator:v2.12.0
195+
image: docker.io/cockroachdb/cockroach-operator:v2.14.0
196196
imagePullPolicy: IfNotPresent
197197
name: cockroach-operator
198198
resources:

tests/golden/defaults/cockroach-operator/cockroach-operator/10_kustomize/cockroach-operator/apps_v1_deployment_cockroach-operator-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ spec:
192192
valueFrom:
193193
fieldRef:
194194
fieldPath: metadata.namespace
195-
image: docker.io/cockroachdb/cockroach-operator:v2.12.0
195+
image: docker.io/cockroachdb/cockroach-operator:v2.14.0
196196
imagePullPolicy: IfNotPresent
197197
name: cockroach-operator
198198
resources:

0 commit comments

Comments
 (0)