diff --git a/.infra/rdev/values.yaml b/.infra/rdev/values.yaml index feab2a8dd..80790175b 100644 --- a/.infra/rdev/values.yaml +++ b/.infra/rdev/values.yaml @@ -2,7 +2,7 @@ stack: services: explorer: image: - tag: sha-3b20504c + tag: sha-a694292f replicaCount: 1 env: # env vars common to all deployment stages diff --git a/client/src/reducers/controls.ts b/client/src/reducers/controls.ts index 08e50cd1b..56017b35f 100644 --- a/client/src/reducers/controls.ts +++ b/client/src/reducers/controls.ts @@ -91,7 +91,7 @@ const Controls = ( loading: false, }, imageOpacity: isTest ? 0 : 100, - dotOpacity: 100, + dotOpacity: 50, expandedCategories: [], }, action: AnyAction