From 3b78f1035f709d614bd56427ed7e93e61a35934d Mon Sep 17 00:00:00 2001 From: Andrey Taranik Date: Sun, 12 Nov 2023 23:26:03 +0300 Subject: [PATCH] revert timezone in aws-cost-reporter chart --- charts/aws-cost-reporter/Chart.yaml | 2 +- charts/aws-cost-reporter/README.md | 2 +- charts/aws-cost-reporter/templates/cronjob.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/aws-cost-reporter/Chart.yaml b/charts/aws-cost-reporter/Chart.yaml index 424fb5b..639fa84 100644 --- a/charts/aws-cost-reporter/Chart.yaml +++ b/charts/aws-cost-reporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: aws-cost-reporter description: AWS Cost Reporter type: application -version: 1.0.0 +version: 1.0.1 appVersion: "v0.1.0" sources: - https://github.com/neondatabase/aws-cost-reporter diff --git a/charts/aws-cost-reporter/README.md b/charts/aws-cost-reporter/README.md index 82da3ff..be7eda9 100644 --- a/charts/aws-cost-reporter/README.md +++ b/charts/aws-cost-reporter/README.md @@ -1,6 +1,6 @@ # aws-cost-reporter -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml) +![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml) AWS Cost Reporter diff --git a/charts/aws-cost-reporter/templates/cronjob.yaml b/charts/aws-cost-reporter/templates/cronjob.yaml index 5e736c5..52f2665 100644 --- a/charts/aws-cost-reporter/templates/cronjob.yaml +++ b/charts/aws-cost-reporter/templates/cronjob.yaml @@ -5,7 +5,7 @@ metadata: labels: {{- include "aws-cost-reporter.labels" . | nindent 4 }} spec: - #timeZone: "Etc/UTC" + timeZone: "Etc/UTC" schedule: '0 12 * * *' jobTemplate: metadata: