File tree Expand file tree Collapse file tree 5 files changed +33
-28
lines changed
Expand file tree Collapse file tree 5 files changed +33
-28
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
3131
3232FROM scratch
3333
34- COPY --from=arigaio/atlas:0.36 .0-alpine /atlas /usr/bin/
34+ COPY --from=arigaio/atlas:0.37 .0-alpine /atlas /usr/bin/
3535
3636COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
3737COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
Original file line number Diff line number Diff line change 11dependencies:
22- name: postgresql
33 repository: https://charts.bitnami.com/bitnami
4- version: 16.7.21
4+ version: 16.7.27
55- name: opentelemetry-collector
66 repository: https://open-telemetry.github.io/opentelemetry-helm-charts
7- version: 0.129.0
7+ version: 0.136.1
88- name: tempo
99 repository: https://grafana.github.io/helm-charts
10- version: 1.23.2
10+ version: 1.23.3
1111- name: loki
1212 repository: https://grafana.github.io/helm-charts
13- version: 6.32 .0
13+ version: 6.42 .0
1414- name: prometheus
1515 repository: https://prometheus-community.github.io/helm-charts
16- version: 27.28 .0
16+ version: 27.39 .0
1717- name: grafana
1818 repository: https://grafana.github.io/helm-charts
19- version: 9.2.10
19+ version: 9.4.5
2020- name: application
2121 repository: https://stakater.github.io/stakater-charts
22- version: 6.5 .0
22+ version: 6.11 .0
2323- name: application
2424 repository: https://stakater.github.io/stakater-charts
25- version: 6.5 .0
25+ version: 6.11 .0
2626- name: application
2727 repository: https://stakater.github.io/stakater-charts
28- version: 6.5 .0
29- digest: sha256:21e65ac5d901449d637c844498efbf4677337d0a705f95a11af5417a3b1154c3
30- generated: "2025-07-22T17:07:06.359976303Z "
28+ version: 6.11 .0
29+ digest: sha256:4a8dd6147b40a8249c5524d30af0879ef55733742301889ccc3fe75d301b43eb
30+ generated: "2025-10-07T16:58:43.430364+04:00 "
Original file line number Diff line number Diff line change @@ -4,40 +4,40 @@ version: 0.0.1
44dependencies :
55 - name : postgresql
66 condition : postgresql.enabled
7- version : 16.7.21
7+ version : 16.7.27
88 repository : https://charts.bitnami.com/bitnami
99 - name : opentelemetry-collector
10- version : 0.129.0
10+ version : 0.136.1
1111 repository : https://open-telemetry.github.io/opentelemetry-helm-charts
1212 condition : opentelemetry-collector.enabled
1313 - name : tempo
14- version : 1.23.2
14+ version : 1.23.3
1515 repository : https://grafana.github.io/helm-charts
1616 condition : tempo.enabled
1717 - name : loki
18- version : 6.32 .0
18+ version : 6.42 .0
1919 repository : https://grafana.github.io/helm-charts
2020 condition : loki.enabled
2121 - name : prometheus
2222 repository : https://prometheus-community.github.io/helm-charts
23- version : 27.28 .0
23+ version : 27.39 .0
2424 condition : prometheus.enabled
2525 - name : grafana
2626 repository : https://grafana.github.io/helm-charts
27- version : 9.2.10
27+ version : 9.4.5
2828 condition : grafana.enabled
2929 - name : application
3030 condition : api.enabled
3131 alias : api
32- version : 6.5 .0
32+ version : 6.11 .0
3333 repository : https://stakater.github.io/stakater-charts
3434 - name : application
3535 condition : worker.enabled
3636 alias : worker
37- version : 6.5 .0
37+ version : 6.11 .0
3838 repository : https://stakater.github.io/stakater-charts
3939 - name : application
4040 condition : ui.enabled
4141 alias : ui
42- version : 6.5 .0
42+ version : 6.11 .0
4343 repository : https://stakater.github.io/stakater-charts
Original file line number Diff line number Diff line change 11postgresql :
22 enabled : true
33
4+ image :
5+ repository : bitnamilegacy/postgresql
6+
47 architecture : replication
58 replication :
69 applicationName : follytics
@@ -22,6 +25,8 @@ postgresql:
2225
2326 volumePermissions :
2427 enabled : true
28+ image :
29+ repository : bitnamilegacy/os-shell
2530
2631opentelemetry-collector :
2732 enabled : true
@@ -30,7 +35,7 @@ opentelemetry-collector:
3035
3136 image :
3237 repository : " otel/opentelemetry-collector-contrib"
33- tag : " 0.130.1 "
38+ tag : " 0.137.0 "
3439
3540 config :
3641 exporters :
@@ -40,16 +45,16 @@ opentelemetry-collector:
4045 insecure : true
4146 prometheus :
4247 endpoint : 0.0.0.0:9090
43- loki :
44- endpoint : " http://{{ .Release.Name }}-loki:3100/loki/api/ v1/push "
48+ otlphttp/ loki :
49+ endpoint : " http://{{ .Release.Name }}-loki:3100/otlp/ v1/logs "
4550 tls :
4651 insecure : true
4752
4853 service :
4954 pipelines :
5055 logs :
5156 exporters :
52- - loki
57+ - otlphttp/ loki
5358 receivers :
5459 - otlp
5560 metrics :
Original file line number Diff line number Diff line change 11services :
22 traefik :
3- image : ' traefik:v3.4 '
3+ image : ' traefik:v3.5 '
44 command :
55 - ' --api.insecure=true'
66 - ' --providers.docker=true'
@@ -18,7 +18,7 @@ services:
1818 - " host.docker.internal:host-gateway"
1919
2020 postgres :
21- image : ' postgres:17.5 '
21+ image : ' postgres:17.6 '
2222 volumes :
2323 - ' postgres_data:/var/lib/postgresql/data'
2424 environment :
@@ -35,7 +35,7 @@ services:
3535 ipv4_address : 172.20.0.3
3636
3737 otel-lgtm :
38- image : ' grafana/otel-lgtm:0.11.6 '
38+ image : ' grafana/otel-lgtm:0.11.10 '
3939 volumes :
4040 - ' otel_lgtm_data:/data'
4141 networks :
You can’t perform that action at this time.
0 commit comments