Skip to content

Commit

Permalink
Update Version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaydee94 committed Jan 7, 2023
1 parent bb61ead commit 5c837bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kubeseal-webgui-api"
version = "4.1.0"
version = "4.2.0"
description = "A python based backend for the kubeseal binary."
authors = ["Jan Herber <janherber@gmx.de>"]
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions chart/kubeseal-webgui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: kubeseal-webgui
description: A Helm chart for installing kubeseal-webgui
version: 5.0.0
appVersion: 4.1.0
version: 5.1.0
appVersion: 4.2.0
4 changes: 2 additions & 2 deletions chart/kubeseal-webgui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ api:
url: http://localhost:8080
image:
repository: kubesealwebgui/api
tag: 4.1.0
tag: 4.2.0
environment: {}
loglevel: "INFO"
ui:
image:
repository: kubesealwebgui/ui
tag: 4.0.3
tag: 4.2.0
image:
pullPolicy: Always

Expand Down

0 comments on commit 5c837bb

Please sign in to comment.