Skip to content

Commit

Permalink
TC-1847 Guac image update
Browse files Browse the repository at this point in the history
Signed-off-by: mrizzi <[email protected]>
  • Loading branch information
mrizzi committed Oct 29, 2024
1 parent 00e6267 commit 18910f4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deploy/compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/legacy/values-crc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/legacy/values-minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/legacy/values-openshift-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion deploy/trustification.dev/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/trustification.dev/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/trustification.dev/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18910f4

Please sign in to comment.