Skip to content

Commit

Permalink
GH Action: sync-app-version
Browse files Browse the repository at this point in the history
Sync agent-helm release with the agent one
SCALRCORE-27249
  • Loading branch information
vmotso committed Sep 13, 2023
1 parent 7c506be commit f576484
Show file tree
Hide file tree
Showing 10 changed files with 20,161 additions and 10,473 deletions.
7 changes: 7 additions & 0 deletions .github/actions/sync-app-version/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
env:
es2021: true
node: true
extends: standard
parserOptions:
ecmaVersion: latest
rules: {}
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
name: Update appVersion
name: Sync appVersion
description: |-
This action update appVersion in all charts. It gets the appVersion from the input
and sets it in each Chart.yaml and changes the version of Chart.yaml itself. Charts
versions is updated using the sem-version patch stategy. All changes are made in $GITHUB_WORKSPACE.
inputs:
app_version:
description: The new appVersion value
description: appVersion value
required: true
upstream:
description: Upsteam ID
required: true

outputs:
app_version:
description: The update appVersion value

chart_version:
description: The updated Chart.yaml version value

runs:
using: node16
Expand Down
Loading

0 comments on commit f576484

Please sign in to comment.