From 37b50d46f7c9c05e7ce97a3ea3ad1e4e2328ff7e Mon Sep 17 00:00:00 2001 From: Mateusz Gozdek Date: Mon, 24 Jul 2023 09:39:58 +0200 Subject: [PATCH] version: bump to v0.10.0-rc1 --- VERSION | 2 +- examples/deploy/update-agent.yaml | 2 +- examples/deploy/update-operator.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 29b2d3ea5..0d111a937 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0-dev +0.10.0-rc1 diff --git a/examples/deploy/update-agent.yaml b/examples/deploy/update-agent.yaml index 469b625bb..4992dd62c 100644 --- a/examples/deploy/update-agent.yaml +++ b/examples/deploy/update-agent.yaml @@ -19,7 +19,7 @@ spec: serviceAccountName: flatcar-linux-update-agent containers: - name: update-agent - image: ghcr.io/flatcar/flatcar-linux-update-operator:v0.9.0 + image: ghcr.io/flatcar/flatcar-linux-update-operator:v0.10.0-rc1 command: - "/bin/update-agent" volumeMounts: diff --git a/examples/deploy/update-operator.yaml b/examples/deploy/update-operator.yaml index 7687aa82a..52196dc0b 100644 --- a/examples/deploy/update-operator.yaml +++ b/examples/deploy/update-operator.yaml @@ -16,7 +16,7 @@ spec: serviceAccountName: flatcar-linux-update-operator-sa containers: - name: update-operator - image: ghcr.io/flatcar/flatcar-linux-update-operator:v0.9.0 + image: ghcr.io/flatcar/flatcar-linux-update-operator:v0.10.0-rc1 command: - "/bin/update-operator" env: