Skip to content

Commit d1681ad

Browse files
core: update version to 2.3.1 (#82)
1 parent aea8922 commit d1681ad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/newrelic-infra-unprivileged.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
serviceAccountName: newrelic
8484
containers:
8585
- name: newrelic-infra
86-
image: newrelic/infrastructure-k8s:2.3.0-unprivileged
86+
image: newrelic/infrastructure-k8s:2.3.1-unprivileged
8787
resources:
8888
limits:
8989
memory: 150M

deploy/newrelic-infra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
dnsPolicy: ClusterFirstWithHostNet
8686
containers:
8787
- name: newrelic-infra
88-
image: newrelic/infrastructure-k8s:2.3.0
88+
image: newrelic/infrastructure-k8s:2.3.1
8989
securityContext:
9090
privileged: true
9191
resources:

src/kubernetes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const (
7070
defaultDiscoveryCacheTTL = time.Hour
7171

7272
integrationName = "com.newrelic.kubernetes"
73-
integrationVersion = "2.3.0"
73+
integrationVersion = "2.3.1"
7474
nodeNameEnvVar = "NRK8S_NODE_NAME"
7575
)
7676

0 commit comments

Comments
 (0)