From 3b00c89a75dbf22e2d10c0370edda3cff3dfcf34 Mon Sep 17 00:00:00 2001 From: Mathias Brunkow Moser Date: Wed, 8 Feb 2023 15:05:21 +0100 Subject: [PATCH] Added workflow documentation --- .github/workflows/release-helm-charts.yml | 7 +++---- charts/consumer-backend/Chart.yaml | 2 +- charts/consumer-ui/Chart.yaml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-helm-charts.yml b/.github/workflows/release-helm-charts.yml index 7e843b0..cab1a56 100644 --- a/.github/workflows/release-helm-charts.yml +++ b/.github/workflows/release-helm-charts.yml @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +## Release helm chart workflow name: Release - Helm Charts on: @@ -23,14 +24,11 @@ on: - main jobs: release: - # depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions - # see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token permissions: contents: write runs-on: ubuntu-latest steps: - # fetch-depth: 0 is required to determine differences in chart(s) - name: Checkout uses: actions/checkout@v3 with: @@ -55,4 +53,5 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.4.1 env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + \ No newline at end of file diff --git a/charts/consumer-backend/Chart.yaml b/charts/consumer-backend/Chart.yaml index 1aa80bd..d2b3760 100644 --- a/charts/consumer-backend/Chart.yaml +++ b/charts/consumer-backend/Chart.yaml @@ -29,7 +29,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.8 +version: 0.1.9 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/consumer-ui/Chart.yaml b/charts/consumer-ui/Chart.yaml index 0175058..0f16d2f 100644 --- a/charts/consumer-ui/Chart.yaml +++ b/charts/consumer-ui/Chart.yaml @@ -29,7 +29,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.8 +version: 0.1.9 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to