From 845c42de7448e54791dce189db155998f054fd4e Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Tue, 25 Feb 2025 22:02:43 +0100 Subject: [PATCH] switch to bitnami oci chart --- .gitlab-ci.yml | 2 -- helm/Chart.yaml | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d9046a..52df8f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,8 +88,6 @@ Helm: - apk add curl bash openssl git - curl -L https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash script: - - helm repo add bitnami https://charts.bitnami.com/bitnami - - helm repo update - helm dependency update helm - IMAGE_HASH=$(cat image-hash.txt) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index c7c8a9e..30136f9 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -24,7 +24,7 @@ version: 1.0.0 appVersion: "1.0.0" dependencies: - - name: mariadb - version: 20.3.1 - repository: https://charts.bitnami.com/bitnami - condition: mariadb.enabled +- name: mariadb + version: 20.3.1 + repository: "oci://registry-1.docker.io/bitnamicharts" + condition: mariadb.enabled -- GitLab