Delete packages/utils/kubesplit directory

its no longer available
This commit is contained in:
Itxaka
2025-09-22 17:05:08 +02:00
committed by GitHub
parent 77998ef127
commit 0f5d47179a
2 changed files with 0 additions and 28 deletions

View File

@@ -1,18 +0,0 @@
requires:
- name: "toolchain"
category: "development"
version: ">=0"
prelude:
- mkdir go/src/github.com/${GITHUB_ORG}/ -p
- cd go/src/github.com/${GITHUB_ORG}/ && git clone https://github.com/${GITHUB_ORG}/{{ .Values.name }}.git
env:
- GOPATH=/luetbuild/go/
- GITHUB_ORG={{ ( index .Values.labels "github.owner" ) }}
- CGO_ENABLED=0
steps:
- |
PACKAGE_VERSION=${PACKAGE_VERSION%\-*} && \
cd go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/ && git checkout v"${PACKAGE_VERSION}" -b build && go build -o {{.Values.name}} && mv {{ .Values.name }} /usr/bin/{{ .Values.name }}
- chmod +x /usr/bin/{{ .Values.name }}
includes:
- /usr/bin/{{.Values.name}}

View File

@@ -1,10 +0,0 @@
name: kubesplit
category: utils
version: "0.2.1-1"
description: "A opinionated simple tool to split big YAML Kubernetes files into chunks to help building helm charts"
labels:
github.repo: "kubesplit"
github.owner: "spectrocloud"
uri:
- https://github.com/spectrocloud/kubesplit
license: "Apache 2.0 License"