diff --git a/.github/actions/chart-releaser-action/cr.sh b/.github/actions/chart-releaser-action/cr.sh old mode 100644 new mode 100755 diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e51b44a..a8f6396 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -6,11 +6,7 @@ on: - v[0-9]+.[0-9]+.[0-9]+ jobs: - test_helm: - uses: ./.github/workflows/test_helm_chart.yaml - publish_helm: - needs: test_helm runs-on: ubuntu-latest steps: - name: Checkout @@ -18,6 +14,11 @@ jobs: with: fetch-depth: 0 + - name: Configure Git + run: | + git config user.name "$GITHUB_ACTOR" + git config user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com" + - name: Run chart-releaser uses: ./.github/actions/chart-releaser-action env: diff --git a/agrold-javaweb/charts/agrold-javaweb/Chart.yaml b/agrold-javaweb/charts/agrold-javaweb/Chart.yaml index d4583b0..e6c458a 100644 --- a/agrold-javaweb/charts/agrold-javaweb/Chart.yaml +++ b/agrold-javaweb/charts/agrold-javaweb/Chart.yaml @@ -42,7 +42,7 @@ maintainers: url: https://yann-pomie.fr - name: Pierre LARMANDE url: https://sites.google.com/site/larmandepierre -name: tomcat +name: agrold sources: - https://github.com/bitnami/charts/tree/main/bitnami/tomcat - https://github.com/SouthGreenPlatform/AgroLD_webapp