Skip to content

Commit ec401fb

Browse files
authored
Merge pull request #434 from appuio/deprecate-k8up
Add notice that K8up chart has moved to its own repository
2 parents 599ead8 + cd286b0 commit ec401fb

17 files changed

+12
-655
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ helm repo add appuio https://charts.appuio.ch
2020
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/exoip-1.0.4/total)](https://github.com/appuio/charts/releases/tag/exoip-1.0.4) | [exoip](appuio/exoip/README.md) |
2121
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/generic-0.1.2/total)](https://github.com/appuio/charts/releases/tag/generic-0.1.2) | [generic](appuio/generic/README.md) |
2222
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/haproxy-2.1.0/total)](https://github.com/appuio/charts/releases/tag/haproxy-2.1.0) | [haproxy](appuio/haproxy/README.md) |
23-
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/k8up-2.0.5/total)](https://github.com/appuio/charts/releases/tag/k8up-2.0.5) | [k8up](appuio/k8up/README.md) |
2423
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/mariadb-galera-1.2.4/total)](https://github.com/appuio/charts/releases/tag/mariadb-galera-1.2.4) | [mariadb-galera](appuio/mariadb-galera/README.md) |
2524
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/maxscale-1.1.2/total)](https://github.com/appuio/charts/releases/tag/maxscale-1.1.2) | [maxscale](appuio/maxscale/README.md) |
2625
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/metrics-server-2.12.1/total)](https://github.com/appuio/charts/releases/tag/metrics-server-2.12.1) | [metrics-server](appuio/metrics-server/README.md) |

appuio/k8up/Makefile

-45
This file was deleted.

appuio/k8up/README.gotmpl.md

-41
This file was deleted.

appuio/k8up/README.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# ⚠️ WE HAVE MOVED
2+
3+
This chart is no longer maintained here.
4+
Instead, it is now available in the [K8up repository itself](https://github.com/k8up-io/k8up/tree/master/charts/k8up).
5+
6+
To communicate a clear cut, we've released the chart in version `v3.0.0` with a few changes.
7+
The releases from `v3.0.0` and onwards are only available in the new location.
8+
All previously released chart versions remain in the APPUiO repository (`https://charts.appuio.ch`).
9+
110
# k8up
211

312
![Version: 2.0.5](https://img.shields.io/badge/Version-2.0.5-informational?style=flat-square) ![AppVersion: v2.3.2](https://img.shields.io/badge/AppVersion-v2.3.2-informational?style=flat-square)
@@ -16,12 +25,6 @@ helm install k8up appuio/k8up
1625
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/v2.3.2/k8up-crd.yaml
1726
```
1827

19-
<!---
20-
The README.md file is automatically generated with helm-docs!
21-
22-
Edit the README.gotmpl.md template instead.
23-
-->
24-
2528
## Handling CRDs
2629

2730
* Always upgrade the CRDs before upgrading the Helm release.
@@ -31,11 +34,6 @@ Edit the README.gotmpl.md template instead.
3134

3235
* <https://github.com/k8up-io/k8up>
3336

34-
<!---
35-
The values below are generated with helm-docs!
36-
37-
Document your changes in values.yaml and let `make docs:helm` generate this section.
38-
-->
3937
## Values
4038

4139
| Key | Type | Default | Description |
File renamed without changes.

appuio/k8up/test/deployment_test.go

-116
This file was deleted.

appuio/k8up/test/main_test.go

-7
This file was deleted.

appuio/k8up/test/prometheus/prometheus_test.go

-6
This file was deleted.

0 commit comments

Comments
 (0)