Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
CCOLLOT committed Jan 30, 2025
1 parent 4256536 commit 10b40b7
Show file tree
Hide file tree
Showing 34 changed files with 13,572 additions and 67 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: create-tag-release
on: push
jobs:
helm-unittest:
uses: stacc/platform-github-actions/.github/workflows/helm-unittest.yaml@main
create-tag-release:
if: github.ref == 'refs/heads/main'
uses: stacc/platform-github-actions/.github/workflows/tag-release.yaml@main
needs: helm-unittest
create-tag-release:
if: github.ref == 'refs/heads/main'
uses: stacc/platform-github-actions/.github/workflows/tag-release.yaml@main
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ rendered
charts/
rendered.yaml
tmp
Chart.lock
Chart.lock
.up
8 changes: 0 additions & 8 deletions Chart.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# helm-chart
git repository template for helm charts
KCL modules for the plaftorm infra team
13 changes: 4 additions & 9 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
# https://taskfile.dev

version: '3'
version: "3"

env:
CHART_DIR: "."

tasks:
build:
generate-upbound-models:
cmds:
- helm dependency build $CHART_DIR
test:
cmds:
- helm unittest $CHART_DIR
template:
cmds:
- helm template ${CHART_DIR} > rendered.yaml
- up dependency update-cache --project-file="project.yaml"
- cp -r .up/kcl/models/* .
651 changes: 651 additions & 0 deletions io/upbound/azure/keyvault/v1beta1/accesspolicy.k

Large diffs are not rendered by default.

1,383 changes: 1,383 additions & 0 deletions io/upbound/azure/keyvault/v1beta1/certificate.k

Large diffs are not rendered by default.

Loading

0 comments on commit 10b40b7

Please sign in to comment.