Skip to content

Commit

Permalink
Updated container images
Browse files Browse the repository at this point in the history
  • Loading branch information
soaserele committed Jul 31, 2023
1 parent 8d2e329 commit b7119ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions gateway-extras/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
MONGO_INITDB_ROOT_PASSWORD: password

gateway:
image: cloud.canister.io:5000/oryxgateway/gateway:2.3.0
image: oryxgateway/gateway:2.4.0
ports:
- "8080:8080"
depends_on:
Expand All @@ -86,7 +86,7 @@ services:
- ./ksqldb.properties:/opt/oryxgateway/config/ksqldb.properties

caller:
image: cloud.canister.io:5000/oryxgateway/caller:2.0.0
image: oryxgateway/caller:2.1.0
depends_on:
- gateway
environment:
Expand All @@ -96,7 +96,7 @@ services:
- ./schemaregistry.properties:/opt/oryxgateway/config/schemaregistry.properties

storebuilder:
image: cloud.canister.io:5000/oryxgateway/storebuilder:1.1.0-json
image: oryxgateway/storebuilder:1.1.0-json
environment:
CONNECT_VALUE_CONVERTER_SCHEMA_REGISTRY_URL: "http://schema-registry:8081"
CONNECT_BOOTSTRAP_SERVERS: "http://broker:9092"
Expand Down
8 changes: 4 additions & 4 deletions gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ oryx:
gateway:
enabled: true
name: "gateway"
image: cloud.canister.io:5000/oryxgateway/gateway:2.4.0
image: oryxgateway/gateway:2.4.0
imagePullSecrets:
- "canister"
type: eventmanagement
Expand Down Expand Up @@ -47,7 +47,7 @@ oryx:
operator:
enabled: true
name: "gateway-operator"
image: cloud.canister.io:5000/oryxgateway/gateway-operator:1.0.0
image: oryxgateway/gateway-operator:1.0.0
imagePullSecrets:
- "canister"
updateStrategy: "RollingUpdate"
Expand All @@ -65,7 +65,7 @@ oryx:
caller:
enabled: true
name: "caller"
image: cloud.canister.io:5000/oryxgateway/caller:2.1.0
image: oryxgateway/caller:2.1.0
imagePullSecrets:
- "canister"
replicas: 3
Expand All @@ -92,7 +92,7 @@ oryx:
storebuilder:
enabled: true
name: "storebuilder"
image: cloud.canister.io:5000/oryxgateway/storebuilder:1.1.0
image: oryxgateway/storebuilder:1.1.0
imagePullPolicy: "Always"
imagePullSecrets:
- "canister"
Expand Down
2 changes: 1 addition & 1 deletion leanrepo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ oryx:
leanrepo:
enabled: true
name: "leanrepo"
image: cloud.canister.io:5000/oryxgateway/leanrepo:1.2.0
image: oryxgateway/leanrepo:1.2.0
imagePullSecrets:
- "canister"
type: leanrepo
Expand Down

0 comments on commit b7119ea

Please sign in to comment.