Skip to content

Commit 7d5410f

Browse files
committed
Fix version constraints and run linter
Signed-off-by: Danny Kopping <[email protected]>
1 parent 77b07f7 commit 7d5410f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

coder-observability/Chart.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ dependencies:
44
version: 7.3.12
55
- name: prometheus
66
repository: https://prometheus-community.github.io/helm-charts
7-
version: 25.24.1
7+
version: 25.24.2
88
- name: loki
99
repository: https://grafana.github.io/helm-charts
10-
version: 6.7.3
10+
version: 6.7.4
1111
- name: grafana-agent
1212
repository: https://grafana.github.io/helm-charts
1313
version: 0.37.0
14-
digest: sha256:10a5d2b617b691e0ed87ca9e31c86618e05ca3b8031ddb3b417610f47e8bb069
15-
generated: "2024-07-26T10:52:20.819468+02:00"
14+
digest: sha256:05e0dae0200cabf5cb9e2cfb18a4e166fcaceefaf39827addff4299b18c31d4e
15+
generated: "2025-01-15T20:35:57.318818175Z"

coder-observability/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ dependencies:
88
- name: grafana
99
condition: grafana.enabled
1010
repository: https://grafana.github.io/helm-charts
11-
version: '^v7.3.7'
11+
version: '~v7.3.7'
1212
- name: prometheus
1313
condition: prometheus.enabled
1414
repository: https://prometheus-community.github.io/helm-charts
15-
version: '^v25.18.0'
15+
version: '~v25.24.1'
1616
- name: loki
1717
condition: loki.enabled
1818
repository: https://grafana.github.io/helm-charts
19-
version: '^v6.3.4'
19+
version: '~v6.7.3'
2020
- name: grafana-agent
2121
alias: grafana-agent
2222
condition: grafana-agent.enabled
2323
repository: https://grafana.github.io/helm-charts
24-
version: '^0.37.0'
24+
version: '~0.37.0'
2525
maintainers:
2626
- name: Coder Technologies, Inc.
2727
url: https://github.com/coder/observability/issues

compiled/resources.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10162,7 +10162,7 @@ spec:
1016210162
template:
1016310163
metadata:
1016410164
annotations:
10165-
checksum/config: 308677931777ae343a565387f5edecd66c53876ef7d120e9df3c6196c1884b30
10165+
checksum/config: bc7add19cdc0df1566dec1bf8f9421082357d4393124d6ea2df28d7e5888cc8a
1016610166
labels:
1016710167
app.kubernetes.io/name: loki
1016810168
app.kubernetes.io/instance: coder-observability
@@ -10246,7 +10246,7 @@ spec:
1024610246
template:
1024710247
metadata:
1024810248
annotations:
10249-
checksum/config: 616b4c9b39f90d71edfd156f86c7f57751f662542a83f3e345c30496c3da7d27
10249+
checksum/config: 4dbe50185304244ab527314b7723d048ea4544f97d0a4d8e0192863861811005
1025010250
prometheus.io/scrape: "true"
1025110251
labels:
1025210252
app.kubernetes.io/part-of: memberlist
@@ -10725,7 +10725,7 @@ spec:
1072510725
template:
1072610726
metadata:
1072710727
annotations:
10728-
checksum/config: 616b4c9b39f90d71edfd156f86c7f57751f662542a83f3e345c30496c3da7d27
10728+
checksum/config: 4dbe50185304244ab527314b7723d048ea4544f97d0a4d8e0192863861811005
1072910729
prometheus.io/scrape: "true"
1073010730
labels:
1073110731
app.kubernetes.io/name: loki
@@ -11042,7 +11042,7 @@ spec:
1104211042
template:
1104311043
metadata:
1104411044
annotations:
11045-
checksum/config: 616b4c9b39f90d71edfd156f86c7f57751f662542a83f3e345c30496c3da7d27
11045+
checksum/config: 4dbe50185304244ab527314b7723d048ea4544f97d0a4d8e0192863861811005
1104611046
prometheus.io/scrape: "true"
1104711047
labels:
1104811048
app.kubernetes.io/name: loki
@@ -11242,7 +11242,7 @@ spec:
1124211242
app.kubernetes.io/name: prometheus
1124311243
app.kubernetes.io/instance: coder-observability
1124411244
app.kubernetes.io/version: v2.53.1
11245-
helm.sh/chart: prometheus-25.24.1
11245+
helm.sh/chart: prometheus-25.24.2
1124611246
app.kubernetes.io/managed-by: Helm
1124711247
app.kubernetes.io/part-of: prometheus
1124811248
spec:

0 commit comments

Comments
 (0)