Skip to content

Commit

Permalink
Bump trento-web version to 2.3.2 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 authored Jul 29, 2024
1 parent 4ea46c0 commit 3690211
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.3.2](https://github.com/trento-project/helm-charts/tree/2.3.2) (2024-07-24)

[Full Changelog](https://github.com/trento-project/helm-charts/compare/2.3.1...2.3.2)

### Other Changes

- Update chart to use trento-web 2.3.2 version (@arbulu89)

## [2.3.1](https://github.com/trento-project/helm-charts/tree/2.3.1) (2024-06-10)

[Full Changelog](https://github.com/trento-project/helm-charts/compare/2.3.0...2.3.1)
Expand Down
6 changes: 3 additions & 3 deletions charts/trento-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# SPDX-License-Identifier: Apache-2.0
#!BuildTag: trento/trento-server:2.3.1
#!BuildTag: trento/trento-server:2.3.1-build%RELEASE%
#!BuildTag: trento/trento-server:2.3.2
#!BuildTag: trento/trento-server:2.3.2-build%RELEASE%
apiVersion: v2
name: trento-server
description: The trento server chart contains all the components necessary to run a Trento server.
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates
version: 2.3.1
version: 2.3.2

dependencies:
- name: trento-web
Expand Down
2 changes: 1 addition & 1 deletion charts/trento-server/charts/trento-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ 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.3.1
version: 2.3.2
2 changes: 1 addition & 1 deletion charts/trento-server/charts/trento-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ replicaCount: 1
image:
repository: ghcr.io/trento-project/trento-web
pullPolicy: IfNotPresent
tag: 2.3.1
tag: 2.3.2

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions scripts/install-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -e

readonly ARGS=("$@")
readonly PROGNAME="./install-server.sh"
TRENTO_SERVER_CHART_VERSION=${TRENTO_SERVER_CHART_VERSION:-"2.3.1"}
TRENTO_WEB_VERSION=${TRENTO_WEB_VERSION:-"2.3.1"}
TRENTO_SERVER_CHART_VERSION=${TRENTO_SERVER_CHART_VERSION:-"2.3.2"}
TRENTO_WEB_VERSION=${TRENTO_WEB_VERSION:-"2.3.2"}
TRENTO_WANDA_VERSION=${TRENTO_WANDA_VERSION:-"1.3.0"}
TRENTO_ROLLING_VERSION=${TRENTO_ROLLING_VERSION:-"rolling"}

Expand Down

0 comments on commit 3690211

Please sign in to comment.