Skip to content

Commit 7ab620d

Browse files
authored
Dbeaver devops#2304 release ee 25 3 0 (#71)
* dbeaver/dbeaver-devops#2304 Update version to 25.3.0
1 parent f8e5bcf commit 7ab620d

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.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.2.0
1+
CLOUDBEAVER_VERSION_TAG=25.3.0
22
IMAGE_SOURCE=dbeaver
33
PODMAN_IMAGE_SOURCE=docker.io/dbeaver
44
COMPOSE_PROJECT_NAME=dbeaver

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.2.0"
28+
default = "25.3.0"
2929
}
3030

3131
variable "alb_certificate_Identifier" {

README.md

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

3-
<big><b>Version 25.2</b></big>
3+
### Version 25.3
44

55
CloudBeaver Enterprise is a client-server application.
66
It requires server deployment. You can deploy it in several ways:
@@ -155,6 +155,8 @@ Previously, the volumes were owned by the ‘root’ user, but now they’re own
155155

156156
## Older versions
157157

158+
### Older versions:
159+
- [25.2.0](https://github.com/dbeaver/cloudbeaver-deploy/tree/25.2.0)
158160
- [25.1.0](https://github.com/dbeaver/cloudbeaver-deploy/tree/25.1.0)
159161
- [25.0.0](https://github.com/dbeaver/cloudbeaver-deploy/tree/25.0.0)
160162
- [24.3.0](https://github.com/dbeaver/cloudbeaver-deploy/tree/24.3.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.2.0
6+
appVersion: 25.3.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.2.0"
9+
imageTag: "25.3.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)