Skip to content

Commit

Permalink
2022.3.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrvb committed Oct 14, 2022
1 parent f4041f3 commit f86f7d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/datalore/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: datalore

type: application
version: 0.2.5-SNAPSHOT
appVersion: "2022.3"
appVersion: "2022.3.RC1"
4 changes: 2 additions & 2 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
datalore:
image: jetbrains/datalore-server:2022.3
image: jetbrains/datalore-server:2022.3.RC1
ports:
- "8080:8080"
expose: [ "8081", "5050", "4060" ]
Expand All @@ -15,7 +15,7 @@ services:
DB_PASSWORD: "changeme"
DATABASES_DOCKER_NETWORK: "datalore-agents-network"
postgresql:
image: jetbrains/datalore-postgres:2022.3
image: jetbrains/datalore-postgres:2022.3.RC1
expose: [ "5432" ]
networks:
- datalore-backend-network
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/external-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
AGENT_MANAGER_HOST: "changeme"
AGENT_DISK_HOST: "changeme"
external-server:
image: jetbrains/datalore-teamcity:2022.3
image: jetbrains/datalore-teamcity:2022.3.RC1
ports:
- "8111:8111"
expose: [ "8111" ]
Expand Down

0 comments on commit f86f7d3

Please sign in to comment.