Skip to content

Commit

Permalink
Using the default Docker registry for RC micro-services
Browse files Browse the repository at this point in the history
I got the entire story wrong, it seems
  • Loading branch information
prppedro committed May 31, 2022
1 parent e4bdf05 commit 7b44c75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rocketchat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,27 +251,27 @@ microservices:
presence:
replicas: 1
image:
repository: registry.rocket.chat/rocketchat/presence-service
repository: rocketchat/presence-service
pullPolicy: IfNotPresent
ddpStreamer:
replicas: 1
image:
repository: registry.rocket.chat/rocketchat/ddp-streamer-service
repository: rocketchat/ddp-streamer-service
pullPolicy: IfNotPresent
account:
replicas: 1
image:
repository: registry.rocket.chat/rocketchat/account-service
repository: rocketchat/account-service
pullPolicy: IfNotPresent
authorization:
replicas: 1
image:
repository: registry.rocket.chat/rocketchat/authorization-service
repository: rocketchat/authorization-service
pullPolicy: IfNotPresent
streamHub:
replicas: 1
image:
repository: registry.rocket.chat/rocketchat/stream-hub-service
repository: rocketchat/stream-hub-service
pullPolicy: IfNotPresent
nats:
replicas: 1
Expand Down

0 comments on commit 7b44c75

Please sign in to comment.