Skip to content

Commit

Permalink
Adding output helm_chart_version (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
evillalo985 authored Jun 17, 2024
1 parent 9aa5cee commit dbb0f5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ This is a `composite` action leveraging the code of [draios/action-helm-tools](g
- `artifactory_url`: Artifactory repo URL (default: "https://artifactory.internal.sysdig.com:443/artifactory/helm-local/)
- `artifactory_username`: Artifcatory Username

## Outputs

- `helm_chart_new_version`: The version of the bumped Helm chart

## Example workflow

Perform all checks on pull requests
Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ inputs:
description: "name of the gcloud project id, which the artifact registry is part of."
required: false

outputs:
helm_chart_new_version:
description: "Version of the bumped Helm chart"
value: ${{ steps.bump_version.outputs.new_version }}

runs:
using: "composite"
Expand Down

0 comments on commit dbb0f5a

Please sign in to comment.