Skip to content

Commit 0b40b9e

Browse files
committed
chore: add wandb chart repository and bump ctrlplane chart version
- Added installation step for the wandb chart repository in helm-unittest and release workflows. - Updated ctrlplane chart version to 1.0.1 in Chart.yaml.
1 parent d24bb4a commit 0b40b9e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/helm-unittest.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
- name: Install helm-unittest plugin
2020
run: helm plugin install https://github.com/helm-unittest/helm-unittest --verify=false
2121

22+
- name: Install wandb chart repository
23+
run: helm repo add wandb https://charts.wandb.ai
24+
2225
- name: Run helm-unittest
2326
run: ./charts/run-tests.sh

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
env:
2727
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2828

29+
- name: Install wandb chart repository
30+
run: helm repo add wandb https://charts.wandb.ai
31+
2932
- name: Run chart-releaser
3033
uses: helm/chart-releaser-action@v1.6.0
3134
with:

charts/ctrlplane/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: ctrlplane
33
description: Ctrlplane Helm chart for Kubernetes
44
type: application
5-
version: 1.0.0
6-
appVersion: "1.0.0"
5+
version: 1.0.1
6+
appVersion: 1.0.0
77

88
maintainers:
99
- name: ctrlplane

0 commit comments

Comments
 (0)