We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa15af2 commit 6d6c20aCopy full SHA for 6d6c20a
.github/workflows/build-windows-infra-agent.yml
@@ -26,6 +26,7 @@ jobs:
26
else
27
echo "windowsAgent.tag was not modified."
28
echo "version_changed=false" >> $GITHUB_OUTPUT
29
+ fi
30
31
build:
32
name: Build integration for
charts/newrelic-infrastructure/values.yaml
@@ -42,7 +42,7 @@ images:
42
windowsAgent:
43
registry: ""
44
repository: newrelic/infrastructure-agent
45
- tag: 1.63.0
+ tag: 1.62.0
46
pullPolicy: IfNotPresent
47
48
enableWindows: false
0 commit comments