Skip to content
Open
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
14 changes: 7 additions & 7 deletions kubernetes/chart/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
dependencies:
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 4.14.3
version: 4.15.1
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.19.4
version: v1.21.0
- name: metrics-server
repository: https://kubernetes-sigs.github.io/metrics-server
version: 3.13.0
version: 3.13.1
- name: alloy
repository: https://grafana.github.io/helm-charts
version: 1.6.0
version: 1.11.0
- name: loki
repository: https://grafana.github.io/helm-charts
version: 6.53.0
digest: sha256:a4c44b0c6b5a070ab0c16f419769b72fcff71aed6376cb2b9c8c998a14e63a48
generated: "2026-03-01T22:28:06.271014858Z"
version: 7.1.0
digest: sha256:b67a36a1761181a6531206cc508f2fbb5e01c06e37a9c50d304f0496e1247c22
generated: "2026-07-24T01:31:11.072470333Z"
10 changes: 5 additions & 5 deletions kubernetes/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ appVersion: 0.1.0
dependencies:
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 4.14.3
version: 4.15.1
- name: cert-manager
repository: https://charts.jetstack.io
version: 1.19.4
version: 1.21.0
condition: cert-manager.enabled
- name: metrics-server
repository: https://kubernetes-sigs.github.io/metrics-server
version: 3.13.0
version: 3.13.1
- name: alloy
repository: https://grafana.github.io/helm-charts
version: 1.6.0
version: 1.11.0
- name: loki
repository: https://grafana.github.io/helm-charts
version: 6.53.0
version: 7.1.0
condition: loki.enabled
2 changes: 1 addition & 1 deletion kubernetes/manifests/monitoring/grafana/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- 0
containers:
- name: grafana
image: grafana/grafana:12.4.0
image: grafana/grafana:13.1.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
Expand Down
Loading