Skip to content

Commit efb1a26

Browse files
authored
Merge branch 'main' into support-k8s-1-35
2 parents cd787a1 + e72e60a commit efb1a26

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile.sidecar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This creates a single-container image suitable for Fargate sidecar injection
33

44
ARG MODE=normal
5-
ARG BASE_IMAGE=newrelic/infrastructure-bundle:3.3.30
5+
ARG BASE_IMAGE=newrelic/infrastructure-bundle:3.3.32
66

77
FROM $BASE_IMAGE AS base
88

charts/newrelic-infrastructure/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ images:
4141
agent:
4242
registry: ""
4343
repository: newrelic/infrastructure-bundle
44-
tag: 3.3.30
44+
tag: 3.3.32
4545
pullPolicy: IfNotPresent
4646
# -- Image for the New Relic Kubernetes integration.
4747
# @default -- See `values.yaml`
@@ -62,7 +62,7 @@ images:
6262
windowsAgent:
6363
registry: ""
6464
repository: newrelic/infrastructure-bundle
65-
tag: 3.3.30
65+
tag: 3.3.32
6666
pullPolicy: IfNotPresent
6767

6868
# -- Enable Windows node monitoring.

0 commit comments

Comments
 (0)