From 18910f498096e07ca22ca6591aa612ca014fbb91 Mon Sep 17 00:00:00 2001 From: mrizzi Date: Tue, 29 Oct 2024 11:20:11 +0100 Subject: [PATCH] TC-1847 Guac image update Signed-off-by: mrizzi --- deploy/compose/.env | 2 +- deploy/k8s/legacy/values-crc.yaml | 2 +- deploy/k8s/legacy/values-minikube.yaml | 2 +- deploy/k8s/legacy/values-openshift-blueprint.yaml | 2 +- deploy/trustification.dev/dev.yaml | 2 +- deploy/trustification.dev/prod.yaml | 2 +- deploy/trustification.dev/staging.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deploy/compose/.env b/deploy/compose/.env index f013735fb..323bea401 100644 --- a/deploy/compose/.env +++ b/deploy/compose/.env @@ -12,7 +12,7 @@ EXHORT_API_PORT=8088 COLLECTORIST_API_PORT=8180 COLLECTOR_OSV_API_PORT=8181 COLLECTOR_SNYK_API_PORT=8182 -GUAC_IMAGE=ghcr.io/trustification/guac:v0.7.2-RC9 +GUAC_IMAGE=ghcr.io/trustification/guac:v0.7.2-RC10 #GUAC_IMAGE=local-organic-guac CHROMEDRIVER_IMAGE=docker.io/selenium/standalone-chrome:117.0 JAEGER_IMAGE=docker.io/jaegertracing/all-in-one:latest diff --git a/deploy/k8s/legacy/values-crc.yaml b/deploy/k8s/legacy/values-crc.yaml index 0d7743579..c6bb54b0f 100644 --- a/deploy/k8s/legacy/values-crc.yaml +++ b/deploy/k8s/legacy/values-crc.yaml @@ -3,7 +3,7 @@ trustImage: ghcr.io/trustification/trust uiImage: ghcr.io/trustification/trust docsImage: ghcr.io/trustification/trust-docs testsImage: ghcr.io/trustification/trust-tests -guacImage: ghcr.io/trustification/guac:v0.7.2-RC9 +guacImage: ghcr.io/trustification/guac:v0.7.2-RC10 domain: trustification.apps-crc.testing deployPostgres: true diff --git a/deploy/k8s/legacy/values-minikube.yaml b/deploy/k8s/legacy/values-minikube.yaml index 86c5e27e6..540c5c416 100644 --- a/deploy/k8s/legacy/values-minikube.yaml +++ b/deploy/k8s/legacy/values-minikube.yaml @@ -3,7 +3,7 @@ trustImage: ghcr.io/trustification/trust uiImage: ghcr.io/trustification/trust docsImage: ghcr.io/trustification/trust-docs testsImage: ghcr.io/trustification/trust-tests -guacImage: ghcr.io/trustification/guac:v0.7.2-RC9 +guacImage: ghcr.io/trustification/guac:v0.7.2-RC10 deployPostgres: true deployMinio: true diff --git a/deploy/k8s/legacy/values-openshift-blueprint.yaml b/deploy/k8s/legacy/values-openshift-blueprint.yaml index 5558e6aa0..158563941 100644 --- a/deploy/k8s/legacy/values-openshift-blueprint.yaml +++ b/deploy/k8s/legacy/values-openshift-blueprint.yaml @@ -41,7 +41,7 @@ trustImage: ghcr.io/trustification/trust uiImage: ghcr.io/trustification/trust docsImage: ghcr.io/trustification/trust-docs testsImage: ghcr.io/trustification/trust-tests -guacImage: ghcr.io/trustification/guac:v0.7.2-RC9 +guacImage: ghcr.io/trustification/guac:v0.7.2-RC10 domain: apps.cluster-s2528.sandbox1481.opentlc.com diff --git a/deploy/trustification.dev/dev.yaml b/deploy/trustification.dev/dev.yaml index 735e4ea59..0bd0e43c8 100644 --- a/deploy/trustification.dev/dev.yaml +++ b/deploy/trustification.dev/dev.yaml @@ -3,7 +3,7 @@ trustImage: ghcr.io/trustification/trust uiImage: ghcr.io/trustification/trust docsImage: ghcr.io/trustification/trust-docs testsImage: ghcr.io/trustification/trust-tests -guacImage: ghcr.io/trustification/guac:v0.7.2-RC9 +guacImage: ghcr.io/trustification/guac:v0.7.2-RC10 domain: dev.trustification.dev replicas: 1 graphqlReplicas: 1 diff --git a/deploy/trustification.dev/prod.yaml b/deploy/trustification.dev/prod.yaml index 7bdf30fcc..2e37d57ca 100644 --- a/deploy/trustification.dev/prod.yaml +++ b/deploy/trustification.dev/prod.yaml @@ -3,7 +3,7 @@ trustImage: ghcr.io/trustification/trust uiImage: ghcr.io/trustification/trust docsImage: ghcr.io/trustification/trust-docs testsImage: ghcr.io/trustification/trust-tests -guacImage: ghcr.io/trustification/guac:v0.7.2-RC9 +guacImage: ghcr.io/trustification/guac:v0.7.2-RC10 domain: trustification.dev replicas: 2 graphqlReplicas: 1 diff --git a/deploy/trustification.dev/staging.yaml b/deploy/trustification.dev/staging.yaml index 8bb58e765..fd14ef5b6 100644 --- a/deploy/trustification.dev/staging.yaml +++ b/deploy/trustification.dev/staging.yaml @@ -3,7 +3,7 @@ trustImage: ghcr.io/trustification/trust uiImage: ghcr.io/trustification/trust docsImage: ghcr.io/trustification/trust-docs testsImage: ghcr.io/trustification/trust-tests -guacImage: ghcr.io/trustification/guac:v0.7.2-RC9 +guacImage: ghcr.io/trustification/guac:v0.7.2-RC10 domain: staging.trustification.dev replicas: 1 imagePullPolicy: IfNotPresent