Skip to content

Commit

Permalink
feat: Add mosquitto-MQTT Chart (#39)
Browse files Browse the repository at this point in the history
* feat: Add mosquitto-MQTT Chart

* fix:linting issue

* fix:linting issue

* fix:linting issue

* fix:linting issue

* fix:linting issue

* fix:linting issue

* fix:linting issue

* fix:linting issue

* fix:linting issue
  • Loading branch information
Luv7804 authored Jun 29, 2023
1 parent b562543 commit 8f84d6d
Show file tree
Hide file tree
Showing 113 changed files with 34,263 additions and 0 deletions.
30 changes: 30 additions & 0 deletions charts/mosquitto-mqtt/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png
24 changes: 24 additions & 0 deletions charts/mosquitto-mqtt/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- homeautomation
truecharts.org/grade: U
apiVersion: v2
appVersion: 2.0.15
dependencies:
- name: common
version: 11.1.2
description: Eclipse Mosquitto - An open source MQTT broker
keywords:
- mosquitto
- MQTT
- eclipse-iot
kubeVersion: '>=1.16.0-0'
maintainers:
- name: improwised
name: mosquitto
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto
- https://github.com/eclipse/mosquitto
type: application
version: 8.0.12
12 changes: 12 additions & 0 deletions charts/mosquitto-mqtt/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# README

## General Info

TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.

## Reference

[website](https://truecharts.org/charts/stable/)


23 changes: 23 additions & 0 deletions charts/mosquitto-mqtt/charts/common/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
17 changes: 17 additions & 0 deletions charts/mosquitto-mqtt/charts/common/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: v2
appVersion: latest
description: Function library for TrueCharts
home: https://github.com/truecharts/apps/tree/master/charts/common
icon: https://avatars.githubusercontent.com/u/76400755
keywords:
- truecharts
- library-chart
- common
kubeVersion: '>=1.16.0-0'
maintainers:
- email: [email protected]
name: TrueCharts
url: https://truecharts.org
name: common
type: library
version: 11.1.2
Loading

0 comments on commit 8f84d6d

Please sign in to comment.