We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c6008 commit 0960d8dCopy full SHA for 0960d8d
.github/workflows/main.yml
@@ -91,6 +91,8 @@ jobs:
91
charts_repo_url: https://otomi.io/charts/
92
env:
93
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
94
+ CR_OWNER: redkubes
95
+ CR_GIT_REPO: charts
96
- name: Slack Notification
97
uses: rtCamp/action-slack-notify@v2
98
chart/otomi/Chart.yaml
@@ -4,7 +4,7 @@ description: A Helm chart for installing otomi in Kubernetes
4
home: https://otomi.io/
5
icon: https://otomi.io/img/otomi-logo.svg
6
type: application
7
-version: '0.1.1'
+version: '0.1.2'
8
appVersion: 'APP_VERSION_PLACEHOLDER'
9
keywords:
10
- otomi
0 commit comments