Skip to content

Commit

Permalink
Use proper images for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbob92 committed Nov 1, 2021
1 parent 98996f3 commit d2b8abe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/scalers/redis-sentinel-lists.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const redisWorkerHostPortRefDeploymentName = 'redis-worker-test-hostport'
const redisWorkerAddressRefDeploymentName = 'redis-worker-test-address'
const redisWorkerHostPortRefTriggerAuthDeploymentName = 'redis-worker-test-hostport-triggerauth'
const itemsToWrite = 200
const deploymentContainerImage = 'goku321/redis-cluster-list:v1.7'
const deploymentContainerImage = 'ghcr.io/kedacore/tests-redis-sentinel-lists'
const writeJobNameForHostPortRef = 'redis-writer-host-port-ref'
const writeJobNameForAddressRef = 'redis-writer-address-ref'
const writeJobNameForHostPortInTriggerAuth = 'redis-writer-host-port-trigger-auth'
Expand Down
4 changes: 2 additions & 2 deletions tests/scalers/redis-sentinel-streams.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ spec:
spec:
containers:
- name: redis-streams-consumer
image: goku321/redis-cluster-streams:v2.5
image: ghcr.io/kedacore/tests-redis-sentinel-streams
command: ["./main"]
args: ["consumer"]
imagePullPolicy: Always
Expand Down Expand Up @@ -198,7 +198,7 @@ spec:
spec:
containers:
- name: producer
image: goku321/redis-cluster-streams:v2.5
image: ghcr.io/kedacore/tests-redis-sentinel-streams
command: ["./main"]
args: ["producer"]
imagePullPolicy: Always
Expand Down

0 comments on commit d2b8abe

Please sign in to comment.