Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion actions/charts-values-update-action/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Helm Charts Release Action
# Helm Charts values update action

This GitHub Action automates the process of updating docker images versions in `values.yaml` files. It ensures that the chart and image versions are updated consistently and commits the changes to a release branch.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ charts:
image:
- ghcr.io/netcracker/module1:${release} # This will replace the image version with the release version
- ghcr.io/netcracker/module1-service1:${release}-${THIRD_PARTY_VERSION} # This will replace the image version with the release version and append the THIRD_PARTY_VERSION variable
- ghcr.io/netcracker/module1-service2:#5\.\d+\.\d+ # This will select the latest tag matching the jq regular expression
- ghcr.io/netcracker/module1-service2:#5\.\d+\.\d+ # This will select the latest tag matching the Python re regular expression
- ghcr.io/netcracker/module1-service2:#latest # This will select the latest SemVer tag
Loading
Loading