Skip to content

Commit

Permalink
remove kubectl bosh package (unused, replaced with k3s kubectl)
Browse files Browse the repository at this point in the history
  • Loading branch information
poblin-orange committed Jan 3, 2024
1 parent c26e029 commit bb4a2d4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 31 deletions.
2 changes: 0 additions & 2 deletions addblob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ function addBlobOnChecksumChange() {

addBlobOnChecksumChange src/github.com/k3s-io/k3s/k3s k3s/k3s
addBlobOnChecksumChange src/github.com/k3s-io/k3s/k3s-airgap-images-amd64.tar k3s-images/k3s-airgap-images-amd64.tar
chmod ugo+x src/github.com/kubernetes/kubectl/kubectl
addBlobOnChecksumChange src/github.com/kubernetes/kubectl/kubectl kubectl/kubectl


# Inspired by https://github.com/orange-cloudfoundry/bosh-release-action/blob/8732ff085712d9980fc66e50892cb9c3d7a3f884/entrypoint.sh#L48-L58
Expand Down
12 changes: 0 additions & 12 deletions packages/kubectl-k3s/packaging

This file was deleted.

5 changes: 0 additions & 5 deletions packages/kubectl-k3s/spec

This file was deleted.

12 changes: 0 additions & 12 deletions vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ directories:

- path: src/github.com
contents:

# validates checksums automatically from release notes
- path: kubernetes/kubectl
githubRelease:
slug: kubernetes/kubernetes
tag: v1.24.17
disableAutoChecksumValidation: true
http:
# The url parameter of http can interpolate the tag of the GitHub release using the {tag} token.
url: https://dl.k8s.io/release/{tag}/bin/linux/amd64/kubectl
permission: 0755

- path: k3s-io/k3s
githubRelease:
slug: k3s-io/k3s
Expand Down

0 comments on commit bb4a2d4

Please sign in to comment.