We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa7d85 commit 47f38a8Copy full SHA for 47f38a8
.github/workflows/cd.yml
@@ -227,6 +227,11 @@ jobs:
227
helm_version: ""
228
experimental: false
229
230
+ - federation_member: hetzner-2i2c-bare
231
+ chartpress_args: ""
232
+ helm_version: ""
233
+ experimental: false
234
+
235
# OVH deployment paused
236
# - federation_member: ovh2
237
# helm_version: ""
.github/workflows/test-helm-template.yaml
@@ -43,6 +43,8 @@ jobs:
43
k3s-channel: "v1.24"
44
- release: hetzner-2i2c
45
46
+ - release: hetzner-2i2c-bare
47
+ k3s-channel: "v1.24"
48
49
steps:
50
- uses: actions/checkout@v4
0 commit comments