Skip to content
This repository was archived by the owner on Sep 24, 2021. It is now read-only.

Commit 2dd7711

Browse files
committed
Release v0.10.0
1 parent a8c7a1d commit 2dd7711

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/k8s-cloudwatch-adapter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: k8s-cloudwatch-adapter
33
description: Helm chart for Kubernetes metrics adapter for Amazon CloudWatch
44
type: application
55
version: 0.2.0
6-
appVersion: 0.9.0
6+
appVersion: 0.10.0

charts/k8s-cloudwatch-adapter/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
pullPolicy: IfNotPresent
33
repository: chankh/k8s-cloudwatch-adapter
4-
tag: "v0.9.0"
4+
tag: "v0.10.0"
55

66
## Optional array of imagePullSecrets containing private registry credentials
77
## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/

deploy/adapter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
fsGroup: 65534
5454
containers:
5555
- name: k8s-cloudwatch-adapter
56-
image: chankh/k8s-cloudwatch-adapter:v0.9.0
56+
image: chankh/k8s-cloudwatch-adapter:v0.10.0
5757
args:
5858
- /adapter
5959
- --cert-dir=/tmp

0 commit comments

Comments
 (0)