mirror of
https://github.com/plcnk/charts.git
synced 2026-04-07 18:20:40 +00:00
Compare commits
6 Commits
it-tools-1
...
it-tools-1
| Author | SHA1 | Date | |
|---|---|---|---|
| 60408a5fd4 | |||
| e476ff3c5b | |||
| 6877ce65df | |||
| 668781b2aa | |||
| 65985fa488 | |||
| afd6a5141e |
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
helm repo add bjw-s https://bjw-s.github.io/helm-charts
|
helm repo add bjw-s https://bjw-s.github.io/helm-charts
|
||||||
|
|
||||||
- name: Install chart-releaser
|
- name: Install chart-releaser
|
||||||
uses: helm/chart-releaser-action@v1.6.0
|
uses: helm/chart-releaser-action@v1.5.0
|
||||||
with:
|
with:
|
||||||
install_only: true
|
install_only: true
|
||||||
|
|
||||||
@ -88,7 +88,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Publish charts
|
- name: Publish charts
|
||||||
uses: helm/chart-releaser-action@v1.6.0
|
uses: helm/chart-releaser-action@v1.5.0
|
||||||
if: steps.package_charts.outputs.changed_charts != ''
|
if: steps.package_charts.outputs.changed_charts != ''
|
||||||
with:
|
with:
|
||||||
skip_packaging: true
|
skip_packaging: true
|
||||||
|
|||||||
@ -8,9 +8,9 @@
|
|||||||
<a href="https://github.com/plcnk/charts/actions/workflows/release.yaml"><img src="https://github.com/plcnk/charts/actions/workflows/release.yaml/badge.svg" /></a>
|
<a href="https://github.com/plcnk/charts/actions/workflows/release.yaml"><img src="https://github.com/plcnk/charts/actions/workflows/release.yaml/badge.svg" /></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
# plcnk's Helm Charts
|
# Charts
|
||||||
|
|
||||||
Charts for deploying applications on [Kubernetes](https://kubernetes.io/) using [Helm](https://helm.sh/).
|
A collection of [Helm](https://helm.sh) charts for [Kubernetes](https://kubernetes.io/).
|
||||||
|
|
||||||
The code in this repository is provided as-is with no warranties.
|
The code in this repository is provided as-is with no warranties.
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ You can then run `helm search repo plcnk` to see the charts.
|
|||||||
|
|
||||||
| Chart | Description |
|
| Chart | Description |
|
||||||
| ----- | ----------- |
|
| ----- | ----------- |
|
||||||
| [IT-Tools <img src='https://raw.githubusercontent.com/plcnk/charts/master/charts/it-tools/icon.svg' alt='it-tools icon' width='18px' align='right' loading='lazy'>](charts/it-tools/) | Collection of handy online tools for developers, with great UX. |
|
| [IT-Tools <img src='https://raw.githubusercontent.com/plcnk/charts/master/charts/it-tools/icon.svg' alt='it-tools icon' width='18px' align='right' loading='lazy'>](https://github.com/plcnk/charts/tree/master/charts/it-tools) | Collection of handy online tools for developers, with great UX. |
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ description: Collection of handy online tools for developers, with great UX.
|
|||||||
home: https://github.com/plcnk/charts/tree/master/charts/it-tools
|
home: https://github.com/plcnk/charts/tree/master/charts/it-tools
|
||||||
icon: https://raw.githubusercontent.com/plcnk/charts/master/charts/it-tools/icon.svg
|
icon: https://raw.githubusercontent.com/plcnk/charts/master/charts/it-tools/icon.svg
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.3
|
version: 1.0.5
|
||||||
# renovate datasource=docker depName=ghcr.io/corentinth/it-tools
|
# renovate datasource=docker depName=ghcr.io/corentinth/it-tools
|
||||||
appVersion: "2024.5.13-a0bc346"
|
appVersion: "2024.5.13-a0bc346"
|
||||||
kubeVersion: ">=1.22.0-0"
|
kubeVersion: ">=1.22.0-0"
|
||||||
@ -15,9 +15,9 @@ keywords:
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/CorentinTh/it-tools
|
- https://github.com/CorentinTh/it-tools
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Test ghcr release
|
description: Changed chart metadata
|
||||||
artifacthub.io/links: |-
|
artifacthub.io/links: |-
|
||||||
- name: App Source
|
- name: App Source
|
||||||
url: https://github.com/CorentinTh/it-tools
|
url: https://github.com/CorentinTh/it-tools
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# it-tools
|
# IT-Tools
|
||||||
|
|
||||||
Helm chart for deploying [it-tools](https://it-tools.tech/).
|
Helm chart for deploying [it-tools](https://it-tools.tech/).
|
||||||
|
|
||||||
@ -11,24 +11,33 @@ it-tools is a collection of handy online tools for developers, with great UX.
|
|||||||
|
|
||||||
* <https://github.com/CorentinTh/it-tools>
|
* <https://github.com/CorentinTh/it-tools>
|
||||||
|
|
||||||
## Get repo
|
## Installing the Chart
|
||||||
|
|
||||||
|
To install the chart with the release name `it-tools`
|
||||||
|
|
||||||
|
### OCI (Recommended)
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install it-tools oci://ghcr.io/plcnk/charts/it-tools
|
||||||
|
```
|
||||||
|
|
||||||
|
### Traditional
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm repo add plcnk https://charts.plcnk.net
|
helm repo add plcnk https://charts.plcnk.net
|
||||||
helm repo update
|
helm repo update
|
||||||
|
helm install it-tools plcnk/it-tools
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install chart
|
## Uninstalling the Chart
|
||||||
|
|
||||||
|
To uninstall the `it-tools` deployment
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm install [RELEASE_NAME] plcnk/it-tools
|
helm uninstall it-tools
|
||||||
```
|
```
|
||||||
|
|
||||||
## Uninstall chart
|
The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.
|
||||||
|
|
||||||
```console
|
|
||||||
helm uninstall [RELEASE_NAME]
|
|
||||||
```
|
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user