Skip to content

Commit 3cbfade

Browse files
authored
dbeaver/dbeaver-devops#2125 Updated devel to 25.2.0 (#68)
1 parent 97461f6 commit 3cbfade

6 files changed

Lines changed: 7 additions & 6 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CLOUDBEAVER_VERSION_TAG=25.1.0
1+
CLOUDBEAVER_VERSION_TAG=25.2.0
22
IMAGE_SOURCE=dbeaver
33
PODMAN_IMAGE_SOURCE=docker.io/dbeaver
44
COMPOSE_PROJECT_NAME=dbeaver

AWS/ecs-fargate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
![alt text](images/image-1.png)
3535

3636
- Ensure that the `alb_certificate_Identifier` variable contains the ID from [AWS Certificate Manager](#importing-an-ssl-certificate-in-aws) corresponding to the domain name specified in the `CLOUDBEAVER_PUBLIC_URL` variable within variables.tf. The domain name in `CLOUDBEAVER_PUBLIC_URL` must match the domain for which the certificates have been issued.
37-
- You can customize the deployment version by updating the `cloudbeaver_version` environment variable. The default version is `25.0.0`.
37+
- You can customize the deployment version by updating the `cloudbeaver_version` environment variable. The default version is `25.2.0`.
3838

3939
6. Run `terraform init` and then `terraform apply` in `ecs-fargate` directory to create the ECS cluster and complete the deployment.
4040

AWS/ecs-fargate/variables.tf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ variable "cloudbeaver_image_name" {
2525
variable "cloudbeaver_version" {
2626
description = "The version of the cluster you want to deploy"
2727
type = string
28-
default = "25.1.0"
28+
default = "25.2.0"
2929
}
3030

3131
variable "alb_certificate_Identifier" {

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CloudBeaver Enterprise deployment
22

3-
### Version 25.1
3+
### Version 25.2
44

55
CloudBeaver Enterprise is a client-server application.
66
It requires server deployment. You can deploy it on a single host (e.g. your local computer) or in a cloud.
@@ -108,6 +108,7 @@ For Kubernetes deployments using Helm charts, see:
108108
- [AWS EKS specific deployment guide](AWS/aws-eks/eks-deployment.md)
109109

110110
### Older versions:
111+
- [25.1.0](https://github.com/dbeaver/cloudbeaver-deploy/tree/25.1.0)
111112
- [25.0.0](https://github.com/dbeaver/cloudbeaver-deploy/tree/25.0.0)
112113
- [24.3.0](https://github.com/dbeaver/cloudbeaver-deploy/tree/24.3.0)
113114
- [24.2.0](https://github.com/dbeaver/cloudbeaver-deploy/tree/24.2.0)

k8s/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: cb
33
description: A Helm chart for CloudBeaver application
44
type: application
55
version: 0.0.1
6-
appVersion: 25.1.0
6+
appVersion: 25.2.0

k8s/values.yaml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
cloudbeaver:
77
replicaCount: 1
88
image: dbeaver/cloudbeaver-ee
9-
imageTag: "25.1.0"
9+
imageTag: "25.2.0"
1010
pullPolicy: Always
1111
# pullCredsName - name of a secret config map that contains docker repo auths
1212
# pullCredsName: regcred

0 commit comments

Comments
 (0)