Skip to content

Commit

Permalink
fix(telepresenceio/telepresence): change the package type to github_r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
suzuki-shunsuke committed Aug 30, 2023
1 parent 3ed1770 commit c3612d8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 23 deletions.
6 changes: 5 additions & 1 deletion pkgs/telepresenceio/telepresence/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
packages:
- name: telepresenceio/[email protected]
- name: telepresenceio/[email protected]
- name: telepresenceio/telepresence
version: v2.15.0-rc.7
- name: telepresenceio/telepresence
version: v2.9.0
25 changes: 14 additions & 11 deletions pkgs/telepresenceio/telepresence/registry.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
packages:
- type: http
- type: github_release
repo_owner: telepresenceio
repo_name: telepresence
link: https://www.telepresence.io/
description: Local development against a remote Kubernetes or OpenShift cluster
rosetta2: true
version_source: github_tag
supported_envs:
- darwin
- amd64
asset: telepresence-{{.OS}}-{{.Arch}}
format: raw
url: https://app.getambassador.io/download/tel2/{{.OS}}/{{.Arch}}/{{trimV .Version}}/telepresence
overrides:
- goos: windows
format: zip
url: https://app.getambassador.io/download/tel2/{{.OS}}/{{.Arch}}/{{trimV .Version}}/telepresence.zip
files:
- name: telepresence
asset: telepresence-{{.OS}}-{{.Arch}}.{{.Format}}
supported_envs:
- darwin
- linux
- amd64
version_constraint: semver(">= 2.15.0-rc.7")
version_overrides:
- version_constraint: semver("< 2.15.0-rc.7")
overrides: []
supported_envs:
- darwin
- amd64
25 changes: 14 additions & 11 deletions registry.yaml

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

0 comments on commit c3612d8

Please sign in to comment.