Skip to content

Commit

Permalink
update chart version and image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaydee94 committed May 13, 2023
1 parent e41ff35 commit ef057d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.1.1
appVersion: 4.2.1
version: 5.1.2
appVersion: 4.2.2
4 changes: 2 additions & 2 deletions chart/kubeseal-webgui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ The command removes all the Kubernetes components associated with the chart and
| `replicaCount` | Number of nodes | `1` |
| `annotations` | Optional annotations for the pods | `{}` |
| `api.image.repository` | Image-Repository and name of the api image. | `kubesealwebgui/api` |
| `api.image.tag` | Image Tag of the api image. | `4.2.0` |
| `api.image.tag` | Image Tag of the api image. | `4.2.2` |
| `api.environment` | Additional env variables for the api image. | `{}` |
| `api.loglevel` | Loglevel for the api image. | `INFO` |
| `ui.image.repository` | Image-Repository and name of the ui image. | `kubesealwebgui/ui` |
| `ui.image.tag` | Image Tag of the ui image. | `4.2.0` |
| `ui.image.tag` | Image Tag of the ui image. | `4.2.2` |
| `image.pullPolicy` | Image Pull Policy | `Always` |
| `nameOverride` | Name-Override for the objects | `""` |
| `fullnameOverride` | Fullname-Override for the objects | `""` |
Expand Down
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.2.1
tag: 4.2.2
environment: {}
loglevel: "INFO"
ui:
image:
repository: kubesealwebgui/ui
tag: 4.2.1
tag: 4.2.2
image:
pullPolicy: Always

Expand Down

0 comments on commit ef057d6

Please sign in to comment.