Skip to content

Commit

Permalink
Merge branch 'main' into change-default-to-log-info
Browse files Browse the repository at this point in the history
  • Loading branch information
pegtrifork authored Feb 13, 2024
2 parents 53b77e8 + 3a4f615 commit 75e4d49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-create-release-branch-call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion charts/flink-job/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/flink-job/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 75e4d49

Please sign in to comment.