Skip to content

Commit

Permalink
Merge pull request #49 from seriohub/chart/0.1.18
Browse files Browse the repository at this point in the history
Updated chart 0.1.18
  • Loading branch information
davideserio authored Dec 15, 2024
2 parents b469069 + b33d820 commit 98cbe46
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 20 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

***

## [v0.1.18] - 2024-12-16

- Updated API version to 0.1.18
- Updated UI version to 0.1.17

## [v0.1.15] - 2024-08-19

- Added secret override feature
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ annotations:
# 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: 0.1.17
version: 0.1.18

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.15"
appVersion: "0.1.16"
6 changes: 3 additions & 3 deletions chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vui

![Version: 0.1.17](https://img.shields.io/badge/Version-0.1.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.15](https://img.shields.io/badge/AppVersion-0.1.15-informational?style=flat-square)
![Version: 0.1.18](https://img.shields.io/badge/Version-0.1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.16](https://img.shields.io/badge/AppVersion-0.1.16-informational?style=flat-square)

Velero User Interface: a friendly UI and dashboard for Velero

Expand All @@ -27,7 +27,7 @@ Velero User Interface: a friendly UI and dashboard for Velero
| api.apiServer.affinity | object | `{}` | Operator affinity |
| api.apiServer.image.registry | string | `"docker.io"` | Image Registry |
| api.apiServer.image.repository | string | `"dserio83/velero-api"` | Image Repository |
| api.apiServer.image.tag | string | `"0.1.18"` | Image Tag |
| api.apiServer.image.tag | string | `"0.1.19"` | Image Tag |
| api.apiServer.imagePullPolicy | string | `"IfNotPresent"` | |
| api.apiServer.nodeSelector | object | `{}` | Operator nodeSelector |
| api.apiServer.podSecurityContext | object | `{"enabled":false,"seccompProfile":{"type":"RuntimeDefault"}}` | SecurityContext for Pod |
Expand Down Expand Up @@ -99,7 +99,7 @@ Velero User Interface: a friendly UI and dashboard for Velero
| ui.webServer.affinity | object | `{}` | Operator affinity |
| ui.webServer.image.registry | string | `"docker.io"` | Image Registry |
| ui.webServer.image.repository | string | `"dserio83/velero-ui"` | Image Repository |
| ui.webServer.image.tag | string | `"0.1.17"` | Image Tag |
| ui.webServer.image.tag | string | `"0.1.18"` | Image Tag |
| ui.webServer.imagePullPolicy | string | `"IfNotPresent"` | Image pull policy |
| ui.webServer.nodeSelector | object | `{}` | Operator nodeSelector |
| ui.webServer.podSecurityContext | object | `{"enabled":false,"seccompProfile":{"type":"RuntimeDefault"}}` | SecurityContext for Pod |
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ api:
# -- Image Repository
repository: dserio83/velero-api
# -- Image Tag
tag: 0.1.18
tag: 0.1.19
imagePullPolicy: IfNotPresent
# -- SecurityContext for Pod
podSecurityContext:
Expand Down Expand Up @@ -164,7 +164,7 @@ ui:
# -- Image Repository
repository: dserio83/velero-ui
# -- Image Tag
tag: 0.1.17
tag: 0.1.18
# -- Image pull policy
imagePullPolicy: IfNotPresent
# -- SecurityContext for Pod
Expand Down
1 change: 1 addition & 0 deletions components.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| version | appVersion | api | ui | watchdog |
|------------|---------------|--------|--------|-----------|
| 0.1.18 | 0.1.16 | 0.1.19 | 0.1.18 | 0.1.6 |
| 0.1.17 | 0.1.15 | 0.1.18 | 0.1.17 | 0.1.6 |
| 0.1.16 | 0.1.14 | 0.1.18 | 0.1.16 | 0.1.6 |
| 0.1.15 | 0.1.14 | 0.1.18 | 0.1.16 | 0.1.6 |
Expand Down
55 changes: 42 additions & 13 deletions docs/index.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,40 @@
apiVersion: v1
entries:
vui:
- annotations:
contributors: https://github.com/seriohub/velero-helm/contributors
apiVersion: v2
appVersion: 0.1.16
created: "2024-12-16T00:21:58.329944094+01:00"
description: 'Velero User Interface: a friendly UI and dashboard for Velero'
digest: 517e2739829a1baf41f495098854f129d164a32816f027ef8bde76f87cc6ba0e
home: https://github.com/seriohub/velero-ui
keywords:
- kubernetes
- velero
- ui
- gui
- dashboard
maintainers:
- name: Davide Serio
url: https://github.com/davideserio
- name: Luciano Serio
url: https://github.com/lucianoserio
name: vui
sources:
- https://github.com/seriohub/velero-ui
- https://github.com/seriohub/velero-api
- https://github.com/seriohub/velero-watchdog
- https://github.com/seriohub/velero-helm
type: application
urls:
- https://seriohub.github.io/velero-helm/vui-0.1.18.tgz
version: 0.1.18
- annotations:
contributors: https://github.com/seriohub/velero-helm/contributors
apiVersion: v2
appVersion: 0.1.15
created: "2024-09-27T08:34:24.13904288+02:00"
created: "2024-12-16T00:21:58.322287249+01:00"
description: 'Velero User Interface: a friendly UI and dashboard for Velero'
digest: 1458fb35011da0fb9276e3eb4329746ed26b8aa7f0ed19a340addf4b2463d3de
home: https://github.com/seriohub/velero-ui
Expand Down Expand Up @@ -34,7 +63,7 @@ entries:
contributors: https://github.com/seriohub/velero-helm/contributors
apiVersion: v2
appVersion: 0.1.14
created: "2024-09-27T08:34:24.133258041+02:00"
created: "2024-12-16T00:21:58.314187953+01:00"
description: 'Velero User Interface: a friendly UI and dashboard for Velero'
digest: 42d692b7cd1bdbbfe423457fa3127ac04fa96a57debd64ef3868d12d95403f29
home: https://github.com/seriohub/velero-ui
Expand Down Expand Up @@ -63,7 +92,7 @@ entries:
contributors: https://github.com/seriohub/velero-helm/contributors
apiVersion: v2
appVersion: 0.1.14
created: "2024-09-27T08:34:24.126544923+02:00"
created: "2024-12-16T00:21:58.30143297+01:00"
description: 'Velero User Interface: a friendly UI and dashboard for Velero'
digest: c1e4572f8e64c805d125f309fb623ffb5307b329fb02f61a8096f08f477a0e07
home: https://github.com/seriohub/velero-ui
Expand Down Expand Up @@ -92,7 +121,7 @@ entries:
contributors: https://github.com/seriohub/velero-helm/contributors
apiVersion: v2
appVersion: 0.1.14
created: "2024-09-27T08:34:24.12140017+02:00"
created: "2024-12-16T00:21:58.285371732+01:00"
description: 'Velero User Interface: a friendly UI and dashboard for Velero'
digest: 8aad7e1c3e7b3e69760b7cfedce741ea1f488d447e56c1f9a3ef839e7455bcda
home: https://github.com/seriohub/velero-ui
Expand Down Expand Up @@ -121,7 +150,7 @@ entries:
contributors: https://github.com/seriohub/velero-helm/contributors
apiVersion: v2
appVersion: 0.1.13
created: "2024-09-27T08:34:24.116314675+02:00"
created: "2024-12-16T00:21:58.277231856+01:00"
description: 'Velero User Interface: a friendly UI and dashboard for Velero'
digest: 58e704c24b7a475dfa1face84d42843c7e99952c5ad29faea6b42760bb6b737b
home: https://github.com/seriohub/velero-ui
Expand Down Expand Up @@ -150,7 +179,7 @@ entries:
contributors: https://github.com/seriohub/velero-helm/contributors
apiVersion: v2
appVersion: 0.1.12
created: "2024-09-27T08:34:24.111150012+02:00"
created: "2024-12-16T00:21:58.268910507+01:00"
description: 'Velero User Interface: a friendly UI and dashboard for Velero'
digest: a6e02c32b9bed001e74376ad3f26f028e371985f7961158115be5d7bb35aa45e
home: https://github.com/seriohub/velero-ui
Expand Down Expand Up @@ -179,7 +208,7 @@ entries:
contributors: https://github.com/seriohub/velero-helm/contributors
apiVersion: v2
appVersion: 0.1.11
created: "2024-09-27T08:34:24.107158876+02:00"
created: "2024-12-16T00:21:58.251541843+01:00"
description: 'Velero User Interface: a friendly UI and dashboard for Velero'
digest: b07ec2c797d2c2cc6efb82918a3862ae3e8ac7f7646b23cb06706f493caa66f1
home: https://github.com/seriohub/velero-ui
Expand Down Expand Up @@ -208,7 +237,7 @@ entries:
contributors: https://github.com/seriohub/velero-helm/contributors
apiVersion: v2
appVersion: 0.1.10
created: "2024-09-27T08:34:24.10354068+02:00"
created: "2024-12-16T00:21:58.244118072+01:00"
description: 'Velero User Interface: a friendly UI and dashboard for Velero'
digest: ba379f55758ad5862b08b4d97aa2966ddabf596ad8921e6fbce087c98e7cf142
home: https://github.com/seriohub/velero-ui
Expand Down Expand Up @@ -237,7 +266,7 @@ entries:
contributors: https://github.com/seriohub/velero-helm/contributors
apiVersion: v2
appVersion: 0.1.9
created: "2024-09-27T08:34:24.158502121+02:00"
created: "2024-12-16T00:21:58.385131796+01:00"
description: 'Velero User Interface: a friendly UI and dashboard for Velero'
digest: c91506c8fc92efbe82fa6ede635055545442bdec6c40c4e9c1ffc441cb95ca46
home: https://github.com/seriohub/velero-ui
Expand All @@ -264,7 +293,7 @@ entries:
version: 0.1.9
- apiVersion: v2
appVersion: 0.1.8
created: "2024-09-27T08:34:24.152677346+02:00"
created: "2024-12-16T00:21:58.364930476+01:00"
description: 'Velero User Interface: a friendly UI and dashboard for Velero'
digest: 49ce81d267bce66318ba725e1af64773c25c76498c369717d175f2bec4dce2bd
home: https://github.com/seriohub/velero-ui
Expand All @@ -291,7 +320,7 @@ entries:
version: 0.1.8
- apiVersion: v2
appVersion: 0.1.7
created: "2024-09-27T08:34:24.147910387+02:00"
created: "2024-12-16T00:21:58.352495975+01:00"
description: 'Velero User Interface: a friendly UI and dashboard for Velero'
digest: 4bbd70dd4341b217d9ae3322e757d8a02c29fc30857c3805484f2c576a791567
home: https://github.com/seriohub/velero-ui
Expand All @@ -318,7 +347,7 @@ entries:
version: 0.1.7
- apiVersion: v2
appVersion: 0.1.6
created: "2024-09-27T08:34:24.143454626+02:00"
created: "2024-12-16T00:21:58.345679885+01:00"
description: 'Velero User Interface: a friendly UI and dashboard for Velero'
digest: 61fe9ad1683674c92cb5cb3fe4a08b5d7b3e4ead4818b6c795702c596427535a
home: https://github.com/seriohub/velero-ui
Expand All @@ -343,4 +372,4 @@ entries:
urls:
- https://seriohub.github.io/velero-helm/vui-0.1.6.tgz
version: 0.1.6
generated: "2024-09-27T08:34:24.099531084+02:00"
generated: "2024-12-16T00:21:58.221837735+01:00"
Binary file added docs/vui-0.1.18.tgz
Binary file not shown.

0 comments on commit 98cbe46

Please sign in to comment.