Skip to content

Commit

Permalink
Update version v1.16.0-tetrate-v8 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergicastro authored Aug 12, 2024
1 parent f932bf9 commit 77e40cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ and on [https://www.kubegres.io](https://www.kubegres.io). More details in the [


**Tetrate CVE builds**

While waiting for PRs to be accepted in the upstream repository and a new version to be released, follow the next instructions to publish our own builds:
- Define the new version name by following the pattern `<current-version>-tetrate-v<patch-number>`, for example `v1.16.0-tetrate-v0` is the first CVEs fixing patch for v1. 16.0 kubegres.
- Run `IMG=tetrate/kubegres:<new-version> make deploy` with the new version tag to update `kubegres.yaml` file and open a PR with the changes.
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: tetrate/kubegres
newTag: v1.16.0-tetrate-v7
newTag: v1.16.0-tetrate-v8
2 changes: 1 addition & 1 deletion kubegres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2454,7 +2454,7 @@ spec:
- --leader-elect
command:
- /manager
image: tetrate/kubegres:v1.16.0-tetrate-v7
image: tetrate/kubegres:v1.16.0-tetrate-v8
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 77e40cf

Please sign in to comment.