We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa36827 commit bebdb45Copy full SHA for bebdb45
Makefile
@@ -2,7 +2,7 @@ BIN_DIR = ./bin
2
TOOLS_DIR := $(BIN_DIR)/dev-tools
3
BINARY_NAME = k8s-metadata-injection
4
WEBHOOK_DOCKER_IMAGE_NAME=newrelic/k8s-metadata-injection
5
-WEBHOOK_DOCKER_IMAGE_TAG=1.1.0
+WEBHOOK_DOCKER_IMAGE_TAG=1.1.3
6
7
GOLANGCILINT_VERSION = 1.12
8
deploy/newrelic-metadata-injection.yaml
@@ -16,7 +16,7 @@ spec:
16
serviceAccountName: newrelic-metadata-injection-service-account
17
containers:
18
- name: metadata-injector
19
- image: newrelic/k8s-metadata-injection:1.1.2
+ image: newrelic/k8s-metadata-injection:1.1.3
20
env:
21
- name: clusterName
22
value: "<YOUR_CLUSTER_NAME>"
0 commit comments