Skip to content

Commit

Permalink
No compression or service install (#1242)
Browse files Browse the repository at this point in the history
* No compression or service install

Signed-off-by: Mauro Morales <[email protected]>

* it's a + not a -

Signed-off-by: Mauro Morales <[email protected]>

---------

Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales authored Jan 23, 2025
1 parent 0609303 commit 00150f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
5 changes: 1 addition & 4 deletions packages/k8s/k0s/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
image: "alpine"
{{ else }}
requires:
- name: "toolchain-go-ubuntu"
- name: "toolchain-ubuntu"
category: "development"
version: ">=0"
{{ end }}
Expand All @@ -21,11 +21,8 @@ steps:
- curl -sfL https://get.k0s.sh > installer.sh
- sh installer.sh
- rm -rf installer.sh
- k0s install controller --single --debug --verbose
- chmod +x /usr/local/bin/k0s
- upx -1 /usr/local/bin/k0s
- mv /usr/local/bin/k0s /usr/bin/k0s
- ls -las /usr/bin/k0s

includes:
- ^/usr/bin/k0s
Expand Down
12 changes: 6 additions & 6 deletions packages/k8s/k0s/collection.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
packages:
- name: k0s-openrc
category: k8s
version: "1.31.3"
version: "1.31.3+1"
k0s_version: "0"
labels:
github.owner: "k0sproject"
Expand All @@ -14,7 +14,7 @@ packages:
description: " The Zero Friction Kubernetes "
- name: k0s-openrc
category: k8s
version: "1.30.7"
version: "1.30.7+1"
k0s_version: "0"
labels:
github.owner: "k0sproject"
Expand All @@ -27,7 +27,7 @@ packages:
description: " The Zero Friction Kubernetes "
- name: k0s-openrc
category: k8s
version: "1.29.11"
version: "1.29.11+1"
k0s_version: "0"
labels:
github.owner: "k0sproject"
Expand All @@ -40,7 +40,7 @@ packages:
description: " The Zero Friction Kubernetes "
- name: k0s-systemd
category: k8s
version: "1.31.3"
version: "1.31.3+1"
k0s_version: "0"
labels:
github.owner: "k0sproject"
Expand All @@ -53,7 +53,7 @@ packages:
description: " The Zero Friction Kubernetes "
- name: k0s-systemd
category: k8s
version: "1.30.7"
version: "1.30.7+1"
k0s_version: "0"
labels:
github.owner: "k0sproject"
Expand All @@ -66,7 +66,7 @@ packages:
description: " The Zero Friction Kubernetes "
- name: k0s-systemd
category: k8s
version: "1.29.11"
version: "1.29.11+1"
k0s_version: "0"
labels:
github.owner: "k0sproject"
Expand Down

0 comments on commit 00150f0

Please sign in to comment.