Skip to content

Commit

Permalink
Merge pull request #10470 from CrystalMethod/feat/NimbleArchitect/kub…
Browse files Browse the repository at this point in the history
…ectl-ice

feat: add NimbleArchitect/kubectl-ice
  • Loading branch information
suzuki-shunsuke committed Mar 7, 2023
2 parents 9ddbc19 + 096ee8b commit cb14881
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/NimbleArchitect/kubectl-ice/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: NimbleArchitect/kubectl-ice@v0.2.11
- name: NimbleArchitect/kubectl-ice
version: v0.0.2
- name: NimbleArchitect/kubectl-ice
version: v0.0.1
34 changes: 34 additions & 0 deletions pkgs/NimbleArchitect/kubectl-ice/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
packages:
- type: github_release
repo_owner: NimbleArchitect
repo_name: kubectl-ice
description: A kubectl plugin that allows you to easily view advanced configuration of all containers that are running inside pods
asset: kubectl-ice_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
checksum:
type: github_release
asset: kubectl-ice_{{trimV .Version}}_checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
version_constraint: semver(">= 0.0.2")
version_overrides:
- version_constraint: semver("< 0.0.2")
asset: ice_{{.OS}}_{{.Arch}}.{{.Format}}
files:
- name: kubectl-ice
src: ice
- name: ice
checksum:
type: github_release
asset: ice_{{trimV .Version}}_checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
33 changes: 33 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 cb14881

Please sign in to comment.