Skip to content

Commit

Permalink
Merge pull request #1 from unikorn-cloud/helm_common
Browse files Browse the repository at this point in the history
Use Common Helm Charts
  • Loading branch information
spjmurray authored Jun 18, 2024
2 parents 79cfd77 + 4431eae commit 1e12dd0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
uses: azure/setup-helm@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build Helm Chart
run: helm dependency update charts/unikorn-stack
- name: Run Test
run: make test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/charts/unikorn-stack/Chart.lock
/charts/unikorn-stack/charts/
18 changes: 0 additions & 18 deletions charts/unikorn-stack/Chart.lock

This file was deleted.

12 changes: 6 additions & 6 deletions charts/unikorn-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn Cloud.

type: application

version: v0.1.1
appVersion: v0.1.1
version: v0.1.2
appVersion: v0.1.2

icon: https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png

Expand All @@ -14,14 +14,14 @@ dependencies:
version: v0.1.49
repository: https://unikorn-cloud.github.io/core
- name: unikorn-identity
version: v0.2.12
version: v0.2.13
repository: https://unikorn-cloud.github.io/identity
- name: unikorn-region
version: v0.1.12
version: v0.1.13
repository: https://unikorn-cloud.github.io/region
- name: unikorn-kubernetes
version: v0.2.15
version: v0.2.16
repository: https://unikorn-cloud.github.io/kubernetes
- name: unikorn-ui
version: v0.2.4
version: v0.2.5
repository: https://unikorn-cloud.github.io/ui

0 comments on commit 1e12dd0

Please sign in to comment.