From 19e9a864a39ec3bc2b205af0e5b9accf14735906 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 21 Jan 2025 11:30:42 +0100 Subject: [PATCH] add 2i2c to test-helm-template --- .github/workflows/test-helm-template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-helm-template.yaml b/.github/workflows/test-helm-template.yaml index b8ac16f0a..fe7dfae56 100644 --- a/.github/workflows/test-helm-template.yaml +++ b/.github/workflows/test-helm-template.yaml @@ -41,6 +41,8 @@ jobs: k3s-channel: "v1.24" - release: ovh2 k3s-channel: "v1.24" + - release: hetzner-2i2c + k3s-channel: "v1.24" steps: - uses: actions/checkout@v4