From b07dc929a4aebdae51000e814a61cafcc514c4f0 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 8 Feb 2025 17:57:36 +0100 Subject: [PATCH] chore: move bitnami dockerhub references to ecr --- charts/premium/prometheus/values.yaml | 4 ++-- charts/stable/dokuwiki/values.yaml | 2 +- charts/stable/mariadb/values.yaml | 2 +- charts/stable/matomo/values.yaml | 2 +- charts/stable/memcached/values.yaml | 2 +- charts/stable/mongodb/values.yaml | 2 +- charts/stable/redis/values.yaml | 2 +- charts/stable/solr/values.yaml | 2 +- charts/stable/wordpress/values.yaml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/premium/prometheus/values.yaml b/charts/premium/prometheus/values.yaml index dda0674bdee..22d65b4cda1 100644 --- a/charts/premium/prometheus/values.yaml +++ b/charts/premium/prometheus/values.yaml @@ -1,11 +1,11 @@ image: - repository: docker.io/bitnami/prometheus + repository: public.ecr.aws/bitnami/prometheus tag: 3.0.1@sha256:04d94f17a163f1da6a93e90e46576a876dbe76c00e07966b7b8021ffe4510def thanosImage: repository: quay.io/thanos/thanos tag: v0.37.2@sha256:4ec6df40fdb921de162677b321057caa8fb8324c65f4cfae9568ed55c4469e2c alertmanagerImage: - repository: docker.io/bitnami/alertmanager + repository: public.ecr.aws/bitnami/alertmanager tag: 0.28.0@sha256:e8d2dc5d84cb56034797b26124703d17b0e026ee72cb385b26aaa4a1d5ade688 global: labels: {} diff --git a/charts/stable/dokuwiki/values.yaml b/charts/stable/dokuwiki/values.yaml index 5ae77f074e2..b536484b28e 100644 --- a/charts/stable/dokuwiki/values.yaml +++ b/charts/stable/dokuwiki/values.yaml @@ -1,5 +1,5 @@ image: - repository: docker.io/bitnami/dokuwiki + repository: public.ecr.aws/bitnami/dokuwiki pullPolicy: IfNotPresent tag: 20240206.1.0@sha256:07c6e4629c248d8383938ee42a6cdfc2f39aef41f75fea19889f3bd853eb3caf securityContext: diff --git a/charts/stable/mariadb/values.yaml b/charts/stable/mariadb/values.yaml index 0e413dfe56b..de1e23d618a 100644 --- a/charts/stable/mariadb/values.yaml +++ b/charts/stable/mariadb/values.yaml @@ -1,5 +1,5 @@ image: - repository: docker.io/bitnami/mariadb + repository: public.ecr.aws/bitnami/mariadb pullPolicy: IfNotPresent tag: 11.6.2@sha256:1903a4cec8cdb3eb157e05c6cb65ef761445468da6c01bb54be4e16561b2a7c6 diff --git a/charts/stable/matomo/values.yaml b/charts/stable/matomo/values.yaml index 5eeb128fc03..39d825a71f3 100644 --- a/charts/stable/matomo/values.yaml +++ b/charts/stable/matomo/values.yaml @@ -1,5 +1,5 @@ image: - repository: docker.io/bitnami/matomo + repository: public.ecr.aws/bitnami/matomo tag: 5.2.2@sha256:85ddfd48b8ef719d9228da09b2ec6af880c451a416506f2c88aed1f8e7fa7b2c pullPolicy: IfNotPresent securityContext: diff --git a/charts/stable/memcached/values.yaml b/charts/stable/memcached/values.yaml index 7bf369c4f98..e239866988b 100644 --- a/charts/stable/memcached/values.yaml +++ b/charts/stable/memcached/values.yaml @@ -1,5 +1,5 @@ image: - repository: docker.io/bitnami/memcached + repository: public.ecr.aws/bitnami/memcached pullPolicy: IfNotPresent tag: 1.6.36@sha256:8d238046143b5251b9b057030fa00ad709e227fc59c19925cfbec61f22e3cc53 diff --git a/charts/stable/mongodb/values.yaml b/charts/stable/mongodb/values.yaml index c6d3b7df867..8e587fa1b83 100644 --- a/charts/stable/mongodb/values.yaml +++ b/charts/stable/mongodb/values.yaml @@ -1,5 +1,5 @@ image: - repository: docker.io/bitnami/mongodb + repository: public.ecr.aws/bitnami/mongodb pullPolicy: IfNotPresent tag: 8.0.4@sha256:4508625284405f465d0c6d32cce8277c58338d768efb531364cf77ae57637edc diff --git a/charts/stable/redis/values.yaml b/charts/stable/redis/values.yaml index 7a1d37d01ef..a1cef4dfd75 100644 --- a/charts/stable/redis/values.yaml +++ b/charts/stable/redis/values.yaml @@ -1,5 +1,5 @@ image: - repository: docker.io/bitnami/redis + repository: public.ecr.aws/bitnami/redis pullPolicy: IfNotPresent tag: 7.4.2@sha256:0527618c31c4fe1c01ed6159c0422e72dd70a83a7a3c393b07a40ba300a31415 diff --git a/charts/stable/solr/values.yaml b/charts/stable/solr/values.yaml index dbc0c133fb6..e71ae3fa623 100644 --- a/charts/stable/solr/values.yaml +++ b/charts/stable/solr/values.yaml @@ -1,5 +1,5 @@ image: - repository: docker.io/bitnami/solr + repository: public.ecr.aws/bitnami/solr pullPolicy: IfNotPresent tag: 9.8.0@sha256:1f14781b132e3d50315b5b416bdfe592c49f3bbfc0e1171f8b6907cda7b80424 diff --git a/charts/stable/wordpress/values.yaml b/charts/stable/wordpress/values.yaml index cf7cc64bd8a..07992f7346a 100644 --- a/charts/stable/wordpress/values.yaml +++ b/charts/stable/wordpress/values.yaml @@ -1,5 +1,5 @@ image: - repository: docker.io/bitnami/wordpress + repository: public.ecr.aws/bitnami/wordpress pullPolicy: IfNotPresent tag: 6.7.1@sha256:ce3924624acae1e46ee3b59a697efc709606728014cb84722579ced03d3bc673 securityContext: