diff --git a/.github/workflows/helm-create-release-branch-call.yml b/.github/workflows/helm-create-release-branch-call.yml index d0fabb7f..e375cbf5 100644 --- a/.github/workflows/helm-create-release-branch-call.yml +++ b/.github/workflows/helm-create-release-branch-call.yml @@ -26,4 +26,4 @@ jobs: bump-type: ${{ github.event.inputs.bump-type }} helm-chart: ${{ github.event.inputs.helm-chart }} secrets: - PAT: ${{ secrets.CHEETAHBOT_READ_PACKAGE}} + PAT: ${{ secrets.PAT}} diff --git a/charts/flink-job/Chart.yaml b/charts/flink-job/Chart.yaml index 24510079..f6b83bd6 100644 --- a/charts/flink-job/Chart.yaml +++ b/charts/flink-job/Chart.yaml @@ -7,7 +7,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.8.0 +version: 0.9.0 dependencies: - name: image-automation diff --git a/charts/flink-job/README.md b/charts/flink-job/README.md index e3915ca7..0adadd4d 100644 --- a/charts/flink-job/README.md +++ b/charts/flink-job/README.md @@ -1,6 +1,6 @@ # flink-job -![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for handling Cheetah Data Platform Flink jobs