Skip to content

Commit

Permalink
update docker-compose and helm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Dec 13, 2024
1 parent c9b2a18 commit 1429667
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ versions:
ui: 0.2412.0
control: 0.2181.0
data: 0.2181.0
us: 0.278.0
us: 0.281.0

database:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ services:

us:
container_name: datalens-us
image: ghcr.io/datalens-tech/datalens-us:0.278.0
image: ghcr.io/datalens-tech/datalens-us:0.281.0
depends_on:
- pg-us
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:

us:
container_name: datalens-us
image: ghcr.io/datalens-tech/datalens-us:0.278.0
image: ghcr.io/datalens-tech/datalens-us:0.281.0
depends_on:
- pg-us
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.zitadel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:

us:
container_name: datalens-us
image: ghcr.io/datalens-tech/datalens-us:0.278.0
image: ghcr.io/datalens-tech/datalens-us:0.281.0
depends_on:
- pg-us
environment:
Expand Down

0 comments on commit 1429667

Please sign in to comment.