Skip to content

Commit 7ac2e39

Browse files
committed
add depth
1 parent 6d6c20a commit 7ac2e39

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-windows-infra-agent.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
new_agent_version: ${{ steps.version-check.outputs.new_agent_version }}
1616
steps:
1717
- uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 2
1820
- name: Check if windowsAgent.tag was modified
1921
id: version-check
2022
run: |

charts/newrelic-infrastructure/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ images:
4242
windowsAgent:
4343
registry: ""
4444
repository: newrelic/infrastructure-agent
45-
tag: 1.62.0
45+
tag: 1.63.0
4646
pullPolicy: IfNotPresent
4747

4848
enableWindows: false

0 commit comments

Comments
 (0)