Skip to content

Commit 5e70cec

Browse files
Srihari1192ntkathole
authored andcommitted
test: Update test images to multi-arch versions in feastdev-ci repo
Signed-off-by: Srihari <svenkata@redhat.com>
1 parent 65cf03c commit 5e70cec

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

infra/feast-operator/test/testdata/feast_integration_test_crs/feast.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stringData:
77
redis: |
88
connection_string: redis.test-ns-feast.svc.cluster.local:6379
99
sql: |
10-
path: postgresql+psycopg://${POSTGRESQL_USER}:${POSTGRESQL_PASSWORD}@postgres.test-ns-feast.svc.cluster.local:5432/${POSTGRESQL_DATABASE}
10+
path: postgresql+psycopg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres.test-ns-feast.svc.cluster.local:5432/${POSTGRES_DB}
1111
cache_ttl_seconds: 60
1212
sqlalchemy_config_kwargs:
1313
echo: false

infra/feast-operator/test/testdata/feast_integration_test_crs/postgres.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ metadata:
44
name: postgres-secret
55
namespace: test-ns-feast
66
stringData:
7-
POSTGRESQL_DATABASE: feast
8-
POSTGRESQL_USER: feast
9-
POSTGRESQL_PASSWORD: feast
7+
POSTGRES_DB: feast
8+
POSTGRES_USER: feast
9+
POSTGRES_PASSWORD: feast
1010
---
1111
apiVersion: apps/v1
1212
kind: Deployment
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: postgres
28-
image: 'quay.io/sclorg/postgresql-16-c9s@sha256:5879226a0fd2ea295df6836cc30ab624d2a1c51b81b3406284885604e10ddefe'
28+
image: 'quay.io/feastdev-ci/feast-test-images:postgres-17-alpine'
2929
ports:
3030
- containerPort: 5432
3131
envFrom:

infra/feast-operator/test/testdata/feast_integration_test_crs/redis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: redis
18-
image: 'quay.io/sclorg/redis-7-c9s@sha256:ce07d358cea749e67bcc77f73b2c5244d771ac0781ed20d7ebb2ba271c169173'
18+
image: 'quay.io/feastdev-ci/feast-test-images:redis-7-alpine'
1919
ports:
2020
- containerPort: 6379
2121
env:

sdk/python/tests/integration/rest_api/resource/postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: postgres
28-
image: 'postgres:16-alpine'
28+
image: 'quay.io/feastdev-ci/feast-test-images:postgres-17-alpine'
2929
ports:
3030
- containerPort: 5432
3131
envFrom:

sdk/python/tests/integration/rest_api/resource/redis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: redis
18-
image: 'quay.io/sclorg/redis-7-c9s'
18+
image: 'quay.io/feastdev-ci/feast-test-images:redis-7-alpine'
1919
ports:
2020
- containerPort: 6379
2121
env:

0 commit comments

Comments
 (0)