Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add minikube #40

Merged
merged 2 commits into from
Sep 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ packages:

- name: kind
registry: standard
version: v0.11.0
version: v0.11.0 # renovate: depName=kubernetes-sigs/kind
- name: kubectl
registry: standard
version: v1.22.0
Expand All @@ -103,6 +103,9 @@ packages:
- name: suzuki-shunsuke/matchfile
registry: standard
version: v1.0.0 # renovate: depName=suzuki-shunsuke/matchfile
- name: minikube
registry: standard
version: v1.23.0 # renovate: depName=kubernetes/minikube

- name: nomad
registry: standard
Expand Down
5 changes: 5 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,11 @@ packages:
asset: 'matchfile_{{trimPrefix "v" .Package.Version}}_{{.OS}}_{{.Arch}}.tar.gz'
files:
- name: matchfile
- name: minikube
type: http
url: 'https://storage.googleapis.com/minikube/releases/{{.Package.Version}}/minikube-{{.OS}}-{{.Arch}}'
files:
- name: minikube

- name: nomad
type: http
Expand Down