Skip to content

Commit

Permalink
maj cloudbeaver to 24.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Jan 20, 2025
1 parent 64079c3 commit efe0f1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/cloudbeaver-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.0.6
version: 2.0.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/cloudbeaver-chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"dbeaver/cloudbeaver:24.1.1",
"dbeaver/cloudbeaver:24.3.3",
"dbeaver/cloudbeaver:23.3.5",
"dbeaver/cloudbeaver:22.2.4",
"inseefrlab/cloudbeaver:23.0.3"
],
"render": "list",
"pattern": "^[a-z0-9-_./]+(:[a-z0-9-_.]+)?$",
"default": "dbeaver/cloudbeaver:24.1.1"
"default": "dbeaver/cloudbeaver:24.3.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudbeaver-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

service:
image:
version: "dbeaver/cloudbeaver:24.2.0"
version: "dbeaver/cloudbeaver:24.3.3"
pullPolicy: IfNotPresent

discovery:
Expand Down

0 comments on commit efe0f1e

Please sign in to comment.