Skip to content

Commit

Permalink
Updated chart
Browse files Browse the repository at this point in the history
  • Loading branch information
davideserio committed May 11, 2024
1 parent e2ae899 commit 79e75d4
Show file tree
Hide file tree
Showing 28 changed files with 56 additions and 2 deletions.
8 changes: 8 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.6] - 2024-05-11

- Several improvements
- Fix TLS metadata and TLS spec

## [v0.1.5] - 2024-05-05

- Several improvements
Expand Down Expand Up @@ -34,6 +39,7 @@ All notable changes to this project will be documented in this file.

| version | appVersion | api | ui | watchdog |
|------------|---------------|--------|--------|-----------|
| 0.1.6 | 0.1.6 | 0.1.12 | 0.1.10 | 0.1.3 |
| 0.1.5 | 0.1.5 | 0.1.11 | 0.1.10 | 0.1.3 |
| 0.1.4 | 0.1.4 | 0.1.10 | 0.1.9 | 0.1.3 |
| 0.1.3 | 0.1.3 | 0.1.9 | 0.1.8 | 0.1.2 |
Expand All @@ -43,6 +49,8 @@ All notable changes to this project will be documented in this file.

### Release

v0.1.6: [https://github.com/seriohub/velero-helm/releases/tag/v0.1.6](https://github.com/seriohub/velero-helm/releases/tag/v0.1.6)

v0.1.5: [https://github.com/seriohub/velero-helm/releases/tag/v0.1.5](https://github.com/seriohub/velero-helm/releases/tag/v0.1.5)

v0.1.4: [https://github.com/seriohub/velero-helm/releases/tag/v0.1.4](https://github.com/seriohub/velero-helm/releases/tag/v0.1.4)
Expand Down
47 changes: 46 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,51 @@ With Helm, you install
- [Velero UI](https://github.com/seriohub/velero-ui)
- [Velero Watchdog](https://github.com/seriohub/velero-watchdog)

## Instal with repo

Follow these steps:

1. Add repo:

``` bash
helm repo add seriohub https://seriohub.github.io/velero-helm/
```

2. Check repo:

``` bash
helm search repo seriohub-velero
```

3. Create a configuration file starting from [values-override.yaml](values-override.yaml) file.

4. Create namespace:

``` bash
kubectl create ns velero-ui
```

5. Install using Helm:

``` bash
helm install -f values-override.yaml vui seriohub-velero/velero-ui -n velero-ui
```

6. Upgrade (In the case of changes or updates):

``` bash
helm upgrade -f values-override.yaml seriohub-velero seriohub-velero/velero-ui -n velero-ui
```

7. Uninstall

``` bash
helm uninstall seriohub-velero -n velero-ui
kubectl delete ns velero-ui
```

## Install with clone repository

Follow these steps:

1. Clone the repository:
Expand Down Expand Up @@ -45,7 +90,7 @@ Follow these steps:
helm install -f values-override.yaml seriohub-velero ./seriohub-velero/ -n velero-ui
```

6. Upgrade
6. Upgrade (In the case of changes or updates):

``` bash
helm upgrade -f values-override.yaml seriohub-velero ./seriohub-velero/ -n velero-ui
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion velero-ui/Chart.yaml → chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ version: 0.1.6
# 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.5"
appVersion: "0.1.6"

# date version appVersion api ui watchdog
# 2024-05-11 0.1.6 0.1.6 0.1.12 0.1.10 0.1.3
# 2024-05-05 0.1.5 0.1.5 0.1.11 0.1.10 0.1.3
# 2024-04-24 0.1.4 0.1.4 0.1.10 0.1.9 0.1.3
# 2024-04-12 0.1.3 0.1.3 0.1.9 0.1.8 0.1.2
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file modified docs/vui-0.1.6.tgz
Binary file not shown.

0 comments on commit 79e75d4

Please sign in to comment.