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