Skip to content

Commit 3708adb

Browse files
authored
Merge pull request #69 from kaskol10/feat/views-extension
Fix Helm release image tag bumps
2 parents 93ce33c + 3f68419 commit 3708adb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
echo "Updated Chart.yaml:"
150150
cat charts/karpenter-optimizer/Chart.yaml
151151
echo "Updated values.yaml image tags:"
152-
rg -n "^[[:space:]]*tag:" charts/karpenter-optimizer/values.yaml
152+
grep -nE "^[[:space:]]*tag:" charts/karpenter-optimizer/values.yaml
153153
154154
- name: Configure Git
155155
run: |

0 commit comments

Comments
 (0)