Skip to content

Commit 3fdaaee

Browse files
committed
test chart releaser
1 parent 9e527a5 commit 3fdaaee

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/release-charts.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ jobs:
4747
with:
4848
charts_dir: charts
4949
charts_repo_url: https://raw.githubusercontent.com/weaveworks/profiles-catalog/gh-pages/
50+
packages-with-index: true
5051
env:
5152
YACR_TOKEN: "${{ secrets.WEAVEWORKSBOT_PROFILES_CATALOG_RELEASE_TOKEN }}"

charts/dex/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: oidc
33
icon: https://dexidp.io/img/logos/dex-horizontal-color.png
44
description: A Weaveworks Helm chart for OpenID Connect (OIDC)
55
type: application
6-
version: 0.0.4
6+
version: 0.0.5
77
kubeVersion: ">=1.16.0-0"
88
home: https://github.com/weaveworks/profiles-catalog
99
sources:

charts/magalix-agent/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: magalix-agent
33
icon: https://www.magalix.com/hubfs/Imported%20images/logo-02.png%3Fwidth=560%26name=logo-02-Dec-18-2020-11-24-41-75-AM.png
44
description: A Weaveworks Helm chart for Magalix policy agent
55
type: application
6-
version: 0.0.8
6+
version: 0.0.9
77
kubeVersion: ">=1.16.0-0"
88
home: https://github.com/weaveworks/profiles-catalog
99
sources:

0 commit comments

Comments
 (0)