Skip to content

Commit

Permalink
Release 1.26.7 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchezgavier authored Nov 13, 2020
1 parent d440838 commit f05f194
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/newrelic-infra-unprivileged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
serviceAccountName: newrelic
containers:
- name: newrelic-infra
image: newrelic/infrastructure-k8s:1.26.6-unprivileged
image: newrelic/infrastructure-k8s:1.26.7-unprivileged
resources:
limits:
memory: 150M
Expand Down
2 changes: 1 addition & 1 deletion deploy/newrelic-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: newrelic-infra
image: newrelic/infrastructure-k8s:1.26.6
image: newrelic/infrastructure-k8s:1.26.7
securityContext:
privileged: true
resources:
Expand Down
2 changes: 1 addition & 1 deletion src/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const (
defaultDiscoveryCacheTTL = time.Hour

integrationName = "com.newrelic.kubernetes"
integrationVersion = "1.26.6"
integrationVersion = "1.26.7"
nodeNameEnvVar = "NRK8S_NODE_NAME"
)

Expand Down

0 comments on commit f05f194

Please sign in to comment.