-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from darox/release-chart
Helm: release chart
- Loading branch information
Showing
3 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: v1 | ||
entries: | ||
twampy: | ||
- apiVersion: v2 | ||
appVersion: 0.0.1 | ||
created: "2023-11-29T12:39:25.794531+01:00" | ||
description: A Helm chart for Kubernetes to deploy twampy. Twampy is a TWAMP client | ||
and server implementation written in Python. Orginally developed by Nokia and | ||
customized by https://github.com/darox/python3-twampy. | ||
digest: a721da622a03db0adcc6139abc01edac4a1573ea2261d6ec550810f39ceaa054 | ||
icon: https://raw.githubusercontent.com/darox/python3-twampy/main/assets/icon.png | ||
name: twampy | ||
type: application | ||
urls: | ||
- twampy/releases/twampy-0.0.1.tgz | ||
version: 0.0.1 | ||
generated: "2023-11-29T12:39:25.79329+01:00" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
apiVersion: v2 | ||
name: twampy | ||
description: A Helm chart for Kubernetes to deploy twampy. Twampy is a TWAMP client and server implementation written in Python. Orginally developed by Nokia and customized by https://github.com/darox/python3-twampy. | ||
|
||
type: application | ||
|
||
version: 0.0.1 | ||
|
||
appVersion: "0.0.1" | ||
icon: https://raw.githubusercontent.com/darox/python3-twampy/main/assets/icon.png | ||
|
||
|