Skip to content

Commit ec3035b

Browse files
committed
chore: update versions of Helm charts and Docker images
1 parent 9b341e0 commit ec3035b

File tree

5 files changed

+33
-28
lines changed

5 files changed

+33
-28
lines changed

apps/api/build/package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
3131

3232
FROM 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

3636
COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
3737
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

chart/Chart.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
dependencies:
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"

chart/Chart.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,40 @@ version: 0.0.1
44
dependencies:
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

chart/values.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
postgresql:
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

2631
opentelemetry-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:

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
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:

0 commit comments

Comments
 (0)