Skip to content

Commit

Permalink
prepare v1.16.0-tetrate-v14 release (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergicastro authored Dec 20, 2024
1 parent ff84750 commit d1199c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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: tetrate/kubegres
newTag: v1.16.0-tetrate-v13
newTag: v1.16.0-tetrate-v14
9 changes: 8 additions & 1 deletion kubegres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,13 @@ spec:
type: object
serviceAccountName:
type: string
standby:
properties:
enabled:
type: boolean
primaryEndpoint:
type: string
type: object
volume:
properties:
volumeClaimTemplates:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d1199c0

Please sign in to comment.