From 2280912114848d488e28b050edf9091cdcf37d0a Mon Sep 17 00:00:00 2001 From: Mateusz Gozdek Date: Mon, 27 Sep 2021 15:19:27 +0200 Subject: [PATCH] version: bump to v0.8.0-rc1 --- VERSION | 2 +- examples/deploy/update-agent.yaml | 4 ++-- examples/deploy/update-operator.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index f8d71478f..d1a470b3a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.0-dev +0.8.0-rc1 diff --git a/examples/deploy/update-agent.yaml b/examples/deploy/update-agent.yaml index 0a7e917cd..cae99cf99 100644 --- a/examples/deploy/update-agent.yaml +++ b/examples/deploy/update-agent.yaml @@ -16,10 +16,10 @@ spec: labels: app: flatcar-linux-update-agent spec: - serviceAccountName: flatcar-linux-update-agent + serviceAccountName: flatcar-linux-update-operator-sa containers: - name: update-agent - image: quay.io/kinvolk/flatcar-linux-update-operator:v0.7.3 + image: ghcr.io/flatcar-linux/flatcar-linux-update-operator:v0.8.0-rc1 command: - "/bin/update-agent" volumeMounts: diff --git a/examples/deploy/update-operator.yaml b/examples/deploy/update-operator.yaml index ea4d48b5b..9963515c2 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: quay.io/kinvolk/flatcar-linux-update-operator:v0.7.3 + image: ghcr.io/flatcar-linux/flatcar-linux-update-operator:v0.8.0-rc1 command: - "/bin/update-operator" env: