Skip to content

Commit

Permalink
Merge develop into main (#44)
Browse files Browse the repository at this point in the history
* CP-13940 updated version and appVersion (#23)

updated version and appVersion

* Cp 13940 Fix Typo (#25)

* updated version and appVersion

* fix typo

* bump version and appversion for new release (#28)

* CP-14789: Add CODEOWNERS  (#33)

Add CODEOWNERS file and mark team cirrus as global owners

Co-authored-by: Brian Drennan <[email protected]>

* CP-14745: Decrease Log Frequency  (#32)

Increase metrics collection interval

Co-authored-by: Brian Drennan <[email protected]>

* CP-14444: Bump Image Tag and App Versions for New Release (#36)

* bump version and app version

* bump image tag

---------

Co-authored-by: Brian Drennan <[email protected]>

* CP-15508: update cloudwatch agent chart to use the latest image version (#37)

* CP-15508: bump chart version

* Allow users to define the metrics collection interval (#38)

* Allow users to define the metrics collection interval

* Bump chart and update docs

* Update readme to include metrics

* Validate metricsCollectionInterval value

* CP-15835: chore(github): Add CODEOWNERS file (#41)

CP-15835: CP-15835: chore(github): Add CODEOWNERS file

* updated chart and values for latest version (#43)

---------

Co-authored-by: bdrennz <[email protected]>
Co-authored-by: Brian Drennan <[email protected]>
Co-authored-by: Daniel Mepham <[email protected]>
Co-authored-by: Dimitar <[email protected]>
Co-authored-by: Adam Tankanow <[email protected]>
  • Loading branch information
6 people authored Feb 5, 2024
1 parent bb842e3 commit 8abab8b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @cloudzero/cirrus
5 changes: 3 additions & 2 deletions stable/cloudzero-cloudwatch-metrics/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
apiVersion: v1
name: cloudzero-cloudwatch-metrics
description: A Helm chart to deploy cloudzero-cloudwatch-metrics project
version: 0.0.27
appVersion: "0.0.22"

version: 0.0.28
appVersion: "0.0.23"

home: https://cloudzero.github.io/cloudzero-k8s-charts/
icon: https://raw.githubusercontent.com/cloudzero/cloudzero-k8s-charts/docs/logo/cloudZerologo.png
Expand Down
4 changes: 3 additions & 1 deletion stable/cloudzero-cloudwatch-metrics/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
image:
repository: ghcr.io/cloudzero/cloudzero-agent
tag: 0.0.22

tag: 0.0.23

pullPolicy: IfNotPresent

clusterName: cluster_name
Expand Down

0 comments on commit 8abab8b

Please sign in to comment.