From ad57d3e1547b20fb98c9c86108e942f6ffba2ba3 Mon Sep 17 00:00:00 2001 From: Niteesh Dubey Date: Fri, 20 Sep 2024 15:57:12 +0000 Subject: [PATCH] release: update operator version to v0.10.0 Update operator version from v0.9.0 to v0.10.0. Signed-off-by: Niteesh Dubey --- config/release/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/release/kustomization.yaml b/config/release/kustomization.yaml index df9b33ba..35e53ec4 100644 --- a/config/release/kustomization.yaml +++ b/config/release/kustomization.yaml @@ -4,4 +4,4 @@ resources: # newTag points to the latest release image and must be updated before tagging a new release images: - name: quay.io/confidential-containers/operator - newTag: v0.9.0 + newTag: v0.10.0