We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6c20a commit 7ac2e39Copy full SHA for 7ac2e39
.github/workflows/build-windows-infra-agent.yml
@@ -15,6 +15,8 @@ jobs:
15
new_agent_version: ${{ steps.version-check.outputs.new_agent_version }}
16
steps:
17
- uses: actions/checkout@v4
18
+ with:
19
+ fetch-depth: 2
20
- name: Check if windowsAgent.tag was modified
21
id: version-check
22
run: |
charts/newrelic-infrastructure/values.yaml
@@ -42,7 +42,7 @@ images:
42
windowsAgent:
43
registry: ""
44
repository: newrelic/infrastructure-agent
45
- tag: 1.62.0
+ tag: 1.63.0
46
pullPolicy: IfNotPresent
47
48
enableWindows: false
0 commit comments