Skip to content

Commit

Permalink
revert timezone in aws-cost-reporter chart
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdteam committed Nov 12, 2023
1 parent 09235c1 commit 3b78f10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/aws-cost-reporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/aws-cost-reporter/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/aws-cost-reporter/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3b78f10

Please sign in to comment.