diff --git a/.github/configs/ct-install.yaml b/.github/configs/ct-install.yaml index ff56c21c..df00bb1e 100644 --- a/.github/configs/ct-install.yaml +++ b/.github/configs/ct-install.yaml @@ -6,11 +6,7 @@ target-branch: main chart-dirs: - charts chart-repos: - - argo=https://argoproj.github.io/argo-helm - - minio=https://helm.min.io/ - dandydeveloper=https://dandydeveloper.github.io/charts/ - - stable=https://charts.helm.sh/stable - - incubator=https://charts.helm.sh/incubator helm-extra-args: "--timeout 600s" validate-chart-schema: false validate-maintainers: true diff --git a/.github/configs/ct-lint.yaml b/.github/configs/ct-lint.yaml index 16d01791..1e66067a 100644 --- a/.github/configs/ct-lint.yaml +++ b/.github/configs/ct-lint.yaml @@ -6,11 +6,7 @@ target-branch: main chart-dirs: - charts chart-repos: - - argo=https://argoproj.github.io/argo-helm - - minio=https://helm.min.io/ - dandydeveloper=https://dandydeveloper.github.io/charts/ - - stable=https://charts.helm.sh/stable - - incubator=https://charts.helm.sh/incubator helm-extra-args: "--timeout 600s" validate-chart-schema: false validate-maintainers: true diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index bd2bfe3f..6b4d971f 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -1,5 +1,4 @@ ## Reference: https://github.com/helm/chart-testing-action ---- name: Linting and Testing on: pull_request jobs: diff --git a/.github/workflows/pr-sizing.yml b/.github/workflows/pr-sizing.yml index 7f35a417..bcdfc440 100644 --- a/.github/workflows/pr-sizing.yml +++ b/.github/workflows/pr-sizing.yml @@ -1,5 +1,4 @@ ## Reference: https://github.com/pascalgn/size-label-action ---- name: 'PR Labeling' on: pull_request_target: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c3089bc3..729c2621 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,10 +1,10 @@ ---- +## Reference: https://github.com/helm/chart-releaser-action name: Chart Publish on: push: branches: - main - - rewrite-build + jobs: publish: runs-on: ubuntu-latest @@ -19,11 +19,8 @@ jobs: - name: Add dependency chart repos run: | - helm repo add argo https://argoproj.github.io/argo-helm - helm repo add minio https://helm.min.io/ helm repo add dandydeveloper https://dandydeveloper.github.io/charts/ - helm repo add stable https://charts.helm.sh/stable - helm repo add incubator https://charts.helm.sh/incubator + - name: Configure Git run: | git config user.name "$GITHUB_ACTOR"