Skip to content

Commit

Permalink
chore(deps): update oaas-observability (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
netic-renovate-bot authored Jul 26, 2024
1 parent 7b460d1 commit 384d0ef
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
12 changes: 6 additions & 6 deletions charts/oaas-observability/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dependencies:
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 8.3.2
version: 8.3.6
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.21.0
version: 5.23.0
- name: prometheus-node-exporter
repository: file://../prometheus-node-exporter
version: 1.0.16
Expand All @@ -13,12 +13,12 @@ dependencies:
version: 2.0.0
- name: opentelemetry-operator
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.64.1
version: 0.64.4
- name: vector-agent
repository: https://helm.vector.dev
version: 0.21.3
- name: promtail
repository: https://grafana.github.io/helm-charts
version: 6.16.3
digest: sha256:2332490415556e9cd3759faed31851d6395c615a59cb1c82ef51304dd83cdfcc
generated: "2024-07-04T16:06:33.285543247Z"
version: 6.16.4
digest: sha256:fdb1cab92285fa08180f7c8291d1b79f58deba84183804f3ada7f7fe2d2d6212
generated: "2024-07-26T08:06:26.366699903Z"
10 changes: 5 additions & 5 deletions charts/oaas-observability/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ 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.2.11
version: 2.2.12
maintainers:
- name: langecode
email: [email protected]
- name: KimNorgaard
email: [email protected]
dependencies:
- name: grafana
version: 8.3.2
version: 8.3.6
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
- name: kube-state-metrics
version: 5.21.0
version: 5.23.0
repository: https://prometheus-community.github.io/helm-charts
- name: prometheus-node-exporter
version: "*"
Expand All @@ -28,14 +28,14 @@ dependencies:
repository: file://../prometheus-operator
condition: prometheus-operator.enabled
- name: opentelemetry-operator
version: 0.64.1
version: 0.64.4
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-operator.enabled
- name: vector-agent
version: 0.21.3
repository: https://helm.vector.dev
condition: vector-agent.enabled
- name: promtail
version: 6.16.3
version: 6.16.4
repository: https://grafana.github.io/helm-charts
condition: promtail.enabled
14 changes: 7 additions & 7 deletions charts/oaas-observability/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# oaas-observability

![Version: 2.2.11](https://img.shields.io/badge/Version-2.2.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.2.12](https://img.shields.io/badge/Version-2.2.12-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,11 +32,11 @@ $ 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.3.2 |
| https://grafana.github.io/helm-charts | promtail | 6.16.3 |
| https://grafana.github.io/helm-charts | grafana | 8.3.6 |
| https://grafana.github.io/helm-charts | promtail | 6.16.4 |
| https://helm.vector.dev | vector-agent | 0.21.3 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-operator | 0.64.1 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.21.0 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-operator | 0.64.4 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.23.0 |

## Configuration

Expand Down Expand Up @@ -396,7 +396,7 @@ $ helm install my-release netic-oaas/oaas-observability
| prometheus.prometheusSpec.externalLabels.cluster | string | `"dummy"` | |
| prometheus.prometheusSpec.externalUrl | string | `""` | |
| prometheus.prometheusSpec.image.repository | string | `"quay.io/prometheus/prometheus"` | |
| prometheus.prometheusSpec.image.tag | string | `"v2.53.0"` | |
| prometheus.prometheusSpec.image.tag | string | `"v2.53.1"` | |
| prometheus.prometheusSpec.initContainers | list | `[]` | |
| prometheus.prometheusSpec.listenLocal | bool | `false` | |
| prometheus.prometheusSpec.logFormat | string | `"logfmt"` | |
Expand Down Expand Up @@ -438,7 +438,7 @@ $ helm install my-release netic-oaas/oaas-observability
| prometheus.prometheusSpec.storageSpec | object | `{}` | |
| prometheus.prometheusSpec.thanos | object | `{}` | |
| prometheus.prometheusSpec.tolerations | list | `[]` | |
| prometheus.prometheusSpec.version | string | `"v2.53.0"` | |
| prometheus.prometheusSpec.version | string | `"v2.53.1"` | |
| prometheus.prometheusSpec.volumeMounts | list | `[]` | |
| prometheus.prometheusSpec.volumes | list | `[]` | |
| prometheus.prometheusSpec.walCompression | bool | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/oaas-observability/local/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:

grafana:
container_name: grafana
image: grafana/grafana:11.1.0
image: grafana/grafana:11.1.1
depends_on:
- "victoriametrics"
ports:
Expand Down
2 changes: 1 addition & 1 deletion charts/oaas-observability/scripts/jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"subdir": "contrib/mixin"
}
},
"version": "v3.5.14"
"version": "v3.5.15"
}
],
"legacyImports": true
Expand Down
2 changes: 1 addition & 1 deletion charts/oaas-observability/scripts/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"subdir": "contrib/mixin"
}
},
"version": "1ff29a0043c981ce7d3e719344e0598b1e64ace2",
"version": "37d28f779796058db3f2f0beabcd4619e38021b9",
"sum": "W/Azptf1PoqjyMwJON96UY69MFugDA4IAYiKURscryc="
},
{
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 @@ -1184,8 +1184,8 @@ prometheus:
##
image:
repository: quay.io/prometheus/prometheus
tag: v2.53.0
version: v2.53.0
tag: v2.53.1
version: v2.53.1

## additionalScrapeConfigs for adding scape configs (https://prometheus.io/docs/prometheus/latest/configuration/configuration/#scrape_config).
## ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#prometheusspec
Expand Down

0 comments on commit 384d0ef

Please sign in to comment.