Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
igRo committed Apr 17, 2024
1 parent 2e870b5 commit 66017fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/datalore/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: datalore

type: application
version: 0.2.17
appVersion: "2024.2"
version: 0.2.18
appVersion: "2024.2.1"
2 changes: 1 addition & 1 deletion charts/hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: hub

type: application
version: 0.2.17
version: 0.2.18
appVersion: 2023.3.22912
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:2024.2
image: jetbrains/datalore-server:2024.2.1
ports:
- "8080:8080"
expose: [ "8081", "5050", "4060" ]
Expand All @@ -15,7 +15,7 @@ services:
#DATALORE_PUBLIC_URL: "https://datalore.example.com"
DB_PASSWORD: "changeme"
postgresql:
image: jetbrains/datalore-postgres:2024.2
image: jetbrains/datalore-postgres:2024.2.1
expose: [ "5432" ]
networks:
- datalore-backend-network
Expand Down

0 comments on commit 66017fe

Please sign in to comment.