Skip to content

Commit

Permalink
#36 #40 : Updated version to 1.12 in kubegres.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-arica committed Oct 6, 2021
1 parent 5c49a73 commit 7c03ada
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stateful-set's life-cycle and data replication could be with Kubernetes.

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

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


Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: reactivetechio/kubegres
newTag: "1.11"
newTag: "1.12"
2 changes: 1 addition & 1 deletion kubegres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1943,7 +1943,7 @@ spec:
- --leader-elect
command:
- /manager
image: reactivetechio/kubegres:1.11
image: reactivetechio/kubegres:1.12
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 7c03ada

Please sign in to comment.