Skip to content

Commit

Permalink
fetch_all_tags to bump_version (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaldaralo authored Jan 9, 2025
1 parent dbb0f5a commit c7c1cdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ inputs:
gcloud_project:
description: "name of the gcloud project id, which the artifact registry is part of."
required: false
fetch_all_tags:
description: "Boolean to fetch all tags for a repo (if false, only the last 100 will be fetched)."
required: false
default: "false"

outputs:
helm_chart_new_version:
Expand Down Expand Up @@ -81,6 +85,7 @@ runs:
github_token: ${{ inputs.github_token }}
tag_prefix: helm/${{ steps.chart_name.outputs.result }}-
dry_run: ${{ inputs.dry_run }}
fetch_all_tags: ${{ inputs.fetch_all_tags }}

- name: "publish helm chart to Artifactory"
uses: draios/[email protected]
Expand Down

0 comments on commit c7c1cdc

Please sign in to comment.