From 302e29a6db941b2d02ac00f7f3393b5b3fe78c7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 01:48:05 +0100 Subject: [PATCH] ci(stellio-context-broker/artifacthub-images): Update ArtifactHUB images (#848) Updates the ArtifactHUB images to the really deployed ones. Co-authored-by: cwrau <14326070+cwrau@users.noreply.github.com> --- charts/stellio-context-broker/Chart.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/stellio-context-broker/Chart.yaml b/charts/stellio-context-broker/Chart.yaml index 21ad38acc..c284784b8 100644 --- a/charts/stellio-context-broker/Chart.yaml +++ b/charts/stellio-context-broker/Chart.yaml @@ -15,8 +15,8 @@ dependencies: repository: https://charts.bitnami.com/bitnami annotations: artifacthub.io/images: | - - image: docker.io/confluentinc/cp-kafka:7.3.1 - - image: docker.io/stellio/stellio-api-gateway:2.1.0 - - image: docker.io/stellio/stellio-search-service:2.1.0 - - image: docker.io/stellio/stellio-subscription-service:2.1.0 - - image: docker.io/stellio/stellio-timescale-postgis:14-2.9.1-3.3 + - 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