Skip to content

Commit

Permalink
feat: add kdash-rs/kdash
Browse files Browse the repository at this point in the history
[kdash-rs/kdash](https://github.com/kdash-rs/kdash): A simple and fast dashboard for Kubernetes

```console
$ aqua g -i kdash-rs/kdash
```

## How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

```console
$
```

If files such as configuration file are needed, please share them.

```
```

Reference

-
  • Loading branch information
CrystalMethod committed Feb 12, 2023
1 parent ffe1397 commit 7545fe2
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/kdash-rs/kdash/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: kdash-rs/kdash@v0.3.6
24 changes: 24 additions & 0 deletions pkgs/kdash-rs/kdash/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
packages:
- type: github_release
repo_owner: kdash-rs
repo_name: kdash
asset: kdash-{{.OS}}.{{.Format}}
format: tar.gz
description: A simple and fast dashboard for Kubernetes
replacements:
darwin: macos
overrides:
- goos: linux
asset: kdash-{{.OS}}-musl.{{.Format}}
supported_envs:
- darwin
- amd64
rosetta2: true
checksum:
type: github_release
asset: kdash-{{.OS}}.sha256
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
23 changes: 23 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7545fe2

Please sign in to comment.