Skip to content

Commit 528cf27

Browse files
authored
Update the cert manager to v1.1.1 in the manifest (#56)
1 parent ea322df commit 528cf27

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 1.1.2
8+
9+
- Update k8s-webhook-cert-manager to 1.1.1
10+
11+
## 1.1.1
12+
13+
- Change default server timeout to 1s
14+
715
## 1.1.0
816

917
### Added

deploy/job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
containers:
6363
- name: metadata-cert-setup
6464
# This is a minimal kubectl image based on Alpine Linux that sings certificates using the k8s extension api server
65-
image: newrelic/k8s-webhook-cert-manager:1.0.1
65+
image: newrelic/k8s-webhook-cert-manager:1.1.1
6666
command: ["./generate_certificate.sh"]
6767
args:
6868
- "--service"

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.1
19+
image: newrelic/k8s-metadata-injection:1.1.2
2020
env:
2121
- name: clusterName
2222
value: "<YOUR_CLUSTER_NAME>"

0 commit comments

Comments
 (0)