Skip to content

Commit

Permalink
Fix search and replace for imagePullPolicy (nginxinc#2889)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Dec 13, 2024
1 parent 619c127 commit 4cd0621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5 # 3.0.5
with:
find: "Always"
replace: "IfNotPresent"
find: ": Always"
replace: ": IfNotPresent"
include: "charts/nginx-gateway-fabric/*.yaml"
regex: false

Expand Down

0 comments on commit 4cd0621

Please sign in to comment.