Skip to content

Commit 0960d8d

Browse files
author
Maurice Faber
committed
fix: chart repo
1 parent d4c6008 commit 0960d8d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
charts_repo_url: https://otomi.io/charts/
9292
env:
9393
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
94+
CR_OWNER: redkubes
95+
CR_GIT_REPO: charts
9496
- name: Slack Notification
9597
uses: rtCamp/action-slack-notify@v2
9698
env:

chart/otomi/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Helm chart for installing otomi in Kubernetes
44
home: https://otomi.io/
55
icon: https://otomi.io/img/otomi-logo.svg
66
type: application
7-
version: '0.1.1'
7+
version: '0.1.2'
88
appVersion: 'APP_VERSION_PLACEHOLDER'
99
keywords:
1010
- otomi

0 commit comments

Comments
 (0)