Skip to content

Commit

Permalink
Merge pull request #22 from dyllamt/feature/pipe-delimiters
Browse files Browse the repository at this point in the history
updated delims
  • Loading branch information
dyllamt committed Feb 19, 2024
2 parents acce479 + e3985d0 commit d4c1d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
VALUES_PATH="$CHARTS_DIR/$CHART_NAME/values.yaml"
IMAGE_TAG="ghcr.io/dyllamt/$CHART_NAME:$VERSION"
echo "Updating image in $VALUES_PATH to $IMAGE_TAG"
sed -i "s/image: .*/image: $IMAGE_TAG/" $VALUES_PATH
sed -i "s|image: .*|image: $IMAGE_TAG|" $VALUES_PATH
- name: Release Helm Charts
uses: helm/chart-releaser-action@v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4
0.0.5

0 comments on commit d4c1d4a

Please sign in to comment.