Skip to content

Commit

Permalink
chore(artifact): add ci for version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yougigun committed Jul 16, 2024
1 parent 9266a9d commit ca1b57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
yq ".rayService.image.tag=\"$RAY_SERVER_VERSION\"" -i charts/core/values.yaml
yq ".temporal.image.tag=\"$TEMPORAL_VERSION\"" -i charts/core/values.yaml
yq ".temporal.admintools.image.tag=\"$TEMPORAL_VERSION\"" -i charts/core/values.yaml
yq ".artifactBackend.image.tag=\"$ARTIFACT_BACKEND_VERSION\"" -i charts/core/values.yaml
- name: Get current chart version
id: get-current-chart-version
run: |
Expand Down

0 comments on commit ca1b57b

Please sign in to comment.