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 kubectl version
Browse files Browse the repository at this point in the history
We use vendir to manage kubectl version, so renovate will be able to bump it. Warning, kubectl and k3s should be consistent, but this consistency in not managed automatically.
  • Loading branch information
o-orand committed Dec 26, 2023
1 parent 65816e5 commit 4dd32d9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ directories:
contents:

# validates checksums automatically from release notes
- path: github.com/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: github.com/k3s-io/k3s
githubRelease:
Expand All @@ -23,7 +32,7 @@ directories:
githubRelease:
slug: derailed/k9s
tag: v0.28.0
disableAutoChecksumValidation: true
disableAutoChecksumValidation: true
assetNames: # only download specific assets (optional; v0.12.0+), see k3s declaration for details.
- "k9s_Linux_amd64.tar.gz"

Expand Down

0 comments on commit 4dd32d9

Please sign in to comment.