Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: some little issues #12

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading