Skip to content

Commit bebdb45

Browse files
author
Douglas Camata
authored
Fix image version in the manifest (#58)
* Fix image version in the manifest * Fix Makefile
1 parent fa36827 commit bebdb45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ BIN_DIR = ./bin
22
TOOLS_DIR := $(BIN_DIR)/dev-tools
33
BINARY_NAME = k8s-metadata-injection
44
WEBHOOK_DOCKER_IMAGE_NAME=newrelic/k8s-metadata-injection
5-
WEBHOOK_DOCKER_IMAGE_TAG=1.1.0
5+
WEBHOOK_DOCKER_IMAGE_TAG=1.1.3
66

77
GOLANGCILINT_VERSION = 1.12
88

deploy/newrelic-metadata-injection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
serviceAccountName: newrelic-metadata-injection-service-account
1717
containers:
1818
- name: metadata-injector
19-
image: newrelic/k8s-metadata-injection:1.1.2
19+
image: newrelic/k8s-metadata-injection:1.1.3
2020
env:
2121
- name: clusterName
2222
value: "<YOUR_CLUSTER_NAME>"

0 commit comments

Comments
 (0)