cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 10a54306e61bbbe99c09c2cc810ac05526b1285d
parent 21b2a6bb547271a67ec418ddb038455b66789bbf
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 16 Apr 2024 19:22:03 +0200

Fix ci to not remove components

Diffstat:
M.github/workflows/update.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml @@ -11,7 +11,7 @@ on: permissions: contents: write pull-requests: write - + jobs: components: runs-on: ubuntu-latest @@ -23,7 +23,7 @@ jobs: - name: Check for updates id: update run: | - flux install \ + flux install --components-extra=image-reflector-controller,image-automation-controller \ --export > ./clusters/production/flux-system/gotk-components.yaml VERSION="$(flux -v)"