File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
2
- - Scheduled for November 2021:
3
- - #52 : Allow Kubegres cluster to run on secure Kubernetes environments (add security field "securityContext")
4
- - #60 : When the StatefulSet is healthy but the Replica Pod is not, then the replica Pod should be replaced
5
-
6
2
- Scheduled for December 2021:
7
- - #58 : We should be able to add a SSL certificate
8
3
- update local kind
9
4
- Build controller with Kubebuilder v3.2.0
10
5
- Remove warning for CronJob which was updated from beta to stable since Kubernetes 1.21
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ kind: Kustomization
13
13
images :
14
14
- name : controller
15
15
newName : reactivetechio/kubegres
16
- newTag : beta
16
+ newTag : " 1.13 "
Original file line number Diff line number Diff line change @@ -2028,7 +2028,7 @@ spec:
2028
2028
- --leader-elect
2029
2029
command :
2030
2030
- /manager
2031
- image : reactivetechio/kubegres:beta
2031
+ image : reactivetechio/kubegres:1.13
2032
2032
livenessProbe :
2033
2033
httpGet :
2034
2034
path : /healthz
You can’t perform that action at this time.
0 commit comments