Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Move package file to release download package and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyzebrium committed Aug 28, 2020
1 parent 326d746 commit d9e304f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v1
entries:
zstats:
- apiVersion: v1
appVersion: 1.22.0
created: 2020-08-13T18:53:30.269731191-07:00
appVersion: 1.39.0
created: 2020-08-28T13:51:48.017625819-07:00
description: Zebrium stats collector for Kubernetes.
digest: 058686fa498f0bf2aa0ad349b453123f48e2a6e33bfba01f141349db66a33eb2
digest: 820111342e9696946f9e815a90483d4d1621bfb72a4089509355a345fa0ad849
home: https://www.zebrium.com
icon: https://www.zebrium.com/hubfs/logo2.png
keywords:
Expand All @@ -20,6 +20,6 @@ entries:
sources:
- https://github.com/zebrium/ze-stats
urls:
- https://raw.githubusercontent.com/zebrium/ze-stats/master/charts/zstats-1.22.0.tgz
version: 1.22.0
generated: 2020-08-13T18:53:30.26945185-07:00
- https://github.com/zebrium/ze-stats/releases/download/1.39.0/zstats-1.39.0.tgz
version: 1.39.0
generated: 2020-08-28T13:51:48.017299339-07:00
Binary file removed charts/zstats-1.22.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/zstats/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: zstats
description: Zebrium stats collector for Kubernetes.
version: 1.22.0
appVersion: 1.22.0
version: 1.39.0
appVersion: 1.39.0
keywords:
- stats
- prometheus
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_charts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cd ../charts
helm package zstats
cd ..
helm serve --repo-path ./charts --url https://raw.githubusercontent.com/zebrium/ze-stats/master/charts
helm serve --repo-path ./charts --url https://github.com/zebrium/ze-stats/releases/download/1.39.0

0 comments on commit d9e304f

Please sign in to comment.