Skip to content

Commit

Permalink
Merge pull request #8 from darox/release-chart
Browse files Browse the repository at this point in the history
Helm: release chart
  • Loading branch information
darox authored Nov 29, 2023
2 parents 753a850 + 11f5168 commit 654189b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions install/kubernetes/index.yaml
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 added install/kubernetes/releases/twampy-0.0.1.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions install/kubernetes/twampy/Chart.yaml
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


0 comments on commit 654189b

Please sign in to comment.