Skip to content

Commit

Permalink
Use Common Helm Templates (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray authored Jun 19, 2024
1 parent 0b4d808 commit 549780d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 100 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Touch
run: make touch
- name: Build Helm Chart
run: helm dependency update charts/core
- name: Golang CI/Helm Lint
run: make lint
- name: Build CRDs
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/bin
/sboms
/charts/core/Chart.lock
/charts/core/charts
*.swp
cover.out
cover.html
11 changes: 8 additions & 3 deletions charts/core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
apiVersion: v2
name: core
name: unikorn-core
description: A Helm chart for deploying Unikorn Core

type: application

version: v0.1.49
appVersion: v0.1.49
version: v0.1.50
appVersion: v0.1.50

icon: https://assets.unikorn-cloud.org/images/logos/dark-on-light/icon.svg

dependencies:
- name: unikorn-common
version: v0.1.6
repository: https://unikorn-cloud.github.io/helm-common
97 changes: 0 additions & 97 deletions charts/core/templates/_helpers.tpl

This file was deleted.

0 comments on commit 549780d

Please sign in to comment.