From 623ca194d5e9d2e49e83dacdee5eb2043efeb401 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 02:58:49 +0200 Subject: [PATCH] ci(ckan/artifacthub-images): Update ArtifactHUB images (#1107) Updates the ArtifactHUB images to the really deployed ones. Co-authored-by: cwrau <14326070+cwrau@users.noreply.github.com> --- charts/ckan/Chart.yaml | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/charts/ckan/Chart.yaml b/charts/ckan/Chart.yaml index 21ee2a56b..a6edcfcb8 100644 --- a/charts/ckan/Chart.yaml +++ b/charts/ckan/Chart.yaml @@ -1,23 +1,3 @@ -annotations: - artifacthub.io/images: '- image: docker.io/bitnami/postgresql:16.4.0-debian-12-r0 # default/StatefulSet/ckan-postgresql-primary.yaml - - - image: docker.io/bitnami/postgresql:16.4.0-debian-12-r0 # default/StatefulSet/ckan-postgresql-read.yaml - - - image: docker.io/bitnami/redis:7.2.5-debian-12-r4 # default/StatefulSet/ckan-redis-master.yaml - - - image: docker.io/bitnami/redis:7.2.5-debian-12-r4 # default/StatefulSet/ckan-redis-replicas.yaml - - - image: docker.io/bitnami/zookeeper:3.9.2-debian-12-r10 # default/StatefulSet/ckan-zookeeper.yaml - - - image: docker.io/busybox:1.36 # default/Deployment/ckan-ckan.yaml - - - image: docker.io/ckan/ckan-base-datapusher:0.0.21@sha256:90e71b5a5fd6f1de99dd2dd1cac68990a813b21a0fff10e0eaef912f4a64f872 # default/Deployment/ckan-datapusher.yaml - - - image: ghcr.io/teutonet/oci-images/ckan:1.0.2@sha256:793f8157c7bfaed2b2ddf98bc20e372852281720b76d975e0b6548501238ea12 # default/Deployment/ckan-ckan.yaml - - - image: ghcr.io/teutonet/oci-images/solr-ckan:1.0.7@sha256:fa9824fe1f4bb50383df192bcd9b521b8ce04a6094e520b3318fbd66aea8fec4 # default/StatefulSet/ckan-solr.yaml - - ' apiVersion: v2 appVersion: 2.11.0 dependencies: @@ -52,3 +32,14 @@ sources: - https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/ckan type: application version: 1.1.7 +annotations: + artifacthub.io/images: | + - image: docker.io/bitnami/postgresql:16.4.0-debian-12-r0 # default/StatefulSet/ckan-postgresql-primary.yaml + - image: docker.io/bitnami/postgresql:16.4.0-debian-12-r0 # default/StatefulSet/ckan-postgresql-read.yaml + - image: docker.io/bitnami/redis:7.2.5-debian-12-r4 # default/StatefulSet/ckan-redis-master.yaml + - image: docker.io/bitnami/redis:7.2.5-debian-12-r4 # default/StatefulSet/ckan-redis-replicas.yaml + - image: docker.io/bitnami/zookeeper:3.9.2-debian-12-r10 # default/StatefulSet/ckan-zookeeper.yaml + - image: docker.io/busybox:1.36 # default/Deployment/ckan-ckan.yaml + - image: docker.io/ckan/ckan-base-datapusher:0.0.21@sha256:90e71b5a5fd6f1de99dd2dd1cac68990a813b21a0fff10e0eaef912f4a64f872 # default/Deployment/ckan-datapusher.yaml + - image: ghcr.io/teutonet/oci-images/ckan:1.0.2@sha256:793f8157c7bfaed2b2ddf98bc20e372852281720b76d975e0b6548501238ea12 # default/Deployment/ckan-ckan.yaml + - image: ghcr.io/teutonet/oci-images/solr-ckan:1.0.7@sha256:fa9824fe1f4bb50383df192bcd9b521b8ce04a6094e520b3318fbd66aea8fec4 # default/StatefulSet/ckan-solr.yaml