From 06fb230c149c337d44d93e18d578fad34059cdcf Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 06:53:23 +0000 Subject: [PATCH] ci: [bot] Update sources in 'Chart.yaml' --- charts/stellio-context-broker/Chart.yaml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/charts/stellio-context-broker/Chart.yaml b/charts/stellio-context-broker/Chart.yaml index 4c33d4002f..18e62c1dc9 100644 --- a/charts/stellio-context-broker/Chart.yaml +++ b/charts/stellio-context-broker/Chart.yaml @@ -1,3 +1,15 @@ +annotations: + artifacthub.io/images: '- image: docker.io/confluentinc/cp-kafka:7.3.1 # null/Deployment/stellio-context-broker-kafka.yaml + + - image: docker.io/stellio/stellio-api-gateway:2.1.0 # null/Deployment/stellio-context-broker-api-gateway.yaml + + - image: docker.io/stellio/stellio-search-service:2.1.0 # null/Deployment/stellio-context-broker-search.yaml + + - image: docker.io/stellio/stellio-subscription-service:2.1.0 # null/Deployment/stellio-context-broker-subscription.yaml + + - image: docker.io/stellio/stellio-timescale-postgis:14-2.9.1-3.3 # null/Deployment/stellio-context-broker-postgres.yaml + + ' apiVersion: v2 appVersion: 2.1.0 dependencies: @@ -16,10 +28,3 @@ sources: - https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/stellio-context-broker type: application version: 0.1.1 -annotations: - artifacthub.io/images: | - - image: docker.io/confluentinc/cp-kafka:7.3.1 # null/Deployment/stellio-context-broker-kafka.yaml - - image: docker.io/stellio/stellio-api-gateway:2.1.0 # null/Deployment/stellio-context-broker-api-gateway.yaml - - image: docker.io/stellio/stellio-search-service:2.1.0 # null/Deployment/stellio-context-broker-search.yaml - - image: docker.io/stellio/stellio-subscription-service:2.1.0 # null/Deployment/stellio-context-broker-subscription.yaml - - image: docker.io/stellio/stellio-timescale-postgis:14-2.9.1-3.3 # null/Deployment/stellio-context-broker-postgres.yaml