Skip to content

Commit

Permalink
Release 0.28.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangreco committed Feb 28, 2024
1 parent 7b04ca5 commit 564d587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/yet-another-cloudwatch-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: yet-another-cloudwatch-exporter
description: Yace - Yet Another CloudWatch Exporter
type: application
version: 0.27.0
appVersion: "v0.56.0"
version: 0.28.0
appVersion: "v0.57.0"
home: https://github.com/nerdswords/helm-charts
sources:
- https://github.com/nerdswords/yet-another-cloudwatch-exporter
Expand Down
2 changes: 1 addition & 1 deletion charts/yet-another-cloudwatch-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yet-another-cloudwatch-exporter

![Version: 0.27.0](https://img.shields.io/badge/Version-0.27.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.56.0](https://img.shields.io/badge/AppVersion-v0.56.0-informational?style=flat-square)
![Version: 0.28.0](https://img.shields.io/badge/Version-0.28.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.57.0](https://img.shields.io/badge/AppVersion-v0.57.0-informational?style=flat-square)

Yace - Yet Another CloudWatch Exporter

Expand Down

1 comment on commit 564d587

@jw2k17
Copy link
Contributor

@jw2k17 jw2k17 commented on 564d587 Mar 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I'd like to check on the possibility of adding [annotations] directly to the top [metadata] section of the deployment yaml template, as shown in the link below. This is because I'm deploying my application in a Kubernetes environment using YACE as a helm chart, and there's a requirement for annotations in the metadata. Thank you!

Link to the template: https://github.com/nerdswords/helm-charts/blob/main/charts/yet-another-cloudwatch-exporter/templates/deployment.yaml

apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "yet-another-cloudwatch-exporter.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "yet-another-cloudwatch-exporter.labels" . | nindent 4 }}
annotations:
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 4 }}
{{- end }}

Please sign in to comment.