Skip to content

Commit 2120eaa

Browse files
release: Creating new release for 1.5.1 packages
1 parent 1eb4582 commit 2120eaa

37 files changed

+1640
-11
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Example versioning `0.15.0-el-9-r1`:
5555
| **1.2.1***| 1.2.1 | 1.0.0 | Stable | [🔗] (https://github.com/linuxpolska/ezd-rp/releases/tag/1.2.1)| Chart up to 1.15.84 and Application version up to 1.2023-15 | |
5656
| **1.3.1***| 1.3.1 | 1.0.0 | Stable | [🔗] (https://github.com/linuxpolska/ezd-rp/releases/tag/1.3.1)| Chart up to 19.4.15 and Application version up to 1.2024-19.4 | |
5757
| **1.4.1***| 1.4.1 | 1.0.0 | Stable | [🔗] (https://github.com/linuxpolska/ezd-rp/releases/tag/1.4.1)| Chart up to 19.7.15 and Application version up to 1.2024-19.7 ||
58+
| **1.5.1***| 1.5.1 | 1.0.0 | Stable | [🔗] (https://github.com/linuxpolska/ezd-rp/releases/tag/1.5.1)| Chart up to 19.7.45 and Application version up to 1.2024-19.7.45 ||
5859
## Contact
5960

6061
Please use the following to reach members of the community:

charts/ezd-backend/1.5.1/.helmignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*.orig
18+
*~
19+
# Various IDEs
20+
.project
21+
.idea/
22+
*.tmproj
23+
.vscode/

charts/ezd-backend/1.5.1/Chart.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
annotations:
2+
catalog.cattle.io/auto-install: ezd-crd=match
3+
catalog.cattle.io/display-name: LP Backend for EZD RP
4+
catalog.cattle.io/os: linux
5+
catalog.cattle.io/release-name: ezd-backend
6+
apiVersion: v2
7+
appVersion: 1.2024-19.7.45
8+
description: Services necessary to run EZD RP app
9+
home: https://linuxpolska.com
10+
icon: https://linuxpolska.com/logo/LinuxPolska-icon.png
11+
keywords:
12+
- config
13+
kubeVersion: '>=1.19.0-0'
14+
maintainers:
15+
- email: biuro@linuxpolska.com
16+
name: Linux Polska
17+
name: ezd-backend
18+
sources:
19+
- https://github.com/linuxpolska/ezd-rp.git
20+
type: application
21+
version: 1.5.1

charts/ezd-backend/1.5.1/README.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<!--- app-name: ezd-backend -->
2+
# LP backend for EZD RP
3+
4+
Services necessary to run EZD RP application provided by NASK.
5+
For more detailed information for EZD-BACKEND chart please check [README](https://github.com/linuxpolska/ezd-rp/blob/main/README.md)
6+
7+
## TL;DR
8+
9+
```console
10+
helm repo add lp-ezd https://linuxpolska.github.io/ezd-rp
11+
helm upgrade --install --create-namespace ezd-backend -n ezd-rp lp-ezd/ezd-backend
12+
```
13+
14+
## Introduction
15+
16+
This chart bootstraps a set of operatos and CRDs on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
17+
18+
Linux Polska charts can be served by [Rancher Apps & Marketplace](https://ranchermanager.docs.rancher.com/pages-for-subheaders/helm-charts-in-rancher) for deployment and management of Helm Charts in clusters.
19+
20+
## Prerequisites
21+
22+
- Kubernetes 1.19+
23+
- Helm 3.2.0+
24+
- PV provisioner support in the underlying infrastructure
25+
26+
## Installing the Chart
27+
28+
Add repository necessary for installation:
29+
30+
```console
31+
helm repo add lp-ezd https://github.com/linuxpolska/ezd-rp
32+
helm repo update
33+
```
34+
35+
To install the chart with the release name `my-release`:
36+
37+
```console
38+
helm upgrade --install --create-namespace ezd-backend -n ezd-rp le-ezd/ezd-backend
39+
```
40+
41+
The command deploys postgresql, rabbitmq, redis on the Kubernetes cluster in the default configuration. For more detailed information regarding parameters please check our [README](https://github.com/linuxpolska/ezd-rp/blob/main/README.md).
42+
43+
> **Tip**: List all releases using `helm list`
44+
45+
## Uninstalling the Chart
46+
47+
To uninstall/delete the `ezd-backend` deployment:
48+
49+
```console
50+
helm -n default uninstall ezd-backed
51+
```
52+
53+
> **Note**: Deleting the helm chart will delete all data as well. Please be cautious before doing it.
54+
55+
> **Note**: Remove helm chart before remove CRDs for LP Backend.
56+
57+
For more detailed information regarding installation of ezd-backend please refer to [INSTALLATION](https://github.com/linuxpolska/ezd-rp/blob/main/INSTALLATION.md)
58+
59+
## Compability with NASK ezdrp version
60+
61+
Chart ezd-crd was tested with chart version up to 19.7.45 (application version up to 1.2024-19.7.45).
62+
63+
## Configuration and parameters
64+
65+
See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments:
66+
67+
```console
68+
helm search repo lp-ezd
69+
helm show values lp-ezd/ezd-backend
70+
```
71+
72+
## Components version
73+
- redis: 7.0.13-alpine-3.15-r1
74+
- rabbitmq: 3.13.16-management-rabbitmq-3.13-r1
75+
- postgresql: 16.3-postgres-16.3-bullseye-r1
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## LP Backend for EZD RP
2+
3+
4+
This chart is based off of the some upstream charts postgresql, rabbitmq, redis. The chart deploys set of operators and CRDs, which necessary to configure postgresql, rabbitmq, redis.
5+
6+
For more information on how to use the feature, refer to our [docs](https://github.com/linuxpolska/ezd-rp).
7+
8+
9+
## Prerequisites
10+
11+
- Kubernetes 1.19+
12+
- Helm 3.2.0+
13+
- PV provisioner support in the underlying infrastructure
14+
15+
16+
17+
For more information on how to configure the Helm chart, refer to the Helm Chart README.

0 commit comments

Comments
 (0)