File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.1.0
1+ 3.1.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description: The trento server chart contains all the components necessary to ru
88type : application
99# This is the chart version. This version number should be incremented each time you make changes
1010# to the chart and its templates
11- version : 3.1.0
11+ version : 3.1.1
1212
1313dependencies :
1414 - name : trento-web
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ home: https://www.trento-project.io/
99maintainers :
1010 - name : SUSE
1111 url : https://www.suse.com/
12- version : 1.1.0
12+ version : 1.1.1
Original file line number Diff line number Diff line change 88# # @param image.pullPolicy Image pull policy
99image :
1010 repository : ghcr.io/trento-project/mcp-server-trento
11- tag : 1.1.0
11+ tag : 1.1.1
1212 pullPolicy : IfNotPresent
1313
1414# # @param replicaCount Number of replicas to deploy
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ checks:
4444 image :
4545 repository : ghcr.io/trento-project/checks
4646 pullPolicy : IfNotPresent
47- tag : 1.3.0
47+ tag : 1.3.1
4848
4949secretKeyBase : " "
5050imagePullSecrets : []
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : 3.1.0
21+ version : 3.1.2
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ replicaCount: 1
8888image :
8989 repository : ghcr.io/trento-project/trento-web
9090 pullPolicy : IfNotPresent
91- tag : 3.1.0
91+ tag : 3.1.2
9292
9393postgresql :
9494 image :
Original file line number Diff line number Diff line change 88
99readonly ARGS=(" $@ " )
1010readonly PROGNAME=" ./install-server.sh"
11- TRENTO_SERVER_CHART_VERSION=${TRENTO_SERVER_CHART_VERSION:- " 3.1.0 " }
12- TRENTO_WEB_VERSION=${TRENTO_WEB_VERSION:- " 3.1.0 " }
11+ TRENTO_SERVER_CHART_VERSION=${TRENTO_SERVER_CHART_VERSION:- " 3.1.1 " }
12+ TRENTO_WEB_VERSION=${TRENTO_WEB_VERSION:- " 3.1.2 " }
1313TRENTO_WANDA_VERSION=${TRENTO_WANDA_VERSION:- " 2.1.0" }
14- TRENTO_MCP_VERSION=${TRENTO_MCP_VERSION:- " 1.1.0 " }
14+ TRENTO_MCP_VERSION=${TRENTO_MCP_VERSION:- " 1.1.1 " }
1515TRENTO_ROLLING_VERSION=${TRENTO_ROLLING_VERSION:- " rolling" }
1616CURRENT_TTY=${TTY:- " /dev/tty" }
1717
You can’t perform that action at this time.
0 commit comments