diff --git a/README.md b/README.md index 4b2eb1c..dd0b5d5 100644 --- a/README.md +++ b/README.md @@ -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 `-tetrate-v`, for example `v1.16.0-tetrate-v0` is the first CVEs fixing patch for v1. 16.0 kubegres. - Run `IMG=tetrate/kubegres: make deploy` with the new version tag to update `kubegres.yaml` file and open a PR with the changes. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index f88c095..700e208 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-v7 + newTag: v1.16.0-tetrate-v8 diff --git a/kubegres.yaml b/kubegres.yaml index 3c44132..cd22d6d 100644 --- a/kubegres.yaml +++ b/kubegres.yaml @@ -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