Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
chore(vendir): manage src/github.com instead of src
Browse files Browse the repository at this point in the history
We can add a readme inside src dir to explain how is it working.
  • Loading branch information
o-orand committed Dec 27, 2023
1 parent c8a8a51 commit 01dd799
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions vendir.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
apiVersion: vendir.k14s.io/v1alpha1
kind: Config

minimumRequiredVersion: 0.34.0
directories:
# doc: https://carvel.dev/vendir/docs/v0.35.x/vendir-spec/

- path: src
- path: src/github.com
contents:

# validates checksums automatically from release notes
- path: github.com/kubernetes/kubectl
- path: kubernetes/kubectl
githubRelease:
slug: kubernetes/kubernetes
tag: v1.24.17
Expand All @@ -17,7 +19,7 @@ directories:
url: https://dl.k8s.io/release/{tag}/bin/linux/amd64/kubectl
permission: 0755

- path: github.com/k3s-io/k3s
- path: k3s-io/k3s
githubRelease:
slug: k3s-io/k3s
tag: v1.24.17+k3s1
Expand All @@ -28,15 +30,15 @@ directories:
- "k3s-airgap-images-amd64.tar"
# includePaths: # includes paths specify what should be included. by default all paths are included (optional)

- path: github.com/derailed/k9s
- path: derailed/k9s
githubRelease:
slug: derailed/k9s
tag: v0.27.4
disableAutoChecksumValidation: true
assetNames: # only download specific assets (optional; v0.12.0+), see k3s declaration for details.
- "k9s_Linux_amd64.tar.gz"

- path: github.com/containerd/nerdctl
- path: containerd/nerdctl
githubRelease:
slug: containerd/nerdctl
tag: v1.3.1
Expand Down

0 comments on commit 01dd799

Please sign in to comment.