Skip to content

Commit 1aa999e

Browse files
authored
chore: upgrade mariadb image (#5584)
# Why Dependabot/renovate PRs have e2e test failures due to missing image: `Failed to pull image "docker.io/bitnami/mariadb:10.11.4-debian-11-r0": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/bitnami/mariadb:10.11.4-debian-11-r0": failed to resolve reference "docker.io/bitnami/mariadb:10.11.4-debian-11-r0"` # What Upgrades Mariadb to a more recent version.
1 parent 8a7221c commit 1aa999e

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

helm/oncall/Chart.lock

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
dependencies:
2+
- name: cert-manager
3+
repository: https://charts.jetstack.io
4+
version: v1.8.0
5+
- name: mariadb
6+
repository: https://charts.bitnami.com/bitnami
7+
version: 23.2.1
8+
- name: postgresql
9+
repository: https://charts.bitnami.com/bitnami
10+
version: 11.9.10
11+
- name: rabbitmq
12+
repository: https://charts.bitnami.com/bitnami
13+
version: 12.0.0
14+
- name: redis
15+
repository: https://charts.bitnami.com/bitnami
16+
version: 16.13.2
17+
- name: grafana
18+
repository: https://grafana.github.io/helm-charts
19+
version: 8.4.6
20+
- name: ingress-nginx
21+
repository: https://kubernetes.github.io/ingress-nginx
22+
version: 4.1.4
23+
- name: prometheus
24+
repository: https://prometheus-community.github.io/helm-charts
25+
version: 25.8.2
26+
digest: sha256:afc88eda236fdd89ae79854d5fba902f7cda52ea640df123f30d9e5d9698d128
27+
generated: "2025-10-24T11:19:37.530187+01:00"

helm/oncall/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
repository: https://charts.jetstack.io
1111
condition: cert-manager.enabled
1212
- name: mariadb
13-
version: 12.2.5
13+
version: 23.2.1
1414
repository: https://charts.bitnami.com/bitnami
1515
condition: mariadb.enabled
1616
- name: postgresql
-44.7 KB
Binary file not shown.
79.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)