Skip to content

Commit

Permalink
update vrt to 5.0
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <andre.bauer@staffbase.com>
  • Loading branch information
monotek committed Dec 4, 2023
1 parent eeae159 commit a2a04c0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/visual-regression-tracker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ sources:
- https://github.com/Visual-Regression-Tracker/Visual-Regression-Tracker
- https://github.com/kokuwaio/helm-charts/tree/main/charts/visual-regression-tracker
type: application
version: 2.0.1
appVersion: "4.20.8"
version: 3.0.0
appVersion: "5.0.3"
maintainers:
- name: monotek
email: monotek23@gmail.com
dependencies:
- name: postgresql
version: 12.2.3
version: 13.2.23
repository: https://charts.bitnami.com/bitnami
condition: vrtConfig.postgresql.enabled
6 changes: 6 additions & 0 deletions charts/visual-regression-tracker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ helm upgrade vrt kokuwa/visual-regression-tracker

_See [`helm upgrade`](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._

### From 2.0.x to 3.0.0

This updates Visual Regression Tracker to 5.0.3. Please follow the [official migration steps](https://github.com/Visual-Regression-Tracker/Visual-Regression-Tracker/releases/tag/5.0.0):

The postgres dependency chart has also been updated to version 13.2.23. This major version changes the default PostgreSQL image from 15.x to 16.x. Follow [the official instructions](https://www.postgresql.org/docs/16/upgrading.html) to upgrade to 16.x.

### From 1.0.x to 2.0.0

Renamed migration securityContext var from `.Values.vrtComponents.migration.initSecurityContext` to `.Values.vrtComponents.migration.securityContext`
Expand Down
6 changes: 3 additions & 3 deletions charts/visual-regression-tracker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ vrtComponents:
image:
repository: visualregressiontracker/api
pullPolicy: IfNotPresent
tag: "4.20.4"
tag: "5.0.4"

ingress:
enabled: false
Expand Down Expand Up @@ -79,7 +79,7 @@ vrtComponents:
image:
repository: visualregressiontracker/migration
pullPolicy: IfNotPresent
tag: "4.20.1"
tag: "5.0.1"

imagePullSecrets: []

Expand All @@ -106,7 +106,7 @@ vrtComponents:
image:
repository: visualregressiontracker/ui
pullPolicy: IfNotPresent
tag: "4.20.5"
tag: "5.0.2"

ingress:
enabled: false
Expand Down

0 comments on commit a2a04c0

Please sign in to comment.