Skip to content

Commit 7c03ada

Browse files
committed
#36 #40 : Updated version to 1.12 in kubegres.yaml
1 parent 5c49a73 commit 7c03ada

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stateful-set's life-cycle and data replication could be with Kubernetes.
1616

1717
* It provides a very simple YAML with properties specialised for PostgreSql.
1818

19-
* It is resilient, has over [82 automatized tests](https://github.com/reactive-tech/kubegres/tree/main/test) cases and
19+
* It is resilient, has over [85 automatized tests](https://github.com/reactive-tech/kubegres/tree/main/test) cases and
2020
has been running in production.
2121

2222

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: reactivetechio/kubegres
16-
newTag: "1.11"
16+
newTag: "1.12"

kubegres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ spec:
19431943
- --leader-elect
19441944
command:
19451945
- /manager
1946-
image: reactivetechio/kubegres:1.11
1946+
image: reactivetechio/kubegres:1.12
19471947
livenessProbe:
19481948
httpGet:
19491949
path: /healthz

0 commit comments

Comments
 (0)