Skip to content

Commit

Permalink
fix: some little issues (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien authored Dec 9, 2024
1 parent f28db94 commit 1043b3d
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 409 deletions.
2 changes: 1 addition & 1 deletion .github/configs/ct-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
remote: origin
target-branch: main
chart-dirs:
- helm
- chart
helm-extra-args: "--timeout 600s"
validate-chart-schema: false
validate-maintainers: true
Expand Down
2 changes: 1 addition & 1 deletion .github/configs/ct-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
remote: origin
target-branch: main
chart-dirs:
- helm
- chart
helm-extra-args: "--timeout 600s"
validate-chart-schema: false
validate-maintainers: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chart-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ct-linting-and-testing
on:
pull_request:
paths:
- helm/**
- ../../chart/**
- "!helm/README.md"
- "!helm/README.md.gotmpl"

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Run Artifact Hub lint
run: |
curl -s https://api.github.com/repos/artifacthub/hub/releases/latest | grep -E 'browser_download_url' | grep linux_amd64.tar.gz\" | grep -Eo 'https://[^\"]*' | xargs wget -O - | tar -xz
./ah lint -p helm || exit 1
./ah lint -p chart/pulumi-esc-csi-provider || exit 1
rm -f ./ah
- name: Run chart-testing (lint)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chart-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
- name: Run Artifact Hub lint
run: |
curl -s https://api.github.com/repos/artifacthub/hub/releases/latest | grep -E 'browser_download_url' | grep linux_amd64.tar.gz\" | grep -Eo 'https://[^\"]*' | xargs wget -O - | tar -xz
./ah lint -p helm || exit 1
./ah lint -p chart/pulumi-esc-csi-provider || exit 1
rm -f ./ah
- name: Run chart-releaser
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
with:
config: "./.github/configs/cr.yaml"
charts_dir: "helm"
charts_dir: "chart"
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ tilt up

### Deploy Pulumi ESC Secret Store CSI Driver - production

See [helm/README.md](./helm/README.md) for instructions on how to deploy the Pulumi ESC Secret Store CSI Driver using Helm.
See [helm/README.md](chart/README.md) for instructions on how to deploy the Pulumi ESC Secret Store CSI Driver using Helm.

23 changes: 0 additions & 23 deletions helm/.helmignore

This file was deleted.

8 changes: 0 additions & 8 deletions helm/Chart.yaml

This file was deleted.

101 changes: 0 additions & 101 deletions helm/README.md

This file was deleted.

66 changes: 0 additions & 66 deletions helm/README.md.gotmpl

This file was deleted.

44 changes: 0 additions & 44 deletions helm/templates/NOTES.txt

This file was deleted.

Loading

0 comments on commit 1043b3d

Please sign in to comment.