Skip to content

Commit

Permalink
Update helm chart to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Oct 28, 2024
1 parent c78f044 commit c128735
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/k8s-observability-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: k8s-observability-monitoring
version: 0.1.1
version: 0.1.2
3 changes: 2 additions & 1 deletion charts/k8s-observability-monitoring/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# k8s-observability-monitoring

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square)
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square)

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| awsAccountId | string | `""` | |
| awsRegion | string | `""` | |
| chartVersion | string | `"1.6.1"` | |
| clusterName | string | `"changeme"` | |
| otlpGateway | string | `"https://otlp-gateway.obs-us-east-ct.hsp.philips.com"` | |
| resourcePrefix | string | `""` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
source:
chart: k8s-monitoring
repoURL: https://grafana.github.io/helm-charts
targetRevision: 1.6.0
targetRevision: {{ .Values.chartVersion }}
helm:
releaseName: k8s-monitoring
valuesObject:
Expand Down
1 change: 1 addition & 0 deletions charts/k8s-observability-monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ awsRegion: ""
awsAccountId: ""
clusterName: "changeme"
otlpGateway: "https://otlp-gateway.obs-us-east-ct.hsp.philips.com"
chartVersion: "1.6.1"

0 comments on commit c128735

Please sign in to comment.