From 96bf6db20adeda36166886da60c6b41c3454489b Mon Sep 17 00:00:00 2001 From: Carl Montanari Date: Fri, 2 Feb 2024 14:01:11 -0800 Subject: [PATCH] chore: bump tag in kustomize bits to match latest release version --- README.md | 2 +- config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05b7e86..3b48e3b 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ To build `srl-controller` container image, execute: ```bash # don't forget to set the correct tag -# for example make docker-build IMG=ghcr.io/srl-labs/srl-controller:v0.6.0 +# for example make docker-build IMG=ghcr.io/srl-labs/srl-controller:v0.6.1 make docker-build IMG=ghcr.io/srl-labs/srl-controller:${tag} ``` diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 479569d..0b4b353 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -10,4 +10,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/srl-labs/srl-controller - newTag: v0.6.0 + newTag: v0.6.1