We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93ce33c + 3f68419 commit 3708adbCopy full SHA for 3708adb
1 file changed
.github/workflows/release.yml
@@ -149,7 +149,7 @@ jobs:
149
echo "Updated Chart.yaml:"
150
cat charts/karpenter-optimizer/Chart.yaml
151
echo "Updated values.yaml image tags:"
152
- rg -n "^[[:space:]]*tag:" charts/karpenter-optimizer/values.yaml
+ grep -nE "^[[:space:]]*tag:" charts/karpenter-optimizer/values.yaml
153
154
- name: Configure Git
155
run: |
0 commit comments