Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-10-25 23:28:38 +00:00
parent 75947badea
commit fad00a5a31
33 changed files with 2662 additions and 28 deletions

View File

@@ -2,6 +2,19 @@
## [meshcentral-5.0.4](https://github.com/truecharts/charts/compare/meshcentral-5.0.3...meshcentral-5.0.4) (2022-10-25)
### Chore
- Auto-update chart README [skip ci]
### Fix
- fix typo ([#4185](https://github.com/truecharts/charts/issues/4185))
## [meshcentral-5.0.3](https://github.com/truecharts/charts/compare/meshcentral-5.0.2...meshcentral-5.0.3) (2022-10-25)
### Chore
@@ -84,16 +97,3 @@
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major
## [meshcentral-4.0.13](https://github.com/truecharts/charts/compare/meshcentral-4.0.12...meshcentral-4.0.13) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major

View File

@@ -6,4 +6,4 @@ dependencies:
repository: https://charts.truecharts.org/
version: 2.0.40
digest: sha256:d4f7a8e0a0b71397241720094b69aaafad84c580c21f86c83d521e03affddb20
generated: "2022-10-25T09:08:05.389126915Z"
generated: "2022-10-25T23:25:53.751271577Z"

View File

@@ -2,7 +2,7 @@ apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: meshcentral
appVersion: "1.0.89"
version: 5.0.3
version: 5.0.4
description: MeshCentral is a full computer management web site
type: application
deprecated: false

View File

@@ -5,8 +5,8 @@
{{- $config := .Values.meshcentral }}
{{- $isScale := false }}
{{- if hasKey .Values.global "isScale" }}
{{- $isScale = .Values.global.isScale }}
{{- if hasKey .Values.global "isSCALE" }}
{{- $isScale = .Values.global.isSCALE }}
{{- else }}
{{- $isScale = false }}
{{- end }}

View File

@@ -0,0 +1,11 @@
# Changelog
## [webnut-0.0.1]webnut-0.0.1 (2022-10-25)
### Feat
- add webNUT ([#4188](https://github.com/truecharts/charts/issues/4188))

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.7.7
digest: sha256:1ad92f2f18f9d74ffd15446540b5861f0fc09f91c0ba9f30ba51940e82647587
generated: "2022-10-25T10:41:57.417005842Z"
generated: "2022-10-25T23:25:38.118397471Z"

View File

@@ -0,0 +1,31 @@
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.7
deprecated: false
description: webNUT (UPS network monitoring web ui).
home: https://truecharts.org/docs/charts/incubator/webnut
icon: https://truecharts.org/img/hotlink-ok/chart-icons/webnut.png
keywords:
- webnut
- ups
- monitoring
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: webnut
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/webnut
- https://hub.docker.com/r/edgd1er/webnut
- https://github.com/rshipp/webNUT
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- monitoring
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -0,0 +1,107 @@
# webnut
webNUT (UPS network monitoring web ui).
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [webnut](https://truecharts.org/docs/charts/incubator/webnut)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/webnut>
* <https://hub.docker.com/r/edgd1er/webnut>
* <https://github.com/rshipp/webNUT>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.7.7 |
## Installing the Chart
### TrueNAS SCALE
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
### Helm
To install the chart with the release name `webnut`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install webnut TrueCharts/webnut
```
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `webnut` deployment
```console
helm uninstall webnut
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install webnut \
--set env.TZ="America/New York" \
TrueCharts/webnut
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install webnut TrueCharts/webnut -f values.yaml
```
#### Connecting to other charts
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
---
All Rights Reserved - The TrueCharts Project

View File

@@ -0,0 +1,8 @@
webNUT (UPS network monitoring web ui).
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/webnut](https://truecharts.org/docs/charts/incubator/webnut)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!

View File

@@ -0,0 +1,31 @@
image:
repository: tccr.io/truecharts/webnut
pullPolicy: IfNotPresent
tag: latest@sha256:5f57d70353cff11272786cc77d389991457a8e0b49a31701be5d921357f5078e
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secretEnv:
UPS_USER: monuser
UPS_PASSWORD: secret
env:
UPS_HOST: "127.0.0.1"
UPS_PORT: 3493
service:
main:
ports:
main:
port: 10585
protocol: HTTP
targetPort: 6543
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
{{ include "tc.common.loader.all" . }}

View File

@@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/webnut.png
categories:
- monitoring

View File

@@ -2,6 +2,15 @@
## [ring-mqtt-1.0.14](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.13...ring-mqtt-1.0.14) (2022-10-25)
### Chore
- Auto-update chart README [skip ci]
## [ring-mqtt-1.0.13](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.12...ring-mqtt-1.0.13) (2022-10-25)
### Chore
@@ -88,12 +97,3 @@
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918))
## [ring-mqtt-1.0.5](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.4...ring-mqtt-1.0.5) (2022-09-25)
### Chore

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.7
digest: sha256:1ad92f2f18f9d74ffd15446540b5861f0fc09f91c0ba9f30ba51940e82647587
generated: "2022-10-25T23:25:38.092500713Z"

View File

@@ -23,7 +23,7 @@ sources:
- https://github.com/tsightler/ring-mqtt
- https://hub.docker.com/r/tsightler/ring-mqtt/
type: application
version: 1.0.13
version: 1.0.14
annotations:
truecharts.org/catagories: |
- HomeAutomation

Binary file not shown.

View File

@@ -43,6 +43,14 @@ service:
targetPort: 8554
port: 8554
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
persistence:
data:
enabled: true

View File