From d1199c0f34e305cd98dbc39251590927541e0f4c Mon Sep 17 00:00:00 2001 From: Sergi Castro Date: Fri, 20 Dec 2024 18:43:44 +0100 Subject: [PATCH] prepare `v1.16.0-tetrate-v14` release (#33) --- config/manager/kustomization.yaml | 2 +- kubegres.yaml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 65f2ca5..035f821 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: tetrate/kubegres - newTag: v1.16.0-tetrate-v13 + newTag: v1.16.0-tetrate-v14 diff --git a/kubegres.yaml b/kubegres.yaml index da472c7..bd30f4a 100644 --- a/kubegres.yaml +++ b/kubegres.yaml @@ -980,6 +980,13 @@ spec: type: object serviceAccountName: type: string + standby: + properties: + enabled: + type: boolean + primaryEndpoint: + type: string + type: object volume: properties: volumeClaimTemplates: @@ -2454,7 +2461,7 @@ spec: - --leader-elect command: - /manager - image: tetrate/kubegres:v1.16.0-tetrate-v13 + image: tetrate/kubegres:v1.16.0-tetrate-v14 livenessProbe: httpGet: path: /healthz