From 0f2bcdc3012b417e0d83eda84c0669ac13e0c4a7 Mon Sep 17 00:00:00 2001 From: William Rizzo Date: Thu, 16 Jan 2025 07:02:31 +0100 Subject: [PATCH] fix typos and comments Signed-off-by: William Rizzo --- packages/k8s/k0s/build.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/k8s/k0s/build.yaml b/packages/k8s/k0s/build.yaml index 4f1a647c..c523fc84 100644 --- a/packages/k8s/k0s/build.yaml +++ b/packages/k8s/k0s/build.yaml @@ -3,8 +3,6 @@ requires: category: "development" version: ">=0" env: - # Remove any possible "+N" from the end of the version. We only bump that to - # avoid overwritting existing images when we want the package to be rebuilt. - K0S_VERSION=v{{ regexReplaceAll "\\+\\d+$" .Values.version "" }}+k0s.{{.Values.k0s_version}} {{$arch:=(default "amd64" .Values.arch)}} {{ if eq $arch "arm" }} @@ -14,8 +12,6 @@ env: {{ end }} steps: - c - # Let the installer script install service files for openrc or systemd: - # https://github.com/k3s-io/k3s/blob/36645e7311e9bdbbf2adb79ecd8bd68556bc86f6/install.sh#L114-L122 {{ if eq .Values.name "k0s-openrc" }} - touch /sbin/openrc-run && chmod +x /sbin/openrc-run {{ else }}