mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-08-20 12:56:45 +00:00
13 lines
382 B
YAML
13 lines
382 B
YAML
---
|
|
apiVersion: collection.hauler.cattle.io/v1alpha1
|
|
kind: K3s
|
|
metadata:
|
|
name: myk3s
|
|
spec:
|
|
# version can be exact (as listed on https://github.com/k3s-io/k3s/releases)
|
|
version: v1.22.2+k3s2
|
|
|
|
# or can point to a channel, in which case the latest version in the channel is used: https://update.k3s.io/v1-release/channels
|
|
# version: stable
|
|
# version: latest
|
|
# version: v1.22 |