Skip to content

Commit 025e6ca

Browse files
Release 0.33.0 (#57)
1 parent 0de9e38 commit 025e6ca

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

charts/yet-another-cloudwatch-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: yet-another-cloudwatch-exporter
33
description: Yace - Yet Another CloudWatch Exporter
44
type: application
5-
version: 0.32.0
5+
version: 0.33.0
66
appVersion: "v0.58.0"
77
home: https://github.com/nerdswords/helm-charts
88
sources:

charts/yet-another-cloudwatch-exporter/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# yet-another-cloudwatch-exporter
22

3-
![Version: 0.32.0](https://img.shields.io/badge/Version-0.32.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.58.0](https://img.shields.io/badge/AppVersion-v0.58.0-informational?style=flat-square)
3+
![Version: 0.33.0](https://img.shields.io/badge/Version-0.33.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.58.0](https://img.shields.io/badge/AppVersion-v0.58.0-informational?style=flat-square)
44

55
Yace - Yet Another CloudWatch Exporter
66

@@ -46,6 +46,7 @@ helm install nerdswords/yet-another-cloudwatch-exporter
4646
| ingress.hosts[0].paths[0].path | string | `"/"` | |
4747
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
4848
| ingress.tls | list | `[]` | |
49+
| lifecycle | object | `{}` | |
4950
| nameOverride | string | `""` | |
5051
| nodeSelector | object | `{}` | |
5152
| podAnnotations | object | `{}` | |
@@ -61,6 +62,7 @@ helm install nerdswords/yet-another-cloudwatch-exporter
6162
| service.port | int | `80` | |
6263
| service.type | string | `"ClusterIP"` | |
6364
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
65+
| serviceAccount.automountServiceAccountToken | bool | `true` | |
6466
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
6567
| serviceAccount.labels | object | `{}` | Labels to add to the service account |
6668
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |

charts/yet-another-cloudwatch-exporter/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serviceAccount:
2828
# This defaults to "true" so that YACE tries to automount ServiceAccountTokens by default
2929
# You may want to set this to false in your environment to pass security policies. Otherwise,
3030
# the default will probably be fine.
31-
automountServiceAccountToken: true
31+
automountServiceAccountToken: true
3232

3333
podAnnotations: {}
3434

0 commit comments

Comments
 (0)