Skip to content

Commit

Permalink
chore(deps): update oaas-observability
Browse files Browse the repository at this point in the history
  • Loading branch information
netic-renovate-bot committed Jan 24, 2025
1 parent 0e1384f commit fc193c6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions charts/oaas-observability/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 8.8.2
version: 8.8.5
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.28.0
Expand All @@ -13,12 +13,12 @@ dependencies:
version: 2.0.8
- name: opentelemetry-operator
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.78.1
version: 0.79.0
- name: vector-agent
repository: https://helm.vector.dev
version: 0.21.3
- name: promtail
repository: https://grafana.github.io/helm-charts
version: 6.16.6
digest: sha256:6dd59405ece9bbc7efbeb0f82b60f85a22075ee69ea77ec724a45120619ef926
generated: "2025-01-08T20:08:00.759141395Z"
digest: sha256:967e9aba58825821e2ebdac5d5e74eb75d0dfd255660282e53cf14b6a12b8261
generated: "2025-01-24T16:07:55.957461299Z"
6 changes: 3 additions & 3 deletions charts/oaas-observability/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ description: A Helm chart to deploy obeservability stack on Kubernetes
home: https://github.com/neticdk/k8s-oaas-observability
sources:
- https://github.com/neticdk/k8s-oaas-observability
version: 2.3.16
version: 2.3.17
maintainers:
- name: langecode
email: [email protected]
- name: KimNorgaard
email: [email protected]
dependencies:
- name: grafana
version: 8.8.2
version: 8.8.5
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
- name: kube-state-metrics
Expand All @@ -28,7 +28,7 @@ dependencies:
repository: file://../prometheus-operator
condition: prometheus-operator.enabled
- name: opentelemetry-operator
version: 0.78.1
version: 0.79.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-operator.enabled
- name: vector-agent
Expand Down
10 changes: 5 additions & 5 deletions charts/oaas-observability/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# oaas-observability

![Version: 2.3.16](https://img.shields.io/badge/Version-2.3.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.3.17](https://img.shields.io/badge/Version-2.3.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart to deploy obeservability stack on Kubernetes

Expand Down Expand Up @@ -32,10 +32,10 @@ $ helm install my-release netic-oaas/oaas-observability
|------------|------|---------|
| file://../prometheus-node-exporter | prometheus-node-exporter | * |
| file://../prometheus-operator | prometheus-operator | * |
| https://grafana.github.io/helm-charts | grafana | 8.8.2 |
| https://grafana.github.io/helm-charts | grafana | 8.8.5 |
| https://grafana.github.io/helm-charts | promtail | 6.16.6 |
| https://helm.vector.dev | vector-agent | 0.21.3 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-operator | 0.78.1 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-operator | 0.79.0 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.28.0 |

## Configuration
Expand All @@ -51,7 +51,7 @@ $ helm install my-release netic-oaas/oaas-observability
| alertmanager.alertmanagerSpec.containers | list | `[]` | |
| alertmanager.alertmanagerSpec.externalUrl | string | `nil` | |
| alertmanager.alertmanagerSpec.image.repository | string | `"quay.io/prometheus/alertmanager"` | |
| alertmanager.alertmanagerSpec.image.tag | string | `"v0.27.0"` | |
| alertmanager.alertmanagerSpec.image.tag | string | `"v0.28.0"` | |
| alertmanager.alertmanagerSpec.listenLocal | bool | `false` | |
| alertmanager.alertmanagerSpec.logFormat | string | `"logfmt"` | Define Log Format Use 'logfmt' (default) or 'json-formatted' logging |
| alertmanager.alertmanagerSpec.logLevel | string | `"info"` | Log level for Alertmanager to be configured with. |
Expand All @@ -73,7 +73,7 @@ $ helm install my-release netic-oaas/oaas-observability
| alertmanager.alertmanagerSpec.storage | object | `{}` | Storage is the definition of how storage will be used by the Alertmanager instances. ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/user-guides/storage.md |
| alertmanager.alertmanagerSpec.tolerations | list | `[]` | |
| alertmanager.alertmanagerSpec.useExistingSecret | bool | `false` | If true then the user will be responsible to provide a secret with alertmanager configuration So when true the config part will be ignored (including templateFiles) and the one in the secret will be used |
| alertmanager.alertmanagerSpec.version | string | `"v0.27.0"` | |
| alertmanager.alertmanagerSpec.version | string | `"v0.28.0"` | |
| alertmanager.alertmanagerSpec.volumeMounts | list | `[]` | |
| alertmanager.alertmanagerSpec.volumes | list | `[]` | |
| alertmanager.apiVersion | string | `"v2"` | Api that prometheus will use to communicate with alertmanager. Possible values are v1, v2 |
Expand Down
4 changes: 2 additions & 2 deletions charts/oaas-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -857,8 +857,8 @@ alertmanager:
##
image:
repository: quay.io/prometheus/alertmanager
tag: v0.27.0
version: v0.27.0
tag: v0.28.0
version: v0.28.0

# -- If true then the user will be responsible to provide a secret with alertmanager configuration
# So when true the config part will be ignored (including templateFiles) and the one in the secret will be used
Expand Down

0 comments on commit fc193c6

Please sign in to comment.