Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions observability-metrics-aws-cloudwatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ helm upgrade --install observability-metrics-aws-cloudwatch \
oci://ghcr.io/openchoreo/helm-charts/observability-metrics-aws-cloudwatch \
--create-namespace \
--namespace "$NS" \
--version 0.2.0 \
--version 0.2.1 \
--set region="$AWS_REGION" \
--set adapter.alerting.webhookAuth.enabled=true \
--set adapter.alerting.webhookAuth.sharedSecret="$WEBHOOK_SHARED_SECRET"
Expand All @@ -356,7 +356,7 @@ helm upgrade --install observability-metrics-aws-cloudwatch \
oci://ghcr.io/openchoreo/helm-charts/observability-metrics-aws-cloudwatch \
--create-namespace \
--namespace "$NS" \
--version 0.2.0 \
--version 0.2.1 \
--set region="$AWS_REGION" \
--set opentelemetry-collector.enabled=false \
--set kubeStateMetrics.enabled=false \
Expand All @@ -374,7 +374,7 @@ helm upgrade --install observability-metrics-aws-cloudwatch \
oci://ghcr.io/openchoreo/helm-charts/observability-metrics-aws-cloudwatch \
--create-namespace \
--namespace "$NS" \
--version 0.2.0 \
--version 0.2.1 \
--set region="$AWS_REGION" \
--set adapter.enabled=false
```
Expand Down Expand Up @@ -474,7 +474,7 @@ Re-trigger the retention Helm hook (it ran once at install time):
kubectl -n "$NS" delete job metrics-aws-cloudwatch-retention --ignore-not-found
helm upgrade observability-metrics-aws-cloudwatch \
oci://ghcr.io/openchoreo/helm-charts/observability-metrics-aws-cloudwatch \
--namespace "$NS" --version 0.2.0 --reuse-values
--namespace "$NS" --version 0.2.1 --reuse-values
```

Verify that Pod Identity was injected into a new adapter pod:
Expand Down Expand Up @@ -527,7 +527,7 @@ helm upgrade --install observability-metrics-aws-cloudwatch \
oci://ghcr.io/openchoreo/helm-charts/observability-metrics-aws-cloudwatch \
--create-namespace \
--namespace "$NS" \
--version 0.2.0 \
--version 0.2.1 \
--set region="$AWS_REGION" \
--set awsCredentials.create=true \
--set awsCredentials.name=metrics-aws-cloudwatch-aws-credentials \
Expand Down Expand Up @@ -556,7 +556,7 @@ helm upgrade --install observability-metrics-aws-cloudwatch \
oci://ghcr.io/openchoreo/helm-charts/observability-metrics-aws-cloudwatch \
--create-namespace \
--namespace "$NS" \
--version 0.2.0 \
--version 0.2.1 \
--set region="$AWS_REGION" \
--set awsCredentials.create=true \
--set awsCredentials.name=metrics-aws-cloudwatch-aws-credentials \
Expand All @@ -578,7 +578,7 @@ helm upgrade --install observability-metrics-aws-cloudwatch \
oci://ghcr.io/openchoreo/helm-charts/observability-metrics-aws-cloudwatch \
--create-namespace \
--namespace "$NS" \
--version 0.2.0 \
--version 0.2.1 \
--set region="$AWS_REGION" \
--set awsCredentials.create=true \
--set awsCredentials.name=metrics-aws-cloudwatch-aws-credentials \
Expand Down Expand Up @@ -800,7 +800,7 @@ kubectl -n "$NS" delete job metrics-aws-cloudwatch-retention --ignore-not-found
# 2. Re-fire the post-upgrade hook.
helm upgrade observability-metrics-aws-cloudwatch \
oci://ghcr.io/openchoreo/helm-charts/observability-metrics-aws-cloudwatch \
--version 0.2.0 --namespace "$NS" --reuse-values
--version 0.2.1 --namespace "$NS" --reuse-values

# 3. Watch the new Job complete.
kubectl -n "$NS" get job metrics-aws-cloudwatch-retention -w
Expand Down
4 changes: 2 additions & 2 deletions observability-metrics-aws-cloudwatch/helm/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies:
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.33.2
digest: sha256:d1b190eea5cb66f3527839832b101e95ef982d501eb153e970f320c4e6855f8c
generated: "2026-05-15T09:31:23.494229+05:30"
digest: sha256:8b2ed072da7e1200538952e1a9ed48a10a1cd758c349f1bbc8a2db3e49ade947
generated: "2026-05-18T14:22:10.01961+05:30"
4 changes: 2 additions & 2 deletions observability-metrics-aws-cloudwatch/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: observability-metrics-aws-cloudwatch
description: A Helm chart for OpenChoreo Metrics Module for AWS CloudWatch
type: application
version: 0.2.0
appVersion: "0.2.0"
version: 0.2.1
appVersion: "0.2.1"
keywords:
- cloudwatch
- aws
Expand Down
Loading