diff --git a/.github/README.md b/.github/README.md index 05ff29c117a..a767f964d2a 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,7 +1,8 @@ +# About TrueCharts:
+**Community App Catalog for TrueNAS SCALE** -# TrueCharts:
Community App Catalog for TrueNAS SCALE [![GitHub last commit](https://img.shields.io/github/last-commit/truecharts/truecharts/master.svg)](https://github.com/truecharts/truecharts/commits) [![License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/truecharts/truecharts/blob/master/docs/LICENSE.BSD3)[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Ftruecharts%2Ftruecharts.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Ftruecharts%2Ftruecharts?ref=badge_shield) - +--- Truecharts is an innitiative to provide high quality Apps to use with the TrueNAS SCALE App Ecosystem. Our primary goals are: - Freedom @@ -21,42 +22,14 @@ For more information, please visit our wiki: https://wiki.truecharts.org ## FAQ -- Q: I tried to run TrueCharts on TrueNAS SCALE 20.12 and it doesn't work. -A: TrueNAS SCALE 20.12 has never supported custom charts in any way, shape or form. Hence TrueCharts is 21.02+ only -- Q: Please include app X
-A: Please file an issue about it, after checking the wiki to make sure it hasn't been discussed already: -https://github.com/truecharts/truecharts/wiki/k8s-at-home-to-SCALE-App-migration-list - -- Q: Isn't there more documentation for app x
-A: If it's not on our [wiki](https://wiki.truecharts.org), we do not. Currently during TrueNAS SCALE ALPHA/BETA we focus on the technical aspects. - -- Q: Function x doesn't seem to be working, should it be working?
-A: Maybe, please file an issue - -- Q: I'm missing a lot of configuration opions in the install GUI.
-A: We try to aim for a balance in the amount of options vs the simplicity of installation. Suggestions are always welcome - -- Q: The portal button isn't working.
-A: Portal buttons are current't not implemented very well and are considered "not supported" for the time being - -- Q: I selected letsencrypt but still get a traefik certificate.
-A: Cert Manager might take up to 10 minutes to fetch the right certificate and requires free access to 1.1.1.1:53. Until the right certificate is fetched, it will use the Traefik Default cert. - -- Q: Is my data guaranteed to be secure?
-A: ix_volumes (the auto generated storage) is considered relatively secure as long as you don't delete the App, but we can't give an absolute guarantee. data mounted using a hostPath, is as secure as the application that is using the data, our charts do not actively alter said dataset/folder. However: SCALE is still ALPHA, so breaking changes in the storage design are very likely. - -- Q: sabnzbd isn't starting.
-A: SabNZBD has a weird security implementation that requires you to add the hostname or IP adress to their config file. In the future we might automate this proces, but currently we do not. - -- Q: An app is asking for a password.
-A: We almost allways use the defaults from the upstream project, if we are forced to use a password and not add the option to change it in the install GUI. +Please refer to our [FAQ](https://wiki.truecharts.org/faq) and Issue tracker before creating an issue. +There is a significant chance your issue has been reported before! ## Getting into creating Apps Creating charts takes some getting used to, as it's based on Helm charts. We highly suggest prior knowhow on creation/modifying Helm Charts, before taking on the challenge of creating SCALE Apps. - ## Licence `SPDX-License-Identifier: BSD-3-Clause` @@ -64,3 +37,6 @@ Creating charts takes some getting used to, as it's based on Helm charts. We hig Truecharts as a whole, is based on a BSD-3-clause license, this ensures almost everyone can use and modify our charts. However: As a lot of Apps are based on upstream Helm Charts, Licences can vary on a per-App basis. This can easily be seen by the presence of a "LICENSE" file in the App rootfolder. [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Ftruecharts%2Ftruecharts.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Ftruecharts%2Ftruecharts?ref=badge_large) + +--- +![built-with-resentment](http://forthebadge.com/images/badges/built-with-resentment.svg) ![contains-technical-debt](http://forthebadge.com/images/badges/contains-technical-debt.svg) diff --git a/.github/docs/FAQ.md b/.github/docs/FAQ.md new file mode 100644 index 00000000000..059a0b27563 --- /dev/null +++ b/.github/docs/FAQ.md @@ -0,0 +1,32 @@ +# FAQ + +- Q: I tried to run TrueCharts on TrueNAS SCALE 20.12 and it doesn't work.
+A: TrueNAS SCALE 20.12 has never supported custom charts in any way, shape or form. Hence TrueCharts is 21.02+ only + +- Q: Please include app X
+A: Please file an issue about it, after checking the wiki to make sure it hasn't been discussed already: +https://github.com/truecharts/truecharts/wiki/k8s-at-home-to-SCALE-App-migration-list + +- Q: Isn't there more documentation for app x
+A: If it's not on our [wiki](https://wiki.truecharts.org), we do not. Currently during TrueNAS SCALE ALPHA/BETA we focus on the technical aspects. + +- Q: Function x doesn't seem to be working, should it be working?
+A: Maybe, please file an issue + +- Q: I'm missing a lot of configuration opions in the install GUI.
+A: We try to aim for a balance in the amount of options vs the simplicity of installation. Suggestions are always welcome + +- Q: The portal button isn't working.
+A: Portal buttons are current't not implemented very well and are considered "not supported" for the time being + +- Q: I selected letsencrypt but still get a traefik certificate.
+A: Cert Manager might take up to 10 minutes to fetch the right certificate and requires free access to 1.1.1.1:53. Until the right certificate is fetched, it will use the Traefik Default cert. + +- Q: Is my data guaranteed to be secure?
+A: ix_volumes (the auto generated storage) is considered relatively secure as long as you don't delete the App, but we can't give an absolute guarantee. data mounted using a hostPath, is as secure as the application that is using the data, our charts do not actively alter said dataset/folder. However: SCALE is still ALPHA, so breaking changes in the storage design are very likely. + +- Q: sabnzbd isn't starting.
+A: SabNZBD has a weird security implementation that requires you to add the hostname or IP adress to their config file. In the future we might automate this proces, but currently we do not. + +- Q: An app is asking for a password.
+A: We almost allways use the defaults from the upstream project, if we are forced to use a password and not add the option to change it in the install GUI. diff --git a/.github/docs/development/chart-structure.md b/.github/docs/development/chart-structure.md new file mode 100644 index 00000000000..eb547d2ead2 --- /dev/null +++ b/.github/docs/development/chart-structure.md @@ -0,0 +1,157 @@ +# TrueNAS SCALE Chart Structure + +A TrueNAS SCALE chart repository differs slightly in directory structure from upstream repos in that it includes an `app version` directory. + +A TrueNAS SCALE chart also has three additional files an `app-readme.md` file that provides a high level overview display in the TrueNAS SCALE UI and a `questions.yaml` file defining questions to prompt the user with and an `item.yaml` file outlining item specific details. + +There are 2 directories `charts` and `test`, each representing a train. Chart releases created from catalog items in a specific train cannot be moved to another train. Currently only the `charts` train can be used inside the UI. + +``` +charts/ix-chart// + app-readme.md # TrueNAS SCALE Specific: Readme file for display in TrueNAS SCALE UI + charts/ # Directory containing dependency charts + Chart.yaml # Required Helm chart information file + questions.yaml # TrueNAS SCALE Specific: File containing questions for TrueNAS SCALE UI + README.md # Optional: Helm Readme file (will be rendered in TrueNAS SCALE UI as well) + templates/ # A directory of templates that, when combined with values.yml will generate K8s YAML + values.yaml # The default configuration values for this chart +``` +*See the upstream Helm chart [developer reference](https://helm.sh/docs/topics/chart_template_guide/) for a complete walk through of developing charts.* + +To convert an upstream chart to take advantage of TrueNAS SCALE enhanced UX, first create an `item.yaml` file. +This file among other catalog item information provides a list of categories that this chart fits into. This helps users navigate and filtering when browsing the catalog UI. + +``` +$ cat charts/ix-chart/item.yaml +categories: + - generic +icon_url: "http://ix_url" +``` + +After that create `app-readme.md` file. + +``` +$ cat charts/ix-chart//app-readme.md + +# iX-Chart + +iX-chart is a chart designed to let user deploy a docker image in a TrueNAS SCALE kubernetes cluster. +It provides a mechanism to specify workload type, add external host interfaces in the pods, configure volumes and allocate host resources to the workload. +``` + +Then add a `questions.yaml` file to prompt the user for something. + +``` +groups: + - name: "Container Images" + description: "Image to be used for container" +questions: + - variable: image + description: "Docker Image Details" + group: "Container Images" + schema: + type: dict + required: true + attrs: + - variable: repository + description: "Docker image repository" + label: "Image repository" + schema: + type: string + required: true + - variable: tag + description: "Tag to use for specified image" + label: "Image Tag" + schema: + type: string + default: "latest" + - variable: pullPolicy + description: "Docker Image Pull Policy" + label: "Image Pull Policy" + schema: + type: string + default: "IfNotPresent" + enum: + - value: "IfNotPresent" + description: "Only pull image if not present on host" + - value: "Always" + description: "Always pull image even if present on host" + - value: "Never" + description: "Never pull image even if it's not present on host" +``` + +The above will prompt the user with 2 text fields and a dropdown in the UI getting details for image configuration in a helm chart. + +#### Question Variable Reference + +| Variable | Type | Required | Description | +| ------------- | ------------- | --- |------------- | +| variable | string | true | define the variable name specified in the `values.yaml`file. | +| label | string | true | define the UI label. | +| description | string | false | specify the description of the variable. | +| group | string | false | group questions by input value. | +| schema | dictionary | true | specify schema details for the `variable` | +| schema.type | string | true | specify type of value for `variable` (current supported types are string, int, boolean, path, hostpath, list, dict, ipaddr, and cron).| +| schema.required | bool | false | define if the variable is required or not (true \ false), defaults to false | +| schema.default | object | false | specify the default value. | +| schema.min_length | int | false | min character length for string type variable.| +| schema.max_length | int | false | max character length for string type variable.| +| schema.min | int | false | min integer length. | +| schema.max | int | false | max integer length. | +| schema.enum | []dictionary | false | specify the options when the variable type is `string`, for example,

enum:
- value: "RollingUpdate"
  description: "Create new pods and then kill old ones"
- value: "Recreate"
  description: "Kill existing pods before creating new ones"| +| schema.valid_chars | string | false | regular expression for input chars validation. | +| schema.subquestions | []subquestion | false | add an array of subquestions.| +| schema.show_if | string | false | show current variable if condition specified is true, for example `show_if: [["workloadType", "=", "CronJob"]]` | +| schema.show_subquestions_if | string | false | show subquestions if is true or equal to one of the options. for example `show_subquestion_if: "static"`. system will convert this to the filters format specifid for `shcema.show_if` automatically.| +| schema.attrs | []variables | false | specified when `schema.type` is dictionary to declare attributes allowed in the dictionary. | +| schema.items | []variables | false | specified when `schema.type` is list to declare attributes allowed in the list. | +| schema.private | bool | false | specified for declaring information sensitive fields. | +| schema.null | bool | false | specifies if the value for the variable can be null. defaults to false. | + +**subquestions**: `subquestions[]` cannot contain `subquestions` or `show_subquestions_if` keys, but all other keys in the above table are supported. Also variables having `schema.type` list do not support `subquestions`. + +There are some novel cases where we would like to provide ability to configure / manage resources for workloads with getting some data from system dynamically. +So a chart can specify certain actions to be performed by the system for a variable by defining a reference. An example better illustrates this concept: +``` +- variable: volume + label: "Volume" + schema: + type: dict + $ref: + - "normalize/ixVolume" + attrs: + - variable: mountPath + label: "Mount Path" + description: "Path where the volume will be mounted inside the pod" + schema: + type: path + required: true + - variable: datasetName + label: "Dataset Name" + schema: + type: string + required: true +``` + +In the above variable we define a `$ref` in schema which specifies that the system should take some action for normalising the value specified for the variable. +In this specific case, `ix_volume` is a concept introduced where we recommend using a volume which we are able to rollback automatically on chart release rollback. In essence, +it is just a `hostPath` volume for which the system automatically creates the dataset specified. + +We have following types of actions supported in `$ref` right now: +1) definitions +2) normalize + +For (1), system will automatically update schema for a particular definition. For example, +``` +- variable: hostInterface + description: "Please specify host interface" + label: "Host Interface" + schema: + type: string + required: true + $ref: + - "definitions/interface" +``` +System will automatically populate available interfaces for the user based on what interfaces are available on the system. + +For (2), system will normalize values or perform some actions as discussed above. diff --git a/.github/docs/development/chart-yaml-structure.md b/.github/docs/development/chart-yaml-structure.md new file mode 100644 index 00000000000..8c59d9046d8 --- /dev/null +++ b/.github/docs/development/chart-yaml-structure.md @@ -0,0 +1,61 @@ +# Chart.yaml layout + +At TrueCharts we try to keep some files standardised, this enables us to make changes to these charts in bulk with less risk of mistakes. Chart.yaml is one of these files. +In this documentation we will explain the standardised layout options. For an example layout, please see our standard Chart.yaml [template](https://github.com/truecharts/charts/tree/master/.tools/templates/chart/Chart.yaml) + + +### Layout Explained + +``` +apiVersion: The chart API version (required) +kubeVersion: A SemVer range of compatible Kubernetes versions (optional) +name: The name of the chart (required) +version: A SemVer 2 version (required) +upstream_version: A SemVer 2 version, as used by an upstream Helm Chart source (optional) +appVersion: The version of the app that this contains (optional). Needn't be SemVer. Quotes recommended. +description: A single-sentence description of this project (optional) +type: The type of the chart (optional) +deprecated: Whether this chart is deprecated (optional, boolean) +home: The URL of this projects home page (optional) +icon: A URL to an SVG or PNG image to be used as an icon (optional). +keywords: + - A list of keywords about this project (optional) +sources: + - A list of URLs to source code for this project (optional) +dependencies: + - name: The name of the chart (nginx) + repository: The repository URL ("https://example.com/charts") or alias ("@repo-name") + version: The version of the chart ("1.2.3") + condition: (optional) A yaml path that resolves to a boolean, used for enabling/disabling charts (e.g. subchart1.enabled ) + tags: # (optional) + - Tags can be used to group charts for enabling/disabling together + import-values: # (optional) + - ImportValues holds the mapping of source values to parent key to be imported. Each item can be a string or pair of child/parent sublist items. + alias: (optional) Alias to be used for the chart. Useful when you have to add the same chart multiple times +maintainers: # (optional) + - name: The maintainers name (required for each maintainer) + email: The maintainers email (optional for each maintainer) + url: A URL for the maintainer (optional for each maintainer) +annotations: + example: A list of annotations keyed by name (optional). +``` + +##### Commenting + +In the above description there are a lot of values that are not actually used. Some of those, like `deprecated`, we just set to false. While others, like `annotations` get commented out. + +Please refer to our standard Chart.yaml [template](https://github.com/truecharts/charts/tree/master/.tools/templates/chart/Chart.yaml) to see which unused values needs which treatment. + +##### Dependencies + +We expect each chart to use our Common-Chart in some capacity, inless it's absolutely impossible to do so. This also means we expect the Common-Chart to always be the first dependency in the list. This enables us to easily update all common-chart references in bulk. + +All other dependencies are expected to be listed in alphabetical order. + +##### Maintainers + +The first maintainer should always be TrueCharts, as the TrueCharts core team is expected to step in if the other maintainers fail to maintain their work. +An example of how to list TrueCharts as a maintainer is available in our standard Chart.yaml [template](https://github.com/truecharts/charts/tree/master/.tools/templates/chart/Chart.yaml). + +While currently we primarily use the CODEOWNERS file to define maintainers. We might in the future either automate keeping track of maintainers, completely rely on the maintainers or do both. For this reason it's important to add yourself as a maintainer if you expect to maintain your work. +All other maintainers are, ofcoarse, expected to be entered in importance. With the primary maintainer under "truecharts" and secondary maintainers thereunder. diff --git a/.github/docs/development/getting-started.md b/.github/docs/development/getting-started.md new file mode 100644 index 00000000000..15f9635e1b0 --- /dev/null +++ b/.github/docs/development/getting-started.md @@ -0,0 +1,202 @@ +# Getting Started + +This is a step by step guide for people who want to contribute but have no idea how to get started. + +If you get lost at any point in this guide, don't be afraid to ask. There are tons of friendly dudes and dudettes who will answer all your questions. + +*** + + + +### First thing first + +You will need these to start your journey: + +- A [GitHub account](https://github.com/). + +- You'll also need to download Git from this link https://git-scm.com/, this is different from GitHub and will allow you to download and upload TrueCharts and your personal changes + + + +### Setting up your dev environment + +If you already know what you're doing, go to our [GitHub](https://github.com/truecharts/charts) and fork. Otherwise, look at this picture, from now on this will be the **contribution cycle**. This is how our workflow will look at the end of the tutorial. + +Contribution cycle + + + +What's that? You have no idea what any of that means? Worry not, my fellow contributor! I will guide you step by step. + +First, you did your [GitHub account](https://github.com/) account as suggested, right? Good. We will now visit the [TrueCharts Repository in GitHub](https://github.com/truecharts/charts) and click this little button located at the top right corner of the page: + +![Fork button](https://i.imgur.com/lw1XYPS.png) + +As the hint suggests, this will create your very own copy of TrueCharts under your account. This copy is yours and you can do whatever you want with it, but in order to contribute, you will need to comply with some good practices I'll tell you in a second. + +Good, now we just need GIT. You don't know what a GIT is? Well, GIT is a [Version Control Software](https://en.wikipedia.org/wiki/Version_control) designed to deal with the problem of having multiple people modifying the same files at the same time. In other words, we need it. If we don't use it, the project would descend into chaos. + +At this point, you have a very important decision to make. It is like the type of Pokémon you choose to start your adventure... You want [GIT with GUI](https://desktop.github.com/) or [CLI](https://gitforwindows.org/)? I will describe the starting steps for both now, so you can make your mind. (OSX and Linux come with GIT CLI installed!) + +At a later stage you might also want to pick your own GUI, like [GitKraken](https://www.gitkraken.com/) or [SourceTree](https://www.sourcetreeapp.com/) + + +##### Downloading GIT and Dependencies +First of all, you need to download Git from this link https://git-scm.com/, this is also a great stage to install [GIT with GUI](https://desktop.github.com/) or your own GIT GUI. + +**Optionally** +_With TrueCharts we use some custom tools to make sure you have the least amount of work possible when working on the project._ +_However, this means you need some custom tools before you can start working on TrueCharts:_ + +- _Git (git client optional)_ +- _Python (including Pip, added to path on windows)_ +- _Pre-Commit (prefered)_ + +_When on Windows install Python3 with the installer available here: (https://www.python.org/downloads/), Be sure to check "Add to Path" during installation._ + +After that's finished installing, restart your computer then you can continue with setting up the project. + +##### Cloning from your GitHub + +**You are here**: cloning + +After **Forking** from TrueCharts central repo (**upstream**), we need to **clone** from our fork so we get the files into your computer (**Local repo**). + + + +| GitHub Desktop | Git Bash | +| :----------------------------------------------------------: | :----------------------------------------------------------: | +| ![desk1](https://i.imgur.com/a0LNXEG.png)
desk2 | Navigate to the folder where you want to save the files
``git clone https://github.com/YourUser/YourRepo.git`` | + + + +##### Adding the central repo as a remote + +Are you done downloading? Awesome! Now your local repo is automagically soul-linked with your remote repo in GitHub (remember we call this **origin**). We're going to also link the central repo and name it **upstream** + + + +| GitHub Desktop | Git Bash | +| :------------------------: | :----------------------------------------------------------: | +| This is automagically done | Navigate to the folder where your local repo is
``git remote add upstream https://github.com/truecharts/charts.git``
Now to make sure everything is in order, we do
``git remote -v``
and it should show both repos, yours in **origin** and central in **upstream** | + + +##### Setting up Pre-Commit + +Pre-Commit makes sure to fix small warnings that might prevent us from merging your changes into our repo. For now it isn't really important why, how and what. But realise it does so in each step called "commit" in the future. + +To setup Pre-Commit on windows, simply double click `.tools/pre-commit-install.bat`, on Linux you can install pre-commit by using `pip install pre-commit` and `pre-commit install` from the project top-most directory + + +### Opening the project and editing the project + + +By now you would have a complete copy of TrueCharts to play with. +Use your favorite editor to edit them and/or follow other guides to make the changes you want! + +What follows in this guide is how to get your changes into the TrueCharts official catalog + + +### Final step in your setup! + +After some playing around you might notice it created changes you don't want to keep. Said files **should not be committed** when you request your other changes to be integrated into the TrueCharts. Let's go and discard all of them... + +| GitHub Desktop | Git Bash | +| :----------------------------------------------------------: | :----------------------------------------------------------: | +| Go to the **changes** tab. In my case, I have 2 changes
![changes](https://i.imgur.com/0Vpe3MA.png)
Now right-click in the amount of changes and discard all![discard](https://i.imgur.com/dlXn3k0.png) | ``git status`` will show you all the unstaged changes you currently have.
``git checkout .`` and ``git clean -f`` to get rid of all of them. | + +You will be doing this **a lot** so make sure to learn it! + +Now that our **master** branch is completely clean we will create a new branch from it. Try to always have a **feature branch** you can play with and keep **master** pristine. + +What's a branch? Well, let's say it is like having a multiverse in your folder. In **branch A** you have a file called "greeting.txt" and its content is "hello world", while in **branch B** you have the same file but now its content is "hello universe". You can see how this is useful for us, so we have a version of the game that is common to everyone and you have your own version with the feature you're adding. We can later **merge** both branches and GIT will try its best to do it smoothly. + +So how do I create a new branch? + +| GitHub Desktop | Git Bash | +| :----------------------------------------------------------: | :----------------------------------------------------------: | +| Click the current branch button
![create branch 1](https://i.imgur.com/RxIZcYG.png)
![create new branch 2]()
All that's missing is to publish the new branch so your remote in GitHub (**origin**) is up to date
![publish](https://i.imgur.com/1wCOCAB.png) |
``git branch mybranch``
Where "mybranch" is the name you chose for your branch (be more creative than this, please).
Then we do ``git checkout mybranch`` to change the current branch to **mybranch** instead of **master**
Finally we publish our new branch doing ``git push`` | + + +### Contribute to the central repo + + +#### Committing and pushing your changes + +You are here: ![committing and pushin](https://i.imgur.com/co15IxT.png) + + +I strongly suggest you handle your changes in your IDE or GitHub Desktop. Remember to only commit those files you intended to change. + +In the case of GitHub Desktop, all you got to do is to select the files you wish to commit and click the commit button + +![committing changes](https://i.imgur.com/uih3SIN.png) + +Now all that is missing is publishing your commits to your remote (**origin**) + +| GitHub Desktop | Git Bash | +| :------------------------------------------------: | :-----------------: | +| ![push to origin](https://i.imgur.com/WYbI8zO.png) | ``git push origin`` | + + + +#### Making a PR + +A **P**ull **R**equest is the only way to get your changes into the central version of the game. You do a PR by **committing** your changes and **pushing them** to your remote repo (**origin**). Then, visit the [TrueCharts Repository in GitHub](https://github.com/truecharts/charts) and click this green button: + +![make a pr button](https://i.imgur.com/yt2QJd4.png) + +You will see a page where you can name your PR and fill a little form with the relevant information. Your PR will be tested and reviewed and once you answered all questions and processed all feedback, it will be accepted into TrueCharts! + +#### Updating your repo + +This is a chaotic project and stuff happens almost **every day** so it is very important that you keep your repo up-to-date, especially when mapping. + + + +| GitHub Desktop | Git Bash | +| :------------------------------------------------: | :-----------------------------------------------------: | +| Click the current branch tab
![update 1](https://i.imgur.com/mo72LEm.png)
In the list find ``upstream/master``
| ``git fetch --all``
``git merge upstream/master`` | + + + +You did it, you completed the tutorial! Now go back to the first time I showed you the **Contribution cycle** picture and see how you understand it a little better now! + +Here is a little resume of what we just saw: + +**Set up** + +1. Fork from the central repo (upstream) +2. Clone from your remote repo (origin) to your local +3. Create a feature branch + +**Working** + +​ 0. Update your repo from the central (upstream) + +1. Start working in your feature +2. Commit to your local repo +3. Push from your local to your remote (origin) +4. Make a PR + + + +*** + +## Now what? +Well, feeling confused after messing around with the scenes and all? well, it's now time to actually learn to work on TrueCharts and TrueNAS SCALE Apps! + +##### Reading other TrueCharts wikis +Take a look at [other wiki pages we have](https://wiki.truecharts.org) + + +##### Downloading a code editor +There is a lot you can accomplish through simple text editors like notepad and notepad++, but if you plan on contributing seriously to the code/scripts, you'll do better if you have a good coding environment set-up. + +##### Getting help +There is no shame in asking questions. +Anyone would be glad to answer your questions, just ask! + +##### License +This specific file is licensed under GNU AGPL v3 +`SPDX-License-Identifier: AGPL-3.0-only` diff --git a/.github/docs/development/setting-up.md b/.github/docs/development/setting-up.md deleted file mode 100644 index d910c4bcc5b..00000000000 --- a/.github/docs/development/setting-up.md +++ /dev/null @@ -1,39 +0,0 @@ -# Setting up your dev environment - -With TrueCharts we use some custom tools to make sure you have the least amount of work possible when working on the project. -However, this means you need some custom tools before you can start working on TrueCharts: - -- Git (git client optional) -- Python (including Pip, added to path on windows) -- Pre-Commit (prefered) - -## Windows - -### Terminal basics: -When we talk about "In a terminal" we mean doing the following: -- hit windows+r -- enter "cmd" - -### GIT - -- Download and install GIT (https://git-scm.com/download/win) -- Most default options would be fine - -In a terminal window or GUI client: -- Clone the repository in a specific directory of your choice (we will call this "Project-Root") - - -### Python -- Install Python3 with the installer (https://www.python.org/downloads/) -- Right click "Run as administrator" -- Check "Add to Path" -- Click the big install button - -### Pre-Commit -Run .tools/pre-commit-install.bat -(Advanced users: This is for beginner users and will also execute "git config --unset-all core.hooksPath") -OR -In a terminal window: -- Enter "pip install pre-commit" -- CD to Project-Root -- Enter "pre-commit install" diff --git a/.github/docs/general/storage.md b/.github/docs/general/storage.md new file mode 100644 index 00000000000..61810ee196e --- /dev/null +++ b/.github/docs/general/storage.md @@ -0,0 +1,35 @@ +# Storage + +TrueCharts tries to stay in sync with the Official IX-Systems App Catalog when it comes to storage. Which is currently pretty much a "work in progres". + +### Storage types + +Storage is currently seperated into two types: +1. ix_volumes +2. hostPath + +While, from a k8s point of view, both of these are technically hostPath volumes, for you, as a user, there is a significant difference. + +##### ix_volumes + +ix_volumes, are the default storage option for every TrueCharts App. They always get created and used unless "hostPath" is checked. +ix_volumes are fully managed by TrueNAS SCALE, they get created and destroyed on demand when creating, updating or editing an App. +But, most importantly, they can be reverted if an upgrade goes wrong. Which makes them an great to use for storing config files. + +They are, normally, stored in the following directory: +`/mnt/poolname/ix-applications/releases/releasename/volumes/ix_volumes/` + +##### hostPath + +Hostpath is quite simple: It mounts a directory from your TrueNAS SCALE system, directly to a directory inside the App you're installing. +There is, in contrast to the ix_volumes, no "special magic sauce" when adding hostPath storage. + +### Permissions + +Permission settings are rather important and are often something that causes issues for users. +For that reason TrueCharts introduced a feature to automatically set permissions individually for each of your storage options. + +Setting permissions automatically means we `chown` the folder and all folder within it, to a user and group of your choice. +However, we only do so when installing or updating an app. + +These permission get based on the user and group you enter in the App configuration dialog and default to `568` (the SCALE default Apps user). diff --git a/.github/docs/maintainers-wanted.md b/.github/docs/maintainers-wanted.md new file mode 100644 index 00000000000..89d971f76d2 --- /dev/null +++ b/.github/docs/maintainers-wanted.md @@ -0,0 +1,28 @@ +# Maintainers Wanted + +While a lot of containers are based on the common chart, we at TrueCharts still prefer to have at least one dedicated actual maintainer for every chart. Preferably someone who actually uses said App. + +#### Are you the one we are looking for? +If you have experience working on SCALE Apps, TrueCharts and/or Helm Charts and are interested in maintaing one of the Apps below please contact us by [email](mailto://info@truecharts.org) + +_Please note: We always prefer maintainers that have worked on one of our Apps before and, if thats not the case, people with verifyable experience with SCALE Apps and/or Helm Charts_ + +### Current Apps without maintainers + +- Calibre-web +- deluge +- freshrss +- gaps +- grocy +- heimdall +- lychee +- navidrome +- node-red +- nzb-get +- nzbhydra +- organizr +- qbittorrent +- readarr +- sabnzbd +- truecommand +- tvheadend diff --git a/.github/workflows/wiki-create-docs.yaml b/.github/workflows/wiki-create-docs.yaml index 7cf14277f22..d9fd751201f 100644 --- a/.github/workflows/wiki-create-docs.yaml +++ b/.github/workflows/wiki-create-docs.yaml @@ -44,15 +44,12 @@ jobs: - name: Create general wiki run: | cd master - for doc in .github/docs/*; do - if [ -d "${doc}" ]; then - docname=$(basename ${doc}) - cp -Rf ${doc} ../wiki/content/ - fi - done + cp -Rf .github/docs/* ../wiki/content/ cp .github/README.md ../wiki/content/index.md || echo "readme copy failed, continuing..." cp .github/CODE_OF_CONDUCT ../wiki/content/code_of_conduct.md || echo "CODE_OF_CONDUCT copy failed, continuing..." cp .github/CONTRIBUTING ../wiki/content/development/contributing.md || echo "CONTRIBUTING copy failed, continuing..." + cp .github/LICENSE ../wiki/content/development/LICENSE.md || echo "license copy failed, continuing..." + sed -i '1s/^/#License\n/' ../wiki/content/LICENSE.md ls ../wiki/content/ cd .. @@ -70,6 +67,8 @@ jobs: cp -f ${chart}/${maxfolderversion}/docs/* ../wiki/content/apps/${chartname}/ fi cp ${chart}/${maxfolderversion}/README.md ../wiki/content/apps/${chartname}/index.md || echo "readme copy failed, continuing..." + cp ${chart}/${maxfolderversion}/LICENSE ../wiki/content/apps/${chartname}/LICENSE.md || echo "license copy failed, continuing..." + sed -i '1s/^/#License\n/' ../wiki/content/apps/${chartname}/LICENSE.md fi done ls ../wiki/content/apps/ diff --git a/.tools/gen-helm-docs.sh b/.tools/gen-helm-docs.sh index 478d6d46fa4..e258caf850e 100755 --- a/.tools/gen-helm-docs.sh +++ b/.tools/gen-helm-docs.sh @@ -28,18 +28,13 @@ for chart in charts/*; do maxchartversion=$(cat ${chart}/${maxfolderversion}/Chart.yaml | grep "^version: " | awk -F" " '{ print $2 }') chartname=$(basename ${chart}) mkdir -p ${chart}/${maxfolderversion}/docs || true - echo "-] Copying templates to ${chart}/${maxfolderversion}" - # Copy README template into each Chart directory, remove current if existing - rm -f "${chart}/${maxfolderversion}/README.md.gotmpl" || true - cp -f "${readme_template}" "${chart}/${maxfolderversion}/README.md.gotmpl" || true - # Copy README template into each Chart directory, remove current if existing - rm -f "${chart}/${maxfolderversion}/app-readme.md.gotmpl" || true - cp -f "${app_readme_template}" "${chart}/${maxfolderversion}/app-readme.md.gotmpl" || true + echo "-] Copying templates to ${repository}/${chart}/${maxfolderversion}" # Copy CONFIG template to each Chart directory, do not overwrite if exists cp -n "${config_template}" "${chart}/${maxfolderversion}/docs/CONFIG.md.gotmpl" || true helm-docs \ --ignore-file="${repository}/.helmdocsignore" \ - --template-files="${chart}/${maxfolderversion}/README.md.gotmpl" \ + --output-file="README.md" \ + --template-files="${repository}/.tools/templates/chart/README.md.gotmpl" \ --chart-search-root="${chart}/${maxfolderversion}" helm-docs \ --ignore-file="${repository}/.helmdocsignore" \ @@ -49,7 +44,7 @@ for chart in charts/*; do helm-docs \ --ignore-file="${repository}/.helmdocsignore" \ --output-file="app-readme.md" \ - --template-files="${chart}/${maxfolderversion}/app-readme.md.gotmpl" \ + --template-files="${repository}/.tools/templates/chart/app-readme.md.gotmpl" \ --chart-search-root="${chart}/${maxfolderversion}" diff --git a/.tools/templates/chart/Chart.yaml b/.tools/templates/chart/Chart.yaml index b17b7509bd0..d69fe35eb37 100644 --- a/.tools/templates/chart/Chart.yaml +++ b/.tools/templates/chart/Chart.yaml @@ -1,20 +1,28 @@ apiVersion: v2 -appVersion: 1.0.0 -description: ${CHARTNAME} helm package +kubeVersion: ">=1.16.0-0" name: ${CHARTNAME} version: 1.0.0 -kubeVersion: ">=1.16.0-0" +upstream_version: 1.1.0 +appVersion: 1.0.0 +description: ${CHARTNAME} App for TrueNAS SCALE +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/${CHARTNAME} +icon: https://raw.githubusercontent.com/truecharts/charts/master/charts/${CHARTNAME}/icon.png?raw=true keywords: -- ${CHARTNAME} -home: https://github.com/k8s-at-home/charts/tree/master/charts/${CHARTNAME} -icon: https://${CHARTNAME}.org/icon + - ${CHARTNAME} sources: -- https://github.com/${CHARTNAME}/${CHARTNAME}-docker -- https://github.com/k8s-at-home/charts/tree/master/charts/${CHARTNAME} -maintainers: -- name: ${CHARTNAME} - email: ${CHARTNAME}@${CHARTNAME}.com + - https://github.com/truecharts/charts/tree/master/charts/${CHARTNAME} dependencies: -- name: common - repository: https://k8s-at-home.com/charts/ - version: 3.0.1 + - name: common + repository: https://charts.truecharts.com/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/bazarr/1.3.1/README.md.gotmpl b/charts/bazarr/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/bazarr/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/bazarr/1.3.1/app-readme.md.gotmpl b/charts/bazarr/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/bazarr/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/bazarr/1.3.1/.helmignore b/charts/bazarr/1.3.2/.helmignore similarity index 100% rename from charts/bazarr/1.3.1/.helmignore rename to charts/bazarr/1.3.2/.helmignore diff --git a/charts/bazarr/1.3.1/Chart.lock b/charts/bazarr/1.3.2/Chart.lock similarity index 100% rename from charts/bazarr/1.3.1/Chart.lock rename to charts/bazarr/1.3.2/Chart.lock diff --git a/charts/bazarr/1.3.1/Chart.yaml b/charts/bazarr/1.3.2/Chart.yaml similarity index 54% rename from charts/bazarr/1.3.1/Chart.yaml rename to charts/bazarr/1.3.2/Chart.yaml index 04434f596f0..ebea5f79d8e 100644 --- a/charts/bazarr/1.3.1/Chart.yaml +++ b/charts/bazarr/1.3.2/Chart.yaml @@ -1,9 +1,14 @@ apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: bazarr +version: 1.3.2 +upstream_version: 5.2.1 appVersion: v0.9.0.5 description: Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements -name: bazarr -version: 1.3.1 -upstream_version: 5.2.1 +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/bazarr +icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png keywords: - bazarr - radarr @@ -11,14 +16,24 @@ keywords: - subtitles - usenet - torrent -home: https://github.com/truecharts/charts/tree/dev/charts/bazarr -icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png sources: + - https://github.com/truecharts/charts/tree/master/charts/bazarr + - https://github.com/k8s-at-home/charts/tree/master/charts/bazarr - https://github.com/Bazarr/Bazarr - https://hub.docker.com/r/linuxserver/bazarr -maintainers: - - name: TrueCharts dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Kjeld Schouten-Lebbing + email: kjeld@schouten-lebbing.nl + url: truecharts.org +# annotations: diff --git a/charts/bazarr/1.3.1/LICENSE b/charts/bazarr/1.3.2/LICENSE similarity index 100% rename from charts/bazarr/1.3.1/LICENSE rename to charts/bazarr/1.3.2/LICENSE diff --git a/charts/bazarr/1.3.1/README.md b/charts/bazarr/1.3.2/README.md similarity index 100% rename from charts/bazarr/1.3.1/README.md rename to charts/bazarr/1.3.2/README.md diff --git a/charts/bazarr/1.3.1/app-readme.md b/charts/bazarr/1.3.2/app-readme.md similarity index 100% rename from charts/bazarr/1.3.1/app-readme.md rename to charts/bazarr/1.3.2/app-readme.md diff --git a/charts/bazarr/1.3.1/charts/common-1.3.0.tgz b/charts/bazarr/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/bazarr/1.3.1/charts/common-1.3.0.tgz rename to charts/bazarr/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/bazarr/1.3.1/docs/CONFIG.md b/charts/bazarr/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/bazarr/1.3.1/docs/CONFIG.md rename to charts/bazarr/1.3.2/docs/CONFIG.md diff --git a/charts/bazarr/1.3.1/docs/CONFIG.md.gotmpl b/charts/bazarr/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/bazarr/1.3.1/docs/CONFIG.md.gotmpl rename to charts/bazarr/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/bazarr/1.3.1/questions.yaml b/charts/bazarr/1.3.2/questions.yaml similarity index 98% rename from charts/bazarr/1.3.1/questions.yaml rename to charts/bazarr/1.3.2/questions.yaml index 1ea54469859..17d9a5d9a05 100644 --- a/charts/bazarr/1.3.1/questions.yaml +++ b/charts/bazarr/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: protocols: @@ -343,13 +343,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/bazarr/1.3.1/templates/common.yaml b/charts/bazarr/1.3.2/templates/common.yaml similarity index 100% rename from charts/bazarr/1.3.1/templates/common.yaml rename to charts/bazarr/1.3.2/templates/common.yaml diff --git a/charts/bazarr/1.3.1/test_values.yaml b/charts/bazarr/1.3.2/test_values.yaml similarity index 100% rename from charts/bazarr/1.3.1/test_values.yaml rename to charts/bazarr/1.3.2/test_values.yaml diff --git a/charts/bazarr/1.3.1/values.yaml b/charts/bazarr/1.3.2/values.yaml similarity index 100% rename from charts/bazarr/1.3.1/values.yaml rename to charts/bazarr/1.3.2/values.yaml diff --git a/charts/calibre-web/1.3.1/README.md.gotmpl b/charts/calibre-web/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/calibre-web/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/calibre-web/1.3.1/app-readme.md.gotmpl b/charts/calibre-web/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/calibre-web/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/calibre-web/1.3.1/.helmignore b/charts/calibre-web/1.3.2/.helmignore similarity index 100% rename from charts/calibre-web/1.3.1/.helmignore rename to charts/calibre-web/1.3.2/.helmignore diff --git a/charts/calibre-web/1.3.1/Chart.lock b/charts/calibre-web/1.3.2/Chart.lock similarity index 100% rename from charts/calibre-web/1.3.1/Chart.lock rename to charts/calibre-web/1.3.2/Chart.lock diff --git a/charts/calibre-web/1.3.1/Chart.yaml b/charts/calibre-web/1.3.2/Chart.yaml similarity index 57% rename from charts/calibre-web/1.3.1/Chart.yaml rename to charts/calibre-web/1.3.2/Chart.yaml index e6a35db6d4a..be9370b7b1a 100644 --- a/charts/calibre-web/1.3.1/Chart.yaml +++ b/charts/calibre-web/1.3.2/Chart.yaml @@ -1,20 +1,33 @@ apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: calibre-web +version: 1.3.2 +upstream_version: 4.3.1 appVersion: 0.6.9 description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. -name: calibre-web -version: 1.3.1 -upstream_version: 4.3.1 +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/calibre-web +icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png keywords: + - calibre-web - calibre - ebook -home: https://github.com/truecharts/truecharts/tree/master/charts/calibre-web -icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png sources: + - https://github.com/truecharts/charts/tree/master/charts/calibre-web + - https://github.com/k8s-at-home/charts/tree/master/charts/calibre-web - https://hub.docker.com/r/linuxserver/calibre-web/ - https://github.com/janeczku/calibre-web -maintainers: - - name: TrueCharts dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/calibre-web/1.3.1/LICENSE b/charts/calibre-web/1.3.2/LICENSE similarity index 100% rename from charts/calibre-web/1.3.1/LICENSE rename to charts/calibre-web/1.3.2/LICENSE diff --git a/charts/calibre-web/1.3.1/README.md b/charts/calibre-web/1.3.2/README.md similarity index 100% rename from charts/calibre-web/1.3.1/README.md rename to charts/calibre-web/1.3.2/README.md diff --git a/charts/calibre-web/1.3.1/app-readme.md b/charts/calibre-web/1.3.2/app-readme.md similarity index 100% rename from charts/calibre-web/1.3.1/app-readme.md rename to charts/calibre-web/1.3.2/app-readme.md diff --git a/charts/calibre-web/1.3.1/charts/common-1.3.0.tgz b/charts/calibre-web/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/calibre-web/1.3.1/charts/common-1.3.0.tgz rename to charts/calibre-web/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/calibre-web/1.3.1/docs/CONFIG.md b/charts/calibre-web/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/calibre-web/1.3.1/docs/CONFIG.md rename to charts/calibre-web/1.3.2/docs/CONFIG.md diff --git a/charts/calibre-web/1.3.1/docs/CONFIG.md.gotmpl b/charts/calibre-web/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/calibre-web/1.3.1/docs/CONFIG.md.gotmpl rename to charts/calibre-web/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/calibre-web/1.3.1/questions.yaml b/charts/calibre-web/1.3.2/questions.yaml similarity index 98% rename from charts/calibre-web/1.3.1/questions.yaml rename to charts/calibre-web/1.3.2/questions.yaml index 0a66fb9f0a5..1c9e32d83e5 100644 --- a/charts/calibre-web/1.3.1/questions.yaml +++ b/charts/calibre-web/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: protocols: @@ -286,13 +286,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/calibre-web/1.3.1/templates/NOTES.txt b/charts/calibre-web/1.3.2/templates/NOTES.txt similarity index 100% rename from charts/calibre-web/1.3.1/templates/NOTES.txt rename to charts/calibre-web/1.3.2/templates/NOTES.txt diff --git a/charts/calibre-web/1.3.1/templates/common.yaml b/charts/calibre-web/1.3.2/templates/common.yaml similarity index 100% rename from charts/calibre-web/1.3.1/templates/common.yaml rename to charts/calibre-web/1.3.2/templates/common.yaml diff --git a/charts/calibre-web/1.3.1/test_values.yaml b/charts/calibre-web/1.3.2/test_values.yaml similarity index 100% rename from charts/calibre-web/1.3.1/test_values.yaml rename to charts/calibre-web/1.3.2/test_values.yaml diff --git a/charts/calibre-web/1.3.1/values.yaml b/charts/calibre-web/1.3.2/values.yaml similarity index 100% rename from charts/calibre-web/1.3.1/values.yaml rename to charts/calibre-web/1.3.2/values.yaml diff --git a/charts/collabora-online/1.3.1/Chart.yaml b/charts/collabora-online/1.3.1/Chart.yaml deleted file mode 100644 index 46950054418..00000000000 --- a/charts/collabora-online/1.3.1/Chart.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v2 -name: collabora-online -version: 1.3.1 -appVersion: 6.4.6.1 -description: Collabora Online Development Edition – an awesome, Online Office suite image suitable for home use. -keywords: - - collabora - - collaboration - - documents -home: https://www.collaboraoffice.com/ -icon: https://avatars.githubusercontent.com/u/22418908?s=200&v=4 -sources: - - https://hub.docker.com/r/collabora/code - - https://www.collaboraoffice.com/code/docker/ -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/collabora-online/1.3.1/README.md.gotmpl b/charts/collabora-online/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/collabora-online/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/collabora-online/1.3.1/app-readme.md.gotmpl b/charts/collabora-online/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/collabora-online/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/collabora-online/1.3.1/Chart.lock b/charts/collabora-online/1.3.2/Chart.lock similarity index 100% rename from charts/collabora-online/1.3.1/Chart.lock rename to charts/collabora-online/1.3.2/Chart.lock diff --git a/charts/collabora-online/1.3.2/Chart.yaml b/charts/collabora-online/1.3.2/Chart.yaml new file mode 100644 index 00000000000..bba1921be9d --- /dev/null +++ b/charts/collabora-online/1.3.2/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: collabora-online +version: 1.3.2 +# upstream_version: +appVersion: 6.4.6.1 +description: Collabora Online Development Edition – an awesome, Online Office suite image suitable for home use. +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/collabora-online +icon: https://avatars.githubusercontent.com/u/22418908?s=200&v=4 +keywords: + - collabora-online +sources: + - https://github.com/truecharts/charts/tree/master/charts/collabora-online + - https://github.com/k8s-at-home/charts/tree/master/charts/collabora-online + - https://hub.docker.com/r/collabora/code + - https://www.collaboraoffice.com/code/docker/ +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Stavros Kois + email: stavros-k@users.noreply.github.com + url: truecharts.org +# annotations: diff --git a/charts/collabora-online/1.3.1/README.md b/charts/collabora-online/1.3.2/README.md similarity index 100% rename from charts/collabora-online/1.3.1/README.md rename to charts/collabora-online/1.3.2/README.md diff --git a/charts/collabora-online/1.3.1/app-readme.md b/charts/collabora-online/1.3.2/app-readme.md similarity index 100% rename from charts/collabora-online/1.3.1/app-readme.md rename to charts/collabora-online/1.3.2/app-readme.md diff --git a/charts/collabora-online/1.3.1/charts/common-1.3.0.tgz b/charts/collabora-online/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/collabora-online/1.3.1/charts/common-1.3.0.tgz rename to charts/collabora-online/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/collabora-online/1.3.1/docs/CONFIG.md b/charts/collabora-online/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/collabora-online/1.3.1/docs/CONFIG.md rename to charts/collabora-online/1.3.2/docs/CONFIG.md diff --git a/charts/collabora-online/1.3.1/docs/CONFIG.md.gotmpl b/charts/collabora-online/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/collabora-online/1.3.1/docs/CONFIG.md.gotmpl rename to charts/collabora-online/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/collabora-online/1.3.1/questions.yaml b/charts/collabora-online/1.3.2/questions.yaml similarity index 98% rename from charts/collabora-online/1.3.1/questions.yaml rename to charts/collabora-online/1.3.2/questions.yaml index d9e759d4106..554042a2acf 100644 --- a/charts/collabora-online/1.3.1/questions.yaml +++ b/charts/collabora-online/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Environment Variables" description: "Environment Variables Configuration" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" - name: "Storage" description: "configure app volume mounts" @@ -192,7 +192,7 @@ questions: type: string default: 'collabora\.domain\.tld' - # Ingress + # Reverse Proxy - variable: appIngress label: "" group: "Ingress" @@ -200,13 +200,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" - group: "Ingress" + label: "Web Reverse Proxy Configuration" + group: "Reverse Proxy" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/collabora-online/1.3.1/templates/NOTES.txt b/charts/collabora-online/1.3.2/templates/NOTES.txt similarity index 100% rename from charts/collabora-online/1.3.1/templates/NOTES.txt rename to charts/collabora-online/1.3.2/templates/NOTES.txt diff --git a/charts/collabora-online/1.3.1/templates/common.yaml b/charts/collabora-online/1.3.2/templates/common.yaml similarity index 100% rename from charts/collabora-online/1.3.1/templates/common.yaml rename to charts/collabora-online/1.3.2/templates/common.yaml diff --git a/charts/collabora-online/1.3.1/test_values.yaml b/charts/collabora-online/1.3.2/test_values.yaml similarity index 100% rename from charts/collabora-online/1.3.1/test_values.yaml rename to charts/collabora-online/1.3.2/test_values.yaml diff --git a/charts/collabora-online/1.3.1/values.yaml b/charts/collabora-online/1.3.2/values.yaml similarity index 100% rename from charts/collabora-online/1.3.1/values.yaml rename to charts/collabora-online/1.3.2/values.yaml diff --git a/charts/deluge/1.3.1/README.md.gotmpl b/charts/deluge/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/deluge/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/deluge/1.3.1/app-readme.md.gotmpl b/charts/deluge/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/deluge/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/deluge/1.3.1/.helmignore b/charts/deluge/1.3.2/.helmignore similarity index 100% rename from charts/deluge/1.3.1/.helmignore rename to charts/deluge/1.3.2/.helmignore diff --git a/charts/deluge/1.3.1/Chart.lock b/charts/deluge/1.3.2/Chart.lock similarity index 100% rename from charts/deluge/1.3.1/Chart.lock rename to charts/deluge/1.3.2/Chart.lock diff --git a/charts/deluge/1.3.1/Chart.yaml b/charts/deluge/1.3.2/Chart.yaml similarity index 51% rename from charts/deluge/1.3.1/Chart.yaml rename to charts/deluge/1.3.2/Chart.yaml index cc388f3700b..8a1c42552c2 100644 --- a/charts/deluge/1.3.1/Chart.yaml +++ b/charts/deluge/1.3.2/Chart.yaml @@ -1,20 +1,31 @@ apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: deluge +version: 1.3.2 +upstream_version: 1.1.1 appVersion: v2.0.3-2201906121747 description: Deluge is a torrent download client -name: deluge -version: 1.3.1 -upstream_version: 1.1.1 +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/deluge +icon: https://avatars2.githubusercontent.com/u/6733935?v=3&s=200 keywords: - deluge - - torrent -home: https://github.com/truecharts/truecharts/tree/master/charts/deluge -icon: https://avatars2.githubusercontent.com/u/6733935?v=3&s=200 sources: + - https://github.com/truecharts/charts/tree/master/charts/deluge + - https://github.com/k8s-at-home/charts/tree/master/charts/deluge - https://hub.docker.com/r/linuxserver/deluge/ - https://deluge-torrent.org/ -maintainers: - - name: TrueCharts dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/deluge/1.3.1/LICENSE b/charts/deluge/1.3.2/LICENSE similarity index 100% rename from charts/deluge/1.3.1/LICENSE rename to charts/deluge/1.3.2/LICENSE diff --git a/charts/deluge/1.3.1/README.md b/charts/deluge/1.3.2/README.md similarity index 100% rename from charts/deluge/1.3.1/README.md rename to charts/deluge/1.3.2/README.md diff --git a/charts/deluge/1.3.1/app-readme.md b/charts/deluge/1.3.2/app-readme.md similarity index 100% rename from charts/deluge/1.3.1/app-readme.md rename to charts/deluge/1.3.2/app-readme.md diff --git a/charts/deluge/1.3.1/charts/common-1.3.0.tgz b/charts/deluge/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/deluge/1.3.1/charts/common-1.3.0.tgz rename to charts/deluge/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/deluge/1.3.1/docs/CONFIG.md b/charts/deluge/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/deluge/1.3.1/docs/CONFIG.md rename to charts/deluge/1.3.2/docs/CONFIG.md diff --git a/charts/deluge/1.3.1/docs/CONFIG.md.gotmpl b/charts/deluge/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/deluge/1.3.1/docs/CONFIG.md.gotmpl rename to charts/deluge/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/deluge/1.3.1/questions.yaml b/charts/deluge/1.3.2/questions.yaml similarity index 97% rename from charts/deluge/1.3.1/questions.yaml rename to charts/deluge/1.3.2/questions.yaml index 1395a846492..88c51c1b02f 100644 --- a/charts/deluge/1.3.1/questions.yaml +++ b/charts/deluge/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -415,13 +415,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false @@ -506,20 +506,20 @@ questions: type: string default: "" - variable: tcp - label: "TCP Ingress Configuration" + label: "TCP Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable TCP Ingress" + label: "Enable TCP Reverse Proxy" schema: type: boolean default: false show_subquestions_if: true subquestions: - variable: type - label: "Select Ingress Type" + label: "Select Reverse Proxy Type" schema: type: string default: "TCP" @@ -547,20 +547,20 @@ questions: - value: "" description: "No Encryption/TLS/Certificates" - variable: udp - label: "UDP Ingress Configuration" + label: "UDP Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable UDP Ingress" + label: "Enable UDP Reverse Proxy" schema: type: boolean default: false show_subquestions_if: true subquestions: - variable: type - label: "Select Ingress Type" + label: "Select Reverse Proxy Type" schema: type: string default: "UDP" diff --git a/charts/deluge/1.3.1/templates/NOTES.txt b/charts/deluge/1.3.2/templates/NOTES.txt similarity index 100% rename from charts/deluge/1.3.1/templates/NOTES.txt rename to charts/deluge/1.3.2/templates/NOTES.txt diff --git a/charts/deluge/1.3.1/templates/common.yaml b/charts/deluge/1.3.2/templates/common.yaml similarity index 100% rename from charts/deluge/1.3.1/templates/common.yaml rename to charts/deluge/1.3.2/templates/common.yaml diff --git a/charts/deluge/1.3.1/test_values.yaml b/charts/deluge/1.3.2/test_values.yaml similarity index 100% rename from charts/deluge/1.3.1/test_values.yaml rename to charts/deluge/1.3.2/test_values.yaml diff --git a/charts/deluge/1.3.1/values.yaml b/charts/deluge/1.3.2/values.yaml similarity index 100% rename from charts/deluge/1.3.1/values.yaml rename to charts/deluge/1.3.2/values.yaml diff --git a/charts/esphome/1.3.1/README.md.gotmpl b/charts/esphome/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/esphome/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/esphome/1.3.1/app-readme.md.gotmpl b/charts/esphome/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/esphome/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/esphome/1.3.1/.helmignore b/charts/esphome/1.3.2/.helmignore similarity index 100% rename from charts/esphome/1.3.1/.helmignore rename to charts/esphome/1.3.2/.helmignore diff --git a/charts/esphome/1.3.1/Chart.lock b/charts/esphome/1.3.2/Chart.lock similarity index 100% rename from charts/esphome/1.3.1/Chart.lock rename to charts/esphome/1.3.2/Chart.lock diff --git a/charts/esphome/1.3.1/Chart.yaml b/charts/esphome/1.3.2/Chart.yaml similarity index 58% rename from charts/esphome/1.3.1/Chart.yaml rename to charts/esphome/1.3.2/Chart.yaml index 930ebd53095..d7f95358d5f 100644 --- a/charts/esphome/1.3.1/Chart.yaml +++ b/charts/esphome/1.3.2/Chart.yaml @@ -1,26 +1,34 @@ apiVersion: v2 -appVersion: 1.15.3 -version: 1.3.1 -upstream_version: 4.3.1 - +kubeVersion: ">=1.16.0-0" name: esphome +version: 1.3.2 +upstream_version: 4.3.1 +appVersion: 1.15.3 description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -home: https://github.com/truecharts/charts/tree/dev/charts/esphome -icon: https://esphome.io/_images/logo.svg type: application - -maintainers: - - name: TrueCharts - +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/esphome +icon: https://esphome.io/_images/logo.svg keywords: - esphome - sources: + - https://github.com/truecharts/charts/tree/master/charts/esphome + - https://github.com/k8s-at-home/charts/tree/master/charts/esphome - https://github.com/esphome/esphome - https://hub.docker.com/u/esphome - - https://github.com/k8s-at-home/charts/tree/master/charts/esphome - dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Troy Prelog + email: 35702532+tprelog@users.noreply.github.com + url: truecharts.org +# annotations: diff --git a/charts/esphome/1.3.1/LICENSE b/charts/esphome/1.3.2/LICENSE similarity index 100% rename from charts/esphome/1.3.1/LICENSE rename to charts/esphome/1.3.2/LICENSE diff --git a/charts/esphome/1.3.1/README.md b/charts/esphome/1.3.2/README.md similarity index 100% rename from charts/esphome/1.3.1/README.md rename to charts/esphome/1.3.2/README.md diff --git a/charts/esphome/1.3.1/app-readme.md b/charts/esphome/1.3.2/app-readme.md similarity index 100% rename from charts/esphome/1.3.1/app-readme.md rename to charts/esphome/1.3.2/app-readme.md diff --git a/charts/esphome/1.3.1/charts/common-1.3.0.tgz b/charts/esphome/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/esphome/1.3.1/charts/common-1.3.0.tgz rename to charts/esphome/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/esphome/1.3.1/docs/CONFIG.md b/charts/esphome/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/esphome/1.3.1/docs/CONFIG.md rename to charts/esphome/1.3.2/docs/CONFIG.md diff --git a/charts/esphome/1.3.1/docs/CONFIG.md.gotmpl b/charts/esphome/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/esphome/1.3.1/docs/CONFIG.md.gotmpl rename to charts/esphome/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/esphome/1.3.1/questions.yaml b/charts/esphome/1.3.2/questions.yaml similarity index 98% rename from charts/esphome/1.3.1/questions.yaml rename to charts/esphome/1.3.2/questions.yaml index a204c75fe3c..02c31577529 100644 --- a/charts/esphome/1.3.1/questions.yaml +++ b/charts/esphome/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -236,13 +236,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/esphome/1.3.1/templates/common.yaml b/charts/esphome/1.3.2/templates/common.yaml similarity index 100% rename from charts/esphome/1.3.1/templates/common.yaml rename to charts/esphome/1.3.2/templates/common.yaml diff --git a/charts/esphome/1.3.1/test_values.yaml b/charts/esphome/1.3.2/test_values.yaml similarity index 100% rename from charts/esphome/1.3.1/test_values.yaml rename to charts/esphome/1.3.2/test_values.yaml diff --git a/charts/esphome/1.3.1/values.yaml b/charts/esphome/1.3.2/values.yaml similarity index 100% rename from charts/esphome/1.3.1/values.yaml rename to charts/esphome/1.3.2/values.yaml diff --git a/charts/freshrss/1.3.1/README.md.gotmpl b/charts/freshrss/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/freshrss/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/freshrss/1.3.1/app-readme.md.gotmpl b/charts/freshrss/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/freshrss/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/freshrss/1.3.1/.helmignore b/charts/freshrss/1.3.2/.helmignore similarity index 100% rename from charts/freshrss/1.3.1/.helmignore rename to charts/freshrss/1.3.2/.helmignore diff --git a/charts/freshrss/1.3.1/Chart.lock b/charts/freshrss/1.3.2/Chart.lock similarity index 100% rename from charts/freshrss/1.3.1/Chart.lock rename to charts/freshrss/1.3.2/Chart.lock diff --git a/charts/freshrss/1.3.1/Chart.yaml b/charts/freshrss/1.3.2/Chart.yaml similarity index 53% rename from charts/freshrss/1.3.1/Chart.yaml rename to charts/freshrss/1.3.2/Chart.yaml index 7b54e4558ab..ab572c82f80 100644 --- a/charts/freshrss/1.3.1/Chart.yaml +++ b/charts/freshrss/1.3.2/Chart.yaml @@ -1,20 +1,32 @@ apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: freshrss +version: 1.3.2 +upstream_version: 2.3.1 appVersion: 1.17.0 description: FreshRSS is a self-hosted RSS feed aggregator -name: freshrss -version: 1.3.1 -upstream_version: 2.3.1 +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/freshrss +icon: https://github.com/FreshRSS/FreshRSS/blob/master/docs/img/FreshRSS-logo.png?raw=true keywords: - freshrss - rss -home: https://github.com/truecharts/truecharts/tree/master/charts/freshrss -icon: https://github.com/FreshRSS/FreshRSS/blob/master/docs/img/FreshRSS-logo.png?raw=true sources: + - https://github.com/truecharts/charts/tree/master/charts/freshrss + - https://github.com/k8s-at-home/charts/tree/master/charts/freshrss - https://github.com/FreshRSS/FreshRSS - https://hub.docker.com/r/linuxserver/freshrss -maintainers: - - name: TrueCharts dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/freshrss/1.3.1/LICENSE b/charts/freshrss/1.3.2/LICENSE similarity index 100% rename from charts/freshrss/1.3.1/LICENSE rename to charts/freshrss/1.3.2/LICENSE diff --git a/charts/freshrss/1.3.1/README.md b/charts/freshrss/1.3.2/README.md similarity index 100% rename from charts/freshrss/1.3.1/README.md rename to charts/freshrss/1.3.2/README.md diff --git a/charts/freshrss/1.3.1/app-readme.md b/charts/freshrss/1.3.2/app-readme.md similarity index 100% rename from charts/freshrss/1.3.1/app-readme.md rename to charts/freshrss/1.3.2/app-readme.md diff --git a/charts/freshrss/1.3.1/charts/common-1.3.0.tgz b/charts/freshrss/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/freshrss/1.3.1/charts/common-1.3.0.tgz rename to charts/freshrss/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/freshrss/1.3.1/docs/CONFIG.md b/charts/freshrss/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/freshrss/1.3.1/docs/CONFIG.md rename to charts/freshrss/1.3.2/docs/CONFIG.md diff --git a/charts/freshrss/1.3.1/docs/CONFIG.md.gotmpl b/charts/freshrss/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/freshrss/1.3.1/docs/CONFIG.md.gotmpl rename to charts/freshrss/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/freshrss/1.3.1/questions.yaml b/charts/freshrss/1.3.2/questions.yaml similarity index 98% rename from charts/freshrss/1.3.1/questions.yaml rename to charts/freshrss/1.3.2/questions.yaml index 28879b549d5..9de91cf2dc0 100644 --- a/charts/freshrss/1.3.1/questions.yaml +++ b/charts/freshrss/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: protocols: @@ -230,13 +230,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/freshrss/1.3.1/templates/NOTES.txt b/charts/freshrss/1.3.2/templates/NOTES.txt similarity index 100% rename from charts/freshrss/1.3.1/templates/NOTES.txt rename to charts/freshrss/1.3.2/templates/NOTES.txt diff --git a/charts/freshrss/1.3.1/templates/common.yaml b/charts/freshrss/1.3.2/templates/common.yaml similarity index 100% rename from charts/freshrss/1.3.1/templates/common.yaml rename to charts/freshrss/1.3.2/templates/common.yaml diff --git a/charts/freshrss/1.3.1/test_values.yaml b/charts/freshrss/1.3.2/test_values.yaml similarity index 100% rename from charts/freshrss/1.3.1/test_values.yaml rename to charts/freshrss/1.3.2/test_values.yaml diff --git a/charts/freshrss/1.3.1/values.yaml b/charts/freshrss/1.3.2/values.yaml similarity index 100% rename from charts/freshrss/1.3.1/values.yaml rename to charts/freshrss/1.3.2/values.yaml diff --git a/charts/gaps/1.3.1/README.md.gotmpl b/charts/gaps/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/gaps/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/gaps/1.3.1/app-readme.md.gotmpl b/charts/gaps/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/gaps/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/gaps/1.3.1/.helmignore b/charts/gaps/1.3.2/.helmignore similarity index 100% rename from charts/gaps/1.3.1/.helmignore rename to charts/gaps/1.3.2/.helmignore diff --git a/charts/gaps/1.3.1/Chart.lock b/charts/gaps/1.3.2/Chart.lock similarity index 100% rename from charts/gaps/1.3.1/Chart.lock rename to charts/gaps/1.3.2/Chart.lock diff --git a/charts/gaps/1.3.1/Chart.yaml b/charts/gaps/1.3.2/Chart.yaml similarity index 55% rename from charts/gaps/1.3.1/Chart.yaml rename to charts/gaps/1.3.2/Chart.yaml index fb9527e8110..42092e528d3 100644 --- a/charts/gaps/1.3.1/Chart.yaml +++ b/charts/gaps/1.3.2/Chart.yaml @@ -1,19 +1,32 @@ apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: gaps +version: 1.3.2 +upstream_version: 1.1.1 appVersion: latest description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. -name: gaps -version: 1.3.1 -upstream_version: 1.1.1 +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/gaps +icon: https://raw.githubusercontent.com/JasonHHouse/gaps/master/images/Final-Black.png keywords: + - gaps - plex - plex-media-server -home: https://github.com/truecharts/truecharts/tree/master/charts/gaps -icon: https://raw.githubusercontent.com/JasonHHouse/gaps/master/images/Final-Black.png sources: + - https://github.com/truecharts/charts/tree/master/charts/gaps + - https://github.com/k8s-at-home/charts/tree/master/charts/gaps - https://github.com/JasonHHouse/gaps -maintainers: - - name: TrueCharts dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/gaps/1.3.1/LICENSE b/charts/gaps/1.3.2/LICENSE similarity index 100% rename from charts/gaps/1.3.1/LICENSE rename to charts/gaps/1.3.2/LICENSE diff --git a/charts/gaps/1.3.1/README.md b/charts/gaps/1.3.2/README.md similarity index 100% rename from charts/gaps/1.3.1/README.md rename to charts/gaps/1.3.2/README.md diff --git a/charts/gaps/1.3.1/app-readme.md b/charts/gaps/1.3.2/app-readme.md similarity index 100% rename from charts/gaps/1.3.1/app-readme.md rename to charts/gaps/1.3.2/app-readme.md diff --git a/charts/gaps/1.3.1/charts/common-1.3.0.tgz b/charts/gaps/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/gaps/1.3.1/charts/common-1.3.0.tgz rename to charts/gaps/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/gaps/1.3.1/docs/CONFIG.md b/charts/gaps/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/gaps/1.3.1/docs/CONFIG.md rename to charts/gaps/1.3.2/docs/CONFIG.md diff --git a/charts/gaps/1.3.1/docs/CONFIG.md.gotmpl b/charts/gaps/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/gaps/1.3.1/docs/CONFIG.md.gotmpl rename to charts/gaps/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/gaps/1.3.1/questions.yaml b/charts/gaps/1.3.2/questions.yaml similarity index 98% rename from charts/gaps/1.3.1/questions.yaml rename to charts/gaps/1.3.2/questions.yaml index 66cea2d5812..4bb564d5023 100644 --- a/charts/gaps/1.3.1/questions.yaml +++ b/charts/gaps/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: protocols: @@ -231,13 +231,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/gaps/1.3.1/templates/NOTES.txt b/charts/gaps/1.3.2/templates/NOTES.txt similarity index 100% rename from charts/gaps/1.3.1/templates/NOTES.txt rename to charts/gaps/1.3.2/templates/NOTES.txt diff --git a/charts/gaps/1.3.1/templates/common.yaml b/charts/gaps/1.3.2/templates/common.yaml similarity index 100% rename from charts/gaps/1.3.1/templates/common.yaml rename to charts/gaps/1.3.2/templates/common.yaml diff --git a/charts/gaps/1.3.1/test_values.yaml b/charts/gaps/1.3.2/test_values.yaml similarity index 100% rename from charts/gaps/1.3.1/test_values.yaml rename to charts/gaps/1.3.2/test_values.yaml diff --git a/charts/gaps/1.3.1/values.yaml b/charts/gaps/1.3.2/values.yaml similarity index 100% rename from charts/gaps/1.3.1/values.yaml rename to charts/gaps/1.3.2/values.yaml diff --git a/charts/grocy/1.3.1/README.md.gotmpl b/charts/grocy/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/grocy/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/grocy/1.3.1/app-readme.md.gotmpl b/charts/grocy/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/grocy/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/grocy/1.3.1/.helmignore b/charts/grocy/1.3.2/.helmignore similarity index 100% rename from charts/grocy/1.3.1/.helmignore rename to charts/grocy/1.3.2/.helmignore diff --git a/charts/grocy/1.3.1/Chart.lock b/charts/grocy/1.3.2/Chart.lock similarity index 100% rename from charts/grocy/1.3.1/Chart.lock rename to charts/grocy/1.3.2/Chart.lock diff --git a/charts/grocy/1.3.1/Chart.yaml b/charts/grocy/1.3.2/Chart.yaml similarity index 53% rename from charts/grocy/1.3.1/Chart.yaml rename to charts/grocy/1.3.2/Chart.yaml index ce08f18d7ff..ccb8e315322 100644 --- a/charts/grocy/1.3.1/Chart.yaml +++ b/charts/grocy/1.3.2/Chart.yaml @@ -1,18 +1,30 @@ apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: grocy +version: 1.3.2 +upstream_version: 4.3.1 appVersion: v2.7.1 description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home -name: grocy -version: 1.3.1 -upstream_version: 4.3.1 +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/grocy +icon: https://github.com/grocy/grocy/raw/master/public/img/appicons/mstile-150x150.png keywords: - grocy -home: https://github.com/truecharts/truecharts/tree/master/charts/grocy -icon: https://github.com/grocy/grocy/raw/master/public/img/appicons/mstile-150x150.png sources: + - https://github.com/truecharts/charts/tree/master/charts/grocy + - https://github.com/k8s-at-home/charts/tree/master/charts/grocy - https://github.com/grocy/grocy -maintainers: - - name: TrueCharts dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/grocy/1.3.1/LICENSE b/charts/grocy/1.3.2/LICENSE similarity index 100% rename from charts/grocy/1.3.1/LICENSE rename to charts/grocy/1.3.2/LICENSE diff --git a/charts/grocy/1.3.1/README.md b/charts/grocy/1.3.2/README.md similarity index 100% rename from charts/grocy/1.3.1/README.md rename to charts/grocy/1.3.2/README.md diff --git a/charts/grocy/1.3.1/app-readme.md b/charts/grocy/1.3.2/app-readme.md similarity index 100% rename from charts/grocy/1.3.1/app-readme.md rename to charts/grocy/1.3.2/app-readme.md diff --git a/charts/grocy/1.3.1/charts/common-1.3.0.tgz b/charts/grocy/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/grocy/1.3.1/charts/common-1.3.0.tgz rename to charts/grocy/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/grocy/1.3.1/docs/CONFIG.md b/charts/grocy/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/grocy/1.3.1/docs/CONFIG.md rename to charts/grocy/1.3.2/docs/CONFIG.md diff --git a/charts/grocy/1.3.1/docs/CONFIG.md.gotmpl b/charts/grocy/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/grocy/1.3.1/docs/CONFIG.md.gotmpl rename to charts/grocy/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/grocy/1.3.1/questions.yaml b/charts/grocy/1.3.2/questions.yaml similarity index 98% rename from charts/grocy/1.3.1/questions.yaml rename to charts/grocy/1.3.2/questions.yaml index f127beabb76..2c9bc30cf0c 100644 --- a/charts/grocy/1.3.1/questions.yaml +++ b/charts/grocy/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: protocols: @@ -231,13 +231,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/grocy/1.3.1/templates/common.yaml b/charts/grocy/1.3.2/templates/common.yaml similarity index 100% rename from charts/grocy/1.3.1/templates/common.yaml rename to charts/grocy/1.3.2/templates/common.yaml diff --git a/charts/grocy/1.3.1/test_values.yaml b/charts/grocy/1.3.2/test_values.yaml similarity index 100% rename from charts/grocy/1.3.1/test_values.yaml rename to charts/grocy/1.3.2/test_values.yaml diff --git a/charts/grocy/1.3.1/values.yaml b/charts/grocy/1.3.2/values.yaml similarity index 100% rename from charts/grocy/1.3.1/values.yaml rename to charts/grocy/1.3.2/values.yaml diff --git a/charts/handbrake/1.0.1/Chart.yaml b/charts/handbrake/1.0.1/Chart.yaml deleted file mode 100644 index f3750808ef9..00000000000 --- a/charts/handbrake/1.0.1/Chart.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v2 -name: handbrake -version: 1.0.1 -appVersion: 1.23.1 -description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. -keywords: - - handbrake - - encode - - media -home: https://handbrake.fr/ -icon: https://handbrake.fr/img/logo.png -sources: - - https://github.com/jlesage/docker-handbrake - - https://hub.docker.com/r/jlesage/handbrake/ -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/handbrake/1.0.1/README.md.gotmpl b/charts/handbrake/1.0.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/handbrake/1.0.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/handbrake/1.0.1/app-readme.md.gotmpl b/charts/handbrake/1.0.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/handbrake/1.0.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/handbrake/1.0.1/Chart.lock b/charts/handbrake/1.0.2/Chart.lock similarity index 100% rename from charts/handbrake/1.0.1/Chart.lock rename to charts/handbrake/1.0.2/Chart.lock diff --git a/charts/handbrake/1.0.2/Chart.yaml b/charts/handbrake/1.0.2/Chart.yaml new file mode 100644 index 00000000000..8e7b92f73a8 --- /dev/null +++ b/charts/handbrake/1.0.2/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: handbrake +version: 1.0.2 +# upstream_version: +appVersion: 1.23.1 +description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/handbrake +icon: https://handbrake.fr/img/logo.png +keywords: + - handbrake + - encode + - media +sources: + - https://github.com/truecharts/charts/tree/master/charts/handbrake + - https://github.com/jlesage/docker-handbrake + - https://hub.docker.com/r/jlesage/handbrake/ + - https://handbrake.fr/ +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Stavros Kois + email: stavros-k@users.noreply.github.com + url: truecharts.org +# annotations: diff --git a/charts/handbrake/1.0.1/README.md b/charts/handbrake/1.0.2/README.md similarity index 100% rename from charts/handbrake/1.0.1/README.md rename to charts/handbrake/1.0.2/README.md diff --git a/charts/handbrake/1.0.1/app-readme.md b/charts/handbrake/1.0.2/app-readme.md similarity index 100% rename from charts/handbrake/1.0.1/app-readme.md rename to charts/handbrake/1.0.2/app-readme.md diff --git a/charts/handbrake/1.0.1/charts/common-1.3.0.tgz b/charts/handbrake/1.0.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/handbrake/1.0.1/charts/common-1.3.0.tgz rename to charts/handbrake/1.0.2/charts/common-1.3.0.tgz diff --git a/charts/handbrake/1.0.1/docs/CONFIG.md b/charts/handbrake/1.0.2/docs/CONFIG.md similarity index 100% rename from charts/handbrake/1.0.1/docs/CONFIG.md rename to charts/handbrake/1.0.2/docs/CONFIG.md diff --git a/charts/handbrake/1.0.1/docs/CONFIG.md.gotmpl b/charts/handbrake/1.0.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/handbrake/1.0.1/docs/CONFIG.md.gotmpl rename to charts/handbrake/1.0.2/docs/CONFIG.md.gotmpl diff --git a/charts/handbrake/1.0.1/questions.yaml b/charts/handbrake/1.0.2/questions.yaml similarity index 99% rename from charts/handbrake/1.0.1/questions.yaml rename to charts/handbrake/1.0.2/questions.yaml index f119584b9f8..3548e115bb6 100644 --- a/charts/handbrake/1.0.1/questions.yaml +++ b/charts/handbrake/1.0.2/questions.yaml @@ -7,7 +7,7 @@ groups: - name: "Networking" description: "Network configuration" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" - name: "Services" description: "Service configuration" - name: "Volume Mounts" @@ -577,7 +577,7 @@ questions: type: path default: "/dev/sr0" required: true - # Ingress + # Reverse Proxy - variable: appIngress label: "" group: "Ingress" @@ -585,13 +585,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/handbrake/1.0.1/templates/NOTES.txt b/charts/handbrake/1.0.2/templates/NOTES.txt similarity index 100% rename from charts/handbrake/1.0.1/templates/NOTES.txt rename to charts/handbrake/1.0.2/templates/NOTES.txt diff --git a/charts/handbrake/1.0.1/templates/common.yaml b/charts/handbrake/1.0.2/templates/common.yaml similarity index 100% rename from charts/handbrake/1.0.1/templates/common.yaml rename to charts/handbrake/1.0.2/templates/common.yaml diff --git a/charts/handbrake/1.0.1/test_values.yaml b/charts/handbrake/1.0.2/test_values.yaml similarity index 100% rename from charts/handbrake/1.0.1/test_values.yaml rename to charts/handbrake/1.0.2/test_values.yaml diff --git a/charts/handbrake/1.0.1/values.yaml b/charts/handbrake/1.0.2/values.yaml similarity index 100% rename from charts/handbrake/1.0.1/values.yaml rename to charts/handbrake/1.0.2/values.yaml diff --git a/charts/heimdall/1.3.1/Chart.yaml b/charts/heimdall/1.3.1/Chart.yaml deleted file mode 100644 index 3cf82714f50..00000000000 --- a/charts/heimdall/1.3.1/Chart.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -appVersion: 2.2.2 -description: An Application dashboard and launcher -name: heimdall -version: 1.3.1 -upstream_version: 4.1.1 -keywords: - - heimdall -home: https://github.com/truecharts/charts/tree/dev/charts/heimdall -icon: https://i.imgur.com/mM4tcO5.png -sources: - - https://github.com/k8s-at-home/charts/blob/master/charts/heimdall/Chart.yaml - - https://github.com/Sonarr/Sonarr - - https://hub.docker.com/r/linuxserver/sonarr -maintainers: - - name: TrueCharts -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/heimdall/1.3.1/README.md.gotmpl b/charts/heimdall/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/heimdall/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/heimdall/1.3.1/app-readme.md.gotmpl b/charts/heimdall/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/heimdall/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/heimdall/1.3.1/.helmignore b/charts/heimdall/1.3.2/.helmignore similarity index 100% rename from charts/heimdall/1.3.1/.helmignore rename to charts/heimdall/1.3.2/.helmignore diff --git a/charts/heimdall/1.3.1/Chart.lock b/charts/heimdall/1.3.2/Chart.lock similarity index 100% rename from charts/heimdall/1.3.1/Chart.lock rename to charts/heimdall/1.3.2/Chart.lock diff --git a/charts/heimdall/1.3.2/Chart.yaml b/charts/heimdall/1.3.2/Chart.yaml new file mode 100644 index 00000000000..c9f6b027816 --- /dev/null +++ b/charts/heimdall/1.3.2/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: heimdall +version: 1.3.2 +upstream_version: 4.1.1 +appVersion: 2.2.2 +description: An Application dashboard and launcher +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/heimdall +icon: https://i.imgur.com/mM4tcO5.png +keywords: + - heimdall +sources: + - https://github.com/truecharts/charts/tree/master/charts/heimdall + - https://github.com/k8s-at-home/charts/tree/master/charts/heimdall +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/heimdall/1.3.1/LICENSE b/charts/heimdall/1.3.2/LICENSE similarity index 100% rename from charts/heimdall/1.3.1/LICENSE rename to charts/heimdall/1.3.2/LICENSE diff --git a/charts/heimdall/1.3.1/README.md b/charts/heimdall/1.3.2/README.md similarity index 100% rename from charts/heimdall/1.3.1/README.md rename to charts/heimdall/1.3.2/README.md diff --git a/charts/heimdall/1.3.1/app-readme.md b/charts/heimdall/1.3.2/app-readme.md similarity index 100% rename from charts/heimdall/1.3.1/app-readme.md rename to charts/heimdall/1.3.2/app-readme.md diff --git a/charts/heimdall/1.3.1/charts/common-1.3.0.tgz b/charts/heimdall/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/heimdall/1.3.1/charts/common-1.3.0.tgz rename to charts/heimdall/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/heimdall/1.3.1/docs/CONFIG.md b/charts/heimdall/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/heimdall/1.3.1/docs/CONFIG.md rename to charts/heimdall/1.3.2/docs/CONFIG.md diff --git a/charts/heimdall/1.3.1/docs/CONFIG.md.gotmpl b/charts/heimdall/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/heimdall/1.3.1/docs/CONFIG.md.gotmpl rename to charts/heimdall/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/heimdall/1.3.1/questions.yaml b/charts/heimdall/1.3.2/questions.yaml similarity index 98% rename from charts/heimdall/1.3.1/questions.yaml rename to charts/heimdall/1.3.2/questions.yaml index 029d53c7a2c..d960441d439 100644 --- a/charts/heimdall/1.3.1/questions.yaml +++ b/charts/heimdall/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -231,13 +231,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/heimdall/1.3.1/templates/common.yaml b/charts/heimdall/1.3.2/templates/common.yaml similarity index 100% rename from charts/heimdall/1.3.1/templates/common.yaml rename to charts/heimdall/1.3.2/templates/common.yaml diff --git a/charts/heimdall/1.3.1/test_values.yaml b/charts/heimdall/1.3.2/test_values.yaml similarity index 100% rename from charts/heimdall/1.3.1/test_values.yaml rename to charts/heimdall/1.3.2/test_values.yaml diff --git a/charts/heimdall/1.3.1/values.yaml b/charts/heimdall/1.3.2/values.yaml similarity index 100% rename from charts/heimdall/1.3.1/values.yaml rename to charts/heimdall/1.3.2/values.yaml diff --git a/charts/home-assistant/1.3.1/Chart.yaml b/charts/home-assistant/1.3.1/Chart.yaml deleted file mode 100644 index 72f1da2b48a..00000000000 --- a/charts/home-assistant/1.3.1/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -apiVersion: v2 -appVersion: 2021.2.2 -description: Home Assistant -name: home-assistant -version: 1.3.1 -upstream_version: 5.3.0 -keywords: -- home-assistant -- hass -- homeassistant -home: https://github.com/truecharts/charts/tree/dev/charts/home-assistant -icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Home_Assistant_Logo.svg/519px-Home_Assistant_Logo.svg.png -sources: -- https://github.com/home-assistant/home-assistant -- https://github.com/cdr/code-server -- https://github.com/k8s-at-home/charts/tree/master/charts/home-assistant -maintainers: - - name: TrueCharts -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 - -#- name: postgresql -# version: 10.2.0 -# repository: https://charts.bitnami.com/bitnami -# condition: postgresql.enabled -## mariadb is currently not ported to SCALE yet. -# - name: mariadb -# version: 0.1.0 -# repository: file://../../mariadb/0.0.1/ -# condition: mariadb.enabled -## InfluxDB is currently not ported to SCALE yet. -#- name: influxdb -# version: 1.1.6 -# repository: https://charts.bitnami.com/bitnami -# condition: influxdb.enabled diff --git a/charts/home-assistant/1.3.1/README.md.gotmpl b/charts/home-assistant/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/home-assistant/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/home-assistant/1.3.1/app-readme.md.gotmpl b/charts/home-assistant/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/home-assistant/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/home-assistant/1.3.1/.helmignore b/charts/home-assistant/1.3.2/.helmignore similarity index 100% rename from charts/home-assistant/1.3.1/.helmignore rename to charts/home-assistant/1.3.2/.helmignore diff --git a/charts/home-assistant/1.3.1/Chart.lock b/charts/home-assistant/1.3.2/Chart.lock similarity index 100% rename from charts/home-assistant/1.3.1/Chart.lock rename to charts/home-assistant/1.3.2/Chart.lock diff --git a/charts/home-assistant/1.3.2/Chart.yaml b/charts/home-assistant/1.3.2/Chart.yaml new file mode 100644 index 00000000000..f58d0e7060d --- /dev/null +++ b/charts/home-assistant/1.3.2/Chart.yaml @@ -0,0 +1,60 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: home-assistant +version: 1.3.2 +upstream_version: 5.3.0 +appVersion: 2021.2.2 +description: home-assistant App for TrueNAS SCALE +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/home-assistant +icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Home_Assistant_Logo.svg/519px-Home_Assistant_Logo.svg.png +keywords: + - home-assistant + - hass + - homeassistant +sources: + - https://github.com/truecharts/charts/tree/master/charts/home-assistant + - https://github.com/k8s-at-home/charts/tree/master/charts/home-assistant + - https://github.com/home-assistant/home-assistant + - https://github.com/cdr/code-server +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: + # ## postgresql is currently not ported to SCALE yet. + # - name: postgresql + # version: 10.2.0 + # repository: https://charts.bitnami.com/bitnami + # condition: postgresql.enabled + # # tags: + # # import-values: + # # alias: + # ## mariadb is currently not ported to SCALE yet. + # - name: mariadb + # version: 0.1.0 + # repository: file://../../mariadb/0.0.1/ + # condition: mariadb.enabled + # # tags: + # # import-values: + # # alias: + # ## InfluxDB is currently not ported to SCALE yet. + # - name: influxdb + # version: 1.1.6 + # repository: https://charts.bitnami.com/bitnami + # condition: influxdb.enabled + # # tags: + # # import-values: + # # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Troy Prelog + email: 35702532+tprelog@users.noreply.github.com + url: truecharts.org +# annotations: diff --git a/charts/home-assistant/1.3.1/LICENSE b/charts/home-assistant/1.3.2/LICENSE similarity index 100% rename from charts/home-assistant/1.3.1/LICENSE rename to charts/home-assistant/1.3.2/LICENSE diff --git a/charts/home-assistant/1.3.1/README.md b/charts/home-assistant/1.3.2/README.md similarity index 100% rename from charts/home-assistant/1.3.1/README.md rename to charts/home-assistant/1.3.2/README.md diff --git a/charts/home-assistant/1.3.1/app-readme.md b/charts/home-assistant/1.3.2/app-readme.md similarity index 100% rename from charts/home-assistant/1.3.1/app-readme.md rename to charts/home-assistant/1.3.2/app-readme.md diff --git a/charts/home-assistant/1.3.1/charts/common-1.3.0.tgz b/charts/home-assistant/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/home-assistant/1.3.1/charts/common-1.3.0.tgz rename to charts/home-assistant/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/home-assistant/1.3.1/docs/CONFIG.md b/charts/home-assistant/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/home-assistant/1.3.1/docs/CONFIG.md rename to charts/home-assistant/1.3.2/docs/CONFIG.md diff --git a/charts/home-assistant/1.3.1/docs/CONFIG.md.gotmpl b/charts/home-assistant/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/home-assistant/1.3.1/docs/CONFIG.md.gotmpl rename to charts/home-assistant/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/home-assistant/1.3.1/questions.yaml b/charts/home-assistant/1.3.2/questions.yaml similarity index 99% rename from charts/home-assistant/1.3.1/questions.yaml rename to charts/home-assistant/1.3.2/questions.yaml index aa5d9671c83..5505d8439f7 100644 --- a/charts/home-assistant/1.3.1/questions.yaml +++ b/charts/home-assistant/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -342,13 +342,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/home-assistant/1.3.1/templates/common.yaml b/charts/home-assistant/1.3.2/templates/common.yaml similarity index 100% rename from charts/home-assistant/1.3.1/templates/common.yaml rename to charts/home-assistant/1.3.2/templates/common.yaml diff --git a/charts/home-assistant/1.3.1/templates/secret.yaml b/charts/home-assistant/1.3.2/templates/secret.yaml similarity index 100% rename from charts/home-assistant/1.3.1/templates/secret.yaml rename to charts/home-assistant/1.3.2/templates/secret.yaml diff --git a/charts/home-assistant/1.3.1/templates/servicemonitor.yaml b/charts/home-assistant/1.3.2/templates/servicemonitor.yaml similarity index 100% rename from charts/home-assistant/1.3.1/templates/servicemonitor.yaml rename to charts/home-assistant/1.3.2/templates/servicemonitor.yaml diff --git a/charts/home-assistant/1.3.1/test_values.yaml b/charts/home-assistant/1.3.2/test_values.yaml similarity index 100% rename from charts/home-assistant/1.3.1/test_values.yaml rename to charts/home-assistant/1.3.2/test_values.yaml diff --git a/charts/home-assistant/1.3.1/values.yaml b/charts/home-assistant/1.3.2/values.yaml similarity index 100% rename from charts/home-assistant/1.3.1/values.yaml rename to charts/home-assistant/1.3.2/values.yaml diff --git a/charts/jackett/1.3.1/Chart.yaml b/charts/jackett/1.3.1/Chart.yaml deleted file mode 100644 index 4981546f423..00000000000 --- a/charts/jackett/1.3.1/Chart.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -appVersion: version-v0.17.153 -description: API Support for your favorite torrent trackers. -name: jackett -version: 1.3.1 -keywords: - - jackett - - torrent - - usenet -home: https://github.com/truecharts/charts/tree/dev/charts/jackett -icon: https://raw.githubusercontent.com/truecharts/truecharts/master/charts/jackett/icon.png?raw=true -sources: - - https://github.com/Jackett/Jackett - - https://hub.docker.com/r/linuxserver/jackett -maintainers: - - name: TrueCharts -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/jackett/1.3.1/README.md.gotmpl b/charts/jackett/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/jackett/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/jackett/1.3.1/app-readme.md.gotmpl b/charts/jackett/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/jackett/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/jackett/1.3.1/.helmignore b/charts/jackett/1.3.2/.helmignore similarity index 100% rename from charts/jackett/1.3.1/.helmignore rename to charts/jackett/1.3.2/.helmignore diff --git a/charts/jackett/1.3.1/Chart.lock b/charts/jackett/1.3.2/Chart.lock similarity index 100% rename from charts/jackett/1.3.1/Chart.lock rename to charts/jackett/1.3.2/Chart.lock diff --git a/charts/jackett/1.3.2/Chart.yaml b/charts/jackett/1.3.2/Chart.yaml new file mode 100644 index 00000000000..27e42fea875 --- /dev/null +++ b/charts/jackett/1.3.2/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: jackett +version: 1.3.2 +upstream_version: 7.0.1 +appVersion: version-v0.17.153 +description: API Support for your favorite torrent trackers. +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/jackett +icon: https://raw.githubusercontent.com/truecharts/truecharts/master/charts/jackett/icon.png?raw=true +keywords: + - jackett + - torrent + - usenet +sources: + - https://github.com/truecharts/charts/tree/master/charts/jackett + - https://github.com/k8s-at-home/charts/tree/master/charts/jackett + - https://github.com/Jackett/Jackett + - https://hub.docker.com/r/linuxserver/jackett +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Kjeld Schouten-Lebbing + email: kjeld@schouten-lebbing.nl + url: truecharts.org +# annotations: diff --git a/charts/jackett/1.3.1/LICENSE b/charts/jackett/1.3.2/LICENSE similarity index 100% rename from charts/jackett/1.3.1/LICENSE rename to charts/jackett/1.3.2/LICENSE diff --git a/charts/jackett/1.3.1/README.md b/charts/jackett/1.3.2/README.md similarity index 100% rename from charts/jackett/1.3.1/README.md rename to charts/jackett/1.3.2/README.md diff --git a/charts/jackett/1.3.1/app-readme.md b/charts/jackett/1.3.2/app-readme.md similarity index 100% rename from charts/jackett/1.3.1/app-readme.md rename to charts/jackett/1.3.2/app-readme.md diff --git a/charts/jackett/1.3.1/charts/common-1.3.0.tgz b/charts/jackett/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/jackett/1.3.1/charts/common-1.3.0.tgz rename to charts/jackett/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/jackett/1.3.1/docs/CONFIG.md b/charts/jackett/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/jackett/1.3.1/docs/CONFIG.md rename to charts/jackett/1.3.2/docs/CONFIG.md diff --git a/charts/jackett/1.3.1/docs/CONFIG.md.gotmpl b/charts/jackett/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/jackett/1.3.1/docs/CONFIG.md.gotmpl rename to charts/jackett/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/jackett/1.3.1/questions.yaml b/charts/jackett/1.3.2/questions.yaml similarity index 98% rename from charts/jackett/1.3.1/questions.yaml rename to charts/jackett/1.3.2/questions.yaml index 88253ffb878..560c0b9e972 100644 --- a/charts/jackett/1.3.1/questions.yaml +++ b/charts/jackett/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -231,13 +231,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/jackett/1.3.1/templates/common.yaml b/charts/jackett/1.3.2/templates/common.yaml similarity index 100% rename from charts/jackett/1.3.1/templates/common.yaml rename to charts/jackett/1.3.2/templates/common.yaml diff --git a/charts/jackett/1.3.1/test_values.yaml b/charts/jackett/1.3.2/test_values.yaml similarity index 100% rename from charts/jackett/1.3.1/test_values.yaml rename to charts/jackett/1.3.2/test_values.yaml diff --git a/charts/jackett/1.3.1/values.yaml b/charts/jackett/1.3.2/values.yaml similarity index 100% rename from charts/jackett/1.3.1/values.yaml rename to charts/jackett/1.3.2/values.yaml diff --git a/charts/jellyfin/1.3.1/README.md.gotmpl b/charts/jellyfin/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/jellyfin/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/jellyfin/1.3.1/app-readme.md.gotmpl b/charts/jellyfin/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/jellyfin/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/jellyfin/1.3.1/.helmignore b/charts/jellyfin/1.3.2/.helmignore similarity index 100% rename from charts/jellyfin/1.3.1/.helmignore rename to charts/jellyfin/1.3.2/.helmignore diff --git a/charts/jellyfin/1.3.1/Chart.lock b/charts/jellyfin/1.3.2/Chart.lock similarity index 100% rename from charts/jellyfin/1.3.1/Chart.lock rename to charts/jellyfin/1.3.2/Chart.lock diff --git a/charts/jellyfin/1.3.1/Chart.yaml b/charts/jellyfin/1.3.2/Chart.yaml similarity index 50% rename from charts/jellyfin/1.3.1/Chart.yaml rename to charts/jellyfin/1.3.2/Chart.yaml index 26c4ad95a1c..ae8e7edb055 100644 --- a/charts/jellyfin/1.3.1/Chart.yaml +++ b/charts/jellyfin/1.3.2/Chart.yaml @@ -1,22 +1,36 @@ apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: jellyfin +version: 1.3.2 +upstream_version: 4.2.1 appVersion: 10.6.4 description: Jellyfin is a Free Software Media System -name: jellyfin -version: 1.3.1 -upstream_version: 4.2.1 +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/jellyfin +icon: https://raw.githubusercontent.com/truecharts/truecharts/master/charts/jellyfin/icon.png?raw=true keywords: - jellyfin - plex - emby -home: https://github.com/truecharts/charts/tree/dev/charts/jellyfin -icon: https://raw.githubusercontent.com/truecharts/truecharts/master/charts/jellyfin/icon.png?raw=true sources: - - https://github.com/k8s-at-home/charts/blob/master/charts/jellyfin + - https://github.com/truecharts/charts/tree/master/charts/jellyfin + - https://github.com/k8s-at-home/charts/tree/master/charts/jellyfin - https://hub.docker.com/r/linuxserver/Jellyfin/ - https://github.com/jellyfin/jellyfin -maintainers: - - name: TrueCharts dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Kjeld Schouten-Lebbing + email: kjeld@schouten-lebbing.nl + url: truecharts.org +# annotations: diff --git a/charts/jellyfin/1.3.1/LICENSE b/charts/jellyfin/1.3.2/LICENSE similarity index 100% rename from charts/jellyfin/1.3.1/LICENSE rename to charts/jellyfin/1.3.2/LICENSE diff --git a/charts/jellyfin/1.3.1/README.md b/charts/jellyfin/1.3.2/README.md similarity index 100% rename from charts/jellyfin/1.3.1/README.md rename to charts/jellyfin/1.3.2/README.md diff --git a/charts/jellyfin/1.3.1/app-readme.md b/charts/jellyfin/1.3.2/app-readme.md similarity index 100% rename from charts/jellyfin/1.3.1/app-readme.md rename to charts/jellyfin/1.3.2/app-readme.md diff --git a/charts/jellyfin/1.3.1/charts/common-1.3.0.tgz b/charts/jellyfin/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/jellyfin/1.3.1/charts/common-1.3.0.tgz rename to charts/jellyfin/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/jellyfin/1.3.1/docs/CONFIG.md b/charts/jellyfin/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/jellyfin/1.3.1/docs/CONFIG.md rename to charts/jellyfin/1.3.2/docs/CONFIG.md diff --git a/charts/jellyfin/1.3.1/docs/CONFIG.md.gotmpl b/charts/jellyfin/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/jellyfin/1.3.1/docs/CONFIG.md.gotmpl rename to charts/jellyfin/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/jellyfin/1.3.1/questions.yaml b/charts/jellyfin/1.3.2/questions.yaml similarity index 98% rename from charts/jellyfin/1.3.1/questions.yaml rename to charts/jellyfin/1.3.2/questions.yaml index fcea8183866..c9c61b548a2 100644 --- a/charts/jellyfin/1.3.1/questions.yaml +++ b/charts/jellyfin/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -287,13 +287,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/jellyfin/1.3.1/templates/common.yaml b/charts/jellyfin/1.3.2/templates/common.yaml similarity index 100% rename from charts/jellyfin/1.3.1/templates/common.yaml rename to charts/jellyfin/1.3.2/templates/common.yaml diff --git a/charts/jellyfin/1.3.1/test_values.yaml b/charts/jellyfin/1.3.2/test_values.yaml similarity index 100% rename from charts/jellyfin/1.3.1/test_values.yaml rename to charts/jellyfin/1.3.2/test_values.yaml diff --git a/charts/jellyfin/1.3.1/values.yaml b/charts/jellyfin/1.3.2/values.yaml similarity index 100% rename from charts/jellyfin/1.3.1/values.yaml rename to charts/jellyfin/1.3.2/values.yaml diff --git a/charts/kms/1.3.1/Chart.yaml b/charts/kms/1.3.1/Chart.yaml deleted file mode 100644 index 121ebebb4ee..00000000000 --- a/charts/kms/1.3.1/Chart.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: v2 -appVersion: latest -description: Private Windows Activation Server for development and testing -name: kms -version: 1.3.1 -keywords: - - kms -home: https://github.com/truecharts/charts/tree/dev/charts/kms -icon: https://github.com/KMS/KMS/blob/phantom-develop/Logo/512.png?raw=true -sources: -maintainers: - - name: TrueCharts -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/kms/1.3.1/README.md.gotmpl b/charts/kms/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/kms/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/kms/1.3.1/app-readme.md.gotmpl b/charts/kms/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/kms/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/kms/1.3.1/.helmignore b/charts/kms/1.3.2/.helmignore similarity index 100% rename from charts/kms/1.3.1/.helmignore rename to charts/kms/1.3.2/.helmignore diff --git a/charts/kms/1.3.1/Chart.lock b/charts/kms/1.3.2/Chart.lock similarity index 100% rename from charts/kms/1.3.1/Chart.lock rename to charts/kms/1.3.2/Chart.lock diff --git a/charts/kms/1.3.2/Chart.yaml b/charts/kms/1.3.2/Chart.yaml new file mode 100644 index 00000000000..58c98f7ee3c --- /dev/null +++ b/charts/kms/1.3.2/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: kms +version: 1.3.2 +# upstream_version: +appVersion: latest +description: Private Windows Activation Server for development and testing +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/kms +icon: https://github.com/KMS/KMS/blob/phantom-develop/Logo/512.png?raw=true +keywords: + - kms +sources: + - https://github.com/truecharts/charts/tree/master/charts/kms + - https://github.com/SystemRage/py-kms +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Kjeld Schouten-Lebbing + email: kjeld@schouten-lebbing.nl + url: truecharts.org +# annotations: diff --git a/charts/kms/1.3.1/README.md b/charts/kms/1.3.2/README.md similarity index 100% rename from charts/kms/1.3.1/README.md rename to charts/kms/1.3.2/README.md diff --git a/charts/kms/1.3.1/app-readme.md b/charts/kms/1.3.2/app-readme.md similarity index 100% rename from charts/kms/1.3.1/app-readme.md rename to charts/kms/1.3.2/app-readme.md diff --git a/charts/kms/1.3.1/charts/common-1.3.0.tgz b/charts/kms/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/kms/1.3.1/charts/common-1.3.0.tgz rename to charts/kms/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/kms/1.3.1/docs/CONFIG.md b/charts/kms/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/kms/1.3.1/docs/CONFIG.md rename to charts/kms/1.3.2/docs/CONFIG.md diff --git a/charts/kms/1.3.1/docs/CONFIG.md.gotmpl b/charts/kms/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/kms/1.3.1/docs/CONFIG.md.gotmpl rename to charts/kms/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/kms/1.3.1/questions.yaml b/charts/kms/1.3.2/questions.yaml similarity index 97% rename from charts/kms/1.3.1/questions.yaml rename to charts/kms/1.3.2/questions.yaml index b60247eaa9e..23e4c440f91 100644 --- a/charts/kms/1.3.1/questions.yaml +++ b/charts/kms/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -231,20 +231,20 @@ questions: type: dict attrs: - variable: kms - label: "KMS Ingress Configuration" + label: "KMS Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable TCP Ingress" + label: "Enable TCP Reverse Proxy" schema: type: boolean default: false show_subquestions_if: true subquestions: - variable: type - label: "Select Ingress Type" + label: "Select Reverse Proxy Type" schema: type: string default: "TCP" diff --git a/charts/kms/1.3.1/templates/common.yaml b/charts/kms/1.3.2/templates/common.yaml similarity index 100% rename from charts/kms/1.3.1/templates/common.yaml rename to charts/kms/1.3.2/templates/common.yaml diff --git a/charts/kms/1.3.1/test_values.yaml b/charts/kms/1.3.2/test_values.yaml similarity index 100% rename from charts/kms/1.3.1/test_values.yaml rename to charts/kms/1.3.2/test_values.yaml diff --git a/charts/kms/1.3.1/values.yaml b/charts/kms/1.3.2/values.yaml similarity index 100% rename from charts/kms/1.3.1/values.yaml rename to charts/kms/1.3.2/values.yaml diff --git a/charts/lazylibrarian/1.3.1/Chart.yaml b/charts/lazylibrarian/1.3.1/Chart.yaml deleted file mode 100644 index 3326aa03971..00000000000 --- a/charts/lazylibrarian/1.3.1/Chart.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -name: lazylibrarian -description: A Helm chart for deploying LazyLibrarian -version: 1.3.1 -appVersion: 1.7.2 -upstream_version: 2.1.0 -keywords: - - lazylibrarian - - ebooks -home: https://github.com/truecharts/truecharts/charts/0.0.1/lazylibrarian -icon: https://lazylibrarian.gitlab.io/logo.svg -sources: - - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - - https://lazylibrarian.gitlab.io -maintainers: - - name: TrueCharts -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/lazylibrarian/1.3.1/README.md.gotmpl b/charts/lazylibrarian/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/lazylibrarian/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/lazylibrarian/1.3.1/app-readme.md.gotmpl b/charts/lazylibrarian/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/lazylibrarian/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/lazylibrarian/1.3.1/.helmignore b/charts/lazylibrarian/1.3.2/.helmignore similarity index 100% rename from charts/lazylibrarian/1.3.1/.helmignore rename to charts/lazylibrarian/1.3.2/.helmignore diff --git a/charts/lazylibrarian/1.3.1/Chart.lock b/charts/lazylibrarian/1.3.2/Chart.lock similarity index 100% rename from charts/lazylibrarian/1.3.1/Chart.lock rename to charts/lazylibrarian/1.3.2/Chart.lock diff --git a/charts/lazylibrarian/1.3.2/Chart.yaml b/charts/lazylibrarian/1.3.2/Chart.yaml new file mode 100644 index 00000000000..96a756aeca2 --- /dev/null +++ b/charts/lazylibrarian/1.3.2/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: lazylibrarian +version: 1.3.2 +upstream_version: 2.1.0 +appVersion: 1.7.2 +description: Get all your books, like series with Sonarr... +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/lazylibrarian +icon: https://lazylibrarian.gitlab.io/logo.svg +keywords: + - lazylibrarian + - ebooks +sources: + - https://github.com/truecharts/charts/tree/master/charts/lazylibrarian + - https://github.com/k8s-at-home/charts/tree/master/charts/lazylibrarian + - https://gitlab.com/LazyLibrarian/LazyLibrarian.git + - https://lazylibrarian.gitlab.io +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Kjeld Schouten-Lebbing + email: kjeld@schouten-lebbing.nl + url: truecharts.org +# annotations: diff --git a/charts/lazylibrarian/1.3.1/LICENSE b/charts/lazylibrarian/1.3.2/LICENSE similarity index 100% rename from charts/lazylibrarian/1.3.1/LICENSE rename to charts/lazylibrarian/1.3.2/LICENSE diff --git a/charts/lazylibrarian/1.3.1/README.md b/charts/lazylibrarian/1.3.2/README.md similarity index 100% rename from charts/lazylibrarian/1.3.1/README.md rename to charts/lazylibrarian/1.3.2/README.md diff --git a/charts/lazylibrarian/1.3.1/app-readme.md b/charts/lazylibrarian/1.3.2/app-readme.md similarity index 100% rename from charts/lazylibrarian/1.3.1/app-readme.md rename to charts/lazylibrarian/1.3.2/app-readme.md diff --git a/charts/lazylibrarian/1.3.1/charts/common-1.3.0.tgz b/charts/lazylibrarian/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/lazylibrarian/1.3.1/charts/common-1.3.0.tgz rename to charts/lazylibrarian/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/lazylibrarian/1.3.1/docs/CONFIG.md b/charts/lazylibrarian/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/lazylibrarian/1.3.1/docs/CONFIG.md rename to charts/lazylibrarian/1.3.2/docs/CONFIG.md diff --git a/charts/lazylibrarian/1.3.1/docs/CONFIG.md.gotmpl b/charts/lazylibrarian/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/lazylibrarian/1.3.1/docs/CONFIG.md.gotmpl rename to charts/lazylibrarian/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/lazylibrarian/1.3.1/questions.yaml b/charts/lazylibrarian/1.3.2/questions.yaml similarity index 98% rename from charts/lazylibrarian/1.3.1/questions.yaml rename to charts/lazylibrarian/1.3.2/questions.yaml index 91fcd16814a..5b68a72336d 100644 --- a/charts/lazylibrarian/1.3.1/questions.yaml +++ b/charts/lazylibrarian/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -344,13 +344,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/lazylibrarian/1.3.1/templates/common.yaml b/charts/lazylibrarian/1.3.2/templates/common.yaml similarity index 100% rename from charts/lazylibrarian/1.3.1/templates/common.yaml rename to charts/lazylibrarian/1.3.2/templates/common.yaml diff --git a/charts/lazylibrarian/1.3.1/test_values.yaml b/charts/lazylibrarian/1.3.2/test_values.yaml similarity index 100% rename from charts/lazylibrarian/1.3.1/test_values.yaml rename to charts/lazylibrarian/1.3.2/test_values.yaml diff --git a/charts/lazylibrarian/1.3.1/values.yaml b/charts/lazylibrarian/1.3.2/values.yaml similarity index 100% rename from charts/lazylibrarian/1.3.1/values.yaml rename to charts/lazylibrarian/1.3.2/values.yaml diff --git a/charts/lidarr/1.3.1/Chart.yaml b/charts/lidarr/1.3.1/Chart.yaml deleted file mode 100644 index dcc19ec812b..00000000000 --- a/charts/lidarr/1.3.1/Chart.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -appVersion: 0.8.0.1886 -description: Looks and smells like Sonarr but made for music -name: lidarr -version: 1.3.1 -keywords: - - lidarr - - torrent - - usenet -home: https://github.com/truecharts/charts/tree/dev/charts/lidarr -icon: https://avatars3.githubusercontent.com/u/28475832?s=400&v=4 -sources: - - https://github.com/Lidarr/Lidarr - - https://hub.docker.com/r/linuxserver/lidarr -maintainers: - - name: TrueCharts -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/lidarr/1.3.1/README.md.gotmpl b/charts/lidarr/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/lidarr/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/lidarr/1.3.1/app-readme.md.gotmpl b/charts/lidarr/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/lidarr/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/lidarr/1.3.1/.helmignore b/charts/lidarr/1.3.2/.helmignore similarity index 100% rename from charts/lidarr/1.3.1/.helmignore rename to charts/lidarr/1.3.2/.helmignore diff --git a/charts/lidarr/1.3.1/Chart.lock b/charts/lidarr/1.3.2/Chart.lock similarity index 100% rename from charts/lidarr/1.3.1/Chart.lock rename to charts/lidarr/1.3.2/Chart.lock diff --git a/charts/lidarr/1.3.2/Chart.yaml b/charts/lidarr/1.3.2/Chart.yaml new file mode 100644 index 00000000000..7a420bbf3e0 --- /dev/null +++ b/charts/lidarr/1.3.2/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: lidarr +version: 1.3.2 +upstream_version: 7.1.0 +appVersion: 0.8.0.1886 +description: Looks and smells like Sonarr but made for music +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/lidarr +icon: https://avatars3.githubusercontent.com/u/28475832?s=400&v=4 +keywords: + - lidarr + - torrent + - usenet +sources: + - https://github.com/truecharts/charts/tree/master/charts/lidarr + - https://github.com/k8s-at-home/charts/tree/master/charts/lidarr + - https://github.com/Lidarr/Lidarr + - https://hub.docker.com/r/linuxserver/lidarr +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Kjeld Schouten-Lebbing + email: kjeld@schouten-lebbing.nl + url: truecharts.org +# annotations: diff --git a/charts/lidarr/1.3.1/LICENSE b/charts/lidarr/1.3.2/LICENSE similarity index 100% rename from charts/lidarr/1.3.1/LICENSE rename to charts/lidarr/1.3.2/LICENSE diff --git a/charts/lidarr/1.3.1/README.md b/charts/lidarr/1.3.2/README.md similarity index 100% rename from charts/lidarr/1.3.1/README.md rename to charts/lidarr/1.3.2/README.md diff --git a/charts/lidarr/1.3.1/app-readme.md b/charts/lidarr/1.3.2/app-readme.md similarity index 100% rename from charts/lidarr/1.3.1/app-readme.md rename to charts/lidarr/1.3.2/app-readme.md diff --git a/charts/lidarr/1.3.1/charts/common-1.3.0.tgz b/charts/lidarr/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/lidarr/1.3.1/charts/common-1.3.0.tgz rename to charts/lidarr/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/lidarr/1.3.1/docs/CONFIG.md b/charts/lidarr/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/lidarr/1.3.1/docs/CONFIG.md rename to charts/lidarr/1.3.2/docs/CONFIG.md diff --git a/charts/lidarr/1.3.1/docs/CONFIG.md.gotmpl b/charts/lidarr/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/lidarr/1.3.1/docs/CONFIG.md.gotmpl rename to charts/lidarr/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/lidarr/1.3.1/questions.yaml b/charts/lidarr/1.3.2/questions.yaml similarity index 98% rename from charts/lidarr/1.3.1/questions.yaml rename to charts/lidarr/1.3.2/questions.yaml index 2677f703673..d0cf5692f79 100644 --- a/charts/lidarr/1.3.1/questions.yaml +++ b/charts/lidarr/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -343,13 +343,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/lidarr/1.3.1/templates/common.yaml b/charts/lidarr/1.3.2/templates/common.yaml similarity index 100% rename from charts/lidarr/1.3.1/templates/common.yaml rename to charts/lidarr/1.3.2/templates/common.yaml diff --git a/charts/lidarr/1.3.1/test_values.yaml b/charts/lidarr/1.3.2/test_values.yaml similarity index 62% rename from charts/lidarr/1.3.1/test_values.yaml rename to charts/lidarr/1.3.2/test_values.yaml index 1e462d65deb..6825537a8b3 100644 --- a/charts/lidarr/1.3.1/test_values.yaml +++ b/charts/lidarr/1.3.2/test_values.yaml @@ -17,6 +17,27 @@ env: {} # PUID: 1001 # PGID: 1001 +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:8686/api/v1/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + persistence: config: enabled: false diff --git a/charts/lidarr/1.3.1/values.yaml b/charts/lidarr/1.3.2/values.yaml similarity index 60% rename from charts/lidarr/1.3.1/values.yaml rename to charts/lidarr/1.3.2/values.yaml index 1c9a439ac77..4bdf5e6773c 100644 --- a/charts/lidarr/1.3.1/values.yaml +++ b/charts/lidarr/1.3.2/values.yaml @@ -17,6 +17,27 @@ env: {} # PUID: 1001 # PGID: 1001 +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:8686/api/v1/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + persistence: config: enabled: false diff --git a/charts/lychee/1.3.1/README.md.gotmpl b/charts/lychee/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/lychee/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/lychee/1.3.1/app-readme.md.gotmpl b/charts/lychee/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/lychee/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/lychee/1.3.1/.helmignore b/charts/lychee/1.3.2/.helmignore similarity index 100% rename from charts/lychee/1.3.1/.helmignore rename to charts/lychee/1.3.2/.helmignore diff --git a/charts/lychee/1.3.1/Chart.lock b/charts/lychee/1.3.2/Chart.lock similarity index 100% rename from charts/lychee/1.3.1/Chart.lock rename to charts/lychee/1.3.2/Chart.lock diff --git a/charts/lychee/1.3.1/Chart.yaml b/charts/lychee/1.3.2/Chart.yaml similarity index 55% rename from charts/lychee/1.3.1/Chart.yaml rename to charts/lychee/1.3.2/Chart.yaml index 677f880348a..e3748197fc0 100644 --- a/charts/lychee/1.3.1/Chart.yaml +++ b/charts/lychee/1.3.2/Chart.yaml @@ -1,21 +1,33 @@ apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: lychee +version: 1.3.2 +upstream_version: 2.3.1 appVersion: 4.0.8 description: Lychee is a free photo-management tool, which runs on your server or web-space -name: lychee -version: 1.3.1 -upstream_version: 2.3.1 +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/lychee +icon: https://github.com/LycheeOrg/Lychee/blob/master/Banner.png?raw=true keywords: - lychee - photo - pictures -home: https://github.com/truecharts/truecharts/tree/master/charts/lychee -icon: https://github.com/LycheeOrg/Lychee/blob/master/Banner.png?raw=true sources: + - https://github.com/truecharts/charts/tree/master/charts/lychee + - https://github.com/k8s-at-home/charts/tree/master/charts/lychee - https://github.com/LycheeOrg/Lychee - https://hub.docker.com/r/lycheeorg/lychee -maintainers: - - name: TrueCharts dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/lychee/1.3.1/LICENSE b/charts/lychee/1.3.2/LICENSE similarity index 100% rename from charts/lychee/1.3.1/LICENSE rename to charts/lychee/1.3.2/LICENSE diff --git a/charts/lychee/1.3.1/README.md b/charts/lychee/1.3.2/README.md similarity index 100% rename from charts/lychee/1.3.1/README.md rename to charts/lychee/1.3.2/README.md diff --git a/charts/lychee/1.3.1/app-readme.md b/charts/lychee/1.3.2/app-readme.md similarity index 100% rename from charts/lychee/1.3.1/app-readme.md rename to charts/lychee/1.3.2/app-readme.md diff --git a/charts/lychee/1.3.1/charts/common-1.3.0.tgz b/charts/lychee/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/lychee/1.3.1/charts/common-1.3.0.tgz rename to charts/lychee/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/lychee/1.3.1/docs/CONFIG.md b/charts/lychee/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/lychee/1.3.1/docs/CONFIG.md rename to charts/lychee/1.3.2/docs/CONFIG.md diff --git a/charts/lychee/1.3.1/docs/CONFIG.md.gotmpl b/charts/lychee/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/lychee/1.3.1/docs/CONFIG.md.gotmpl rename to charts/lychee/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/lychee/1.3.1/questions.yaml b/charts/lychee/1.3.2/questions.yaml similarity index 98% rename from charts/lychee/1.3.1/questions.yaml rename to charts/lychee/1.3.2/questions.yaml index 815ce8a593c..56a1ce7f2c0 100644 --- a/charts/lychee/1.3.1/questions.yaml +++ b/charts/lychee/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: protocols: @@ -342,13 +342,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/lychee/1.3.1/templates/NOTES.txt b/charts/lychee/1.3.2/templates/NOTES.txt similarity index 100% rename from charts/lychee/1.3.1/templates/NOTES.txt rename to charts/lychee/1.3.2/templates/NOTES.txt diff --git a/charts/lychee/1.3.1/templates/common.yaml b/charts/lychee/1.3.2/templates/common.yaml similarity index 100% rename from charts/lychee/1.3.1/templates/common.yaml rename to charts/lychee/1.3.2/templates/common.yaml diff --git a/charts/lychee/1.3.1/test_values.yaml b/charts/lychee/1.3.2/test_values.yaml similarity index 100% rename from charts/lychee/1.3.1/test_values.yaml rename to charts/lychee/1.3.2/test_values.yaml diff --git a/charts/lychee/1.3.1/values.yaml b/charts/lychee/1.3.2/values.yaml similarity index 100% rename from charts/lychee/1.3.1/values.yaml rename to charts/lychee/1.3.2/values.yaml diff --git a/charts/navidrome/1.3.1/README.md.gotmpl b/charts/navidrome/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/navidrome/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/navidrome/1.3.1/app-readme.md.gotmpl b/charts/navidrome/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/navidrome/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/navidrome/1.3.1/.helmignore b/charts/navidrome/1.3.2/.helmignore similarity index 100% rename from charts/navidrome/1.3.1/.helmignore rename to charts/navidrome/1.3.2/.helmignore diff --git a/charts/navidrome/1.3.1/Chart.lock b/charts/navidrome/1.3.2/Chart.lock similarity index 100% rename from charts/navidrome/1.3.1/Chart.lock rename to charts/navidrome/1.3.2/Chart.lock diff --git a/charts/navidrome/1.3.1/Chart.yaml b/charts/navidrome/1.3.2/Chart.yaml similarity index 55% rename from charts/navidrome/1.3.1/Chart.yaml rename to charts/navidrome/1.3.2/Chart.yaml index 477de8e4a29..8c12ae2f768 100644 --- a/charts/navidrome/1.3.1/Chart.yaml +++ b/charts/navidrome/1.3.2/Chart.yaml @@ -1,21 +1,33 @@ apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: navidrome +version: 1.3.2 +upstream_version: 2.3.1 appVersion: 0.39.0 description: Navidrome is an open source web-based music collection server and streamer -name: navidrome -version: 1.3.1 -upstream_version: 2.3.1 +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/navidrome +icon: https://github.com/deluan/navidrome/blob/master/ui/src/icons/android-icon-72x72.png?raw=true keywords: - navidrome - music - streaming -home: https://github.com/truecharts/truecharts/tree/master/charts/navidrome -icon: https://github.com/deluan/navidrome/blob/master/ui/src/icons/android-icon-72x72.png?raw=true sources: + - https://github.com/truecharts/charts/tree/master/charts/navidrome + - https://github.com/k8s-at-home/charts/tree/master/charts/navidrome - https://github.com/deluan/navidrome - https://hub.docker.com/r/deluan/navidrome -maintainers: - - name: TrueCharts dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/navidrome/1.3.1/LICENSE b/charts/navidrome/1.3.2/LICENSE similarity index 100% rename from charts/navidrome/1.3.1/LICENSE rename to charts/navidrome/1.3.2/LICENSE diff --git a/charts/navidrome/1.3.1/README.md b/charts/navidrome/1.3.2/README.md similarity index 100% rename from charts/navidrome/1.3.1/README.md rename to charts/navidrome/1.3.2/README.md diff --git a/charts/navidrome/1.3.1/app-readme.md b/charts/navidrome/1.3.2/app-readme.md similarity index 100% rename from charts/navidrome/1.3.1/app-readme.md rename to charts/navidrome/1.3.2/app-readme.md diff --git a/charts/navidrome/1.3.1/charts/common-1.3.0.tgz b/charts/navidrome/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/navidrome/1.3.1/charts/common-1.3.0.tgz rename to charts/navidrome/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/navidrome/1.3.1/docs/CONFIG.md b/charts/navidrome/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/navidrome/1.3.1/docs/CONFIG.md rename to charts/navidrome/1.3.2/docs/CONFIG.md diff --git a/charts/navidrome/1.3.1/docs/CONFIG.md.gotmpl b/charts/navidrome/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/navidrome/1.3.1/docs/CONFIG.md.gotmpl rename to charts/navidrome/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/navidrome/1.3.1/questions.yaml b/charts/navidrome/1.3.2/questions.yaml similarity index 98% rename from charts/navidrome/1.3.1/questions.yaml rename to charts/navidrome/1.3.2/questions.yaml index 6fa7b349cec..b84fc542074 100644 --- a/charts/navidrome/1.3.1/questions.yaml +++ b/charts/navidrome/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -288,13 +288,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/navidrome/1.3.1/templates/NOTES.txt b/charts/navidrome/1.3.2/templates/NOTES.txt similarity index 100% rename from charts/navidrome/1.3.1/templates/NOTES.txt rename to charts/navidrome/1.3.2/templates/NOTES.txt diff --git a/charts/navidrome/1.3.1/templates/common.yaml b/charts/navidrome/1.3.2/templates/common.yaml similarity index 100% rename from charts/navidrome/1.3.1/templates/common.yaml rename to charts/navidrome/1.3.2/templates/common.yaml diff --git a/charts/navidrome/1.3.1/test_values.yaml b/charts/navidrome/1.3.2/test_values.yaml similarity index 100% rename from charts/navidrome/1.3.1/test_values.yaml rename to charts/navidrome/1.3.2/test_values.yaml diff --git a/charts/navidrome/1.3.1/values.yaml b/charts/navidrome/1.3.2/values.yaml similarity index 100% rename from charts/navidrome/1.3.1/values.yaml rename to charts/navidrome/1.3.2/values.yaml diff --git a/charts/node-red/1.3.1/README.md.gotmpl b/charts/node-red/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/node-red/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/node-red/1.3.1/app-readme.md.gotmpl b/charts/node-red/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/node-red/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/node-red/1.3.1/.helmignore b/charts/node-red/1.3.2/.helmignore similarity index 100% rename from charts/node-red/1.3.1/.helmignore rename to charts/node-red/1.3.2/.helmignore diff --git a/charts/node-red/1.3.1/Chart.lock b/charts/node-red/1.3.2/Chart.lock similarity index 100% rename from charts/node-red/1.3.1/Chart.lock rename to charts/node-red/1.3.2/Chart.lock diff --git a/charts/node-red/1.3.1/Chart.yaml b/charts/node-red/1.3.2/Chart.yaml similarity index 59% rename from charts/node-red/1.3.1/Chart.yaml rename to charts/node-red/1.3.2/Chart.yaml index 7f74e088b4e..3d52c2f4b6a 100644 --- a/charts/node-red/1.3.1/Chart.yaml +++ b/charts/node-red/1.3.2/Chart.yaml @@ -1,20 +1,31 @@ apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: node-red +version: 1.3.2 +upstream_version: 5.2.1 appVersion: 1.2.5 description: Node-RED is low-code programming for event-driven applications -name: node-red -version: 1.3.1 -upstream_version: 5.2.1 -keywords: - - nodered - - node-red -home: https://github.com/truecharts/charts/tree/dev/charts/node-red +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/node-red icon: https://nodered.org/about/resources/media/node-red-icon-2.png +keywords: + - node-red + - nodered sources: - - https://github.com/node-red/node-red-docker + - https://github.com/truecharts/charts/tree/master/charts/node-red - https://github.com/k8s-at-home/charts/tree/master/charts/node-red -maintainers: - - name: TrueCharts + - https://github.com/node-red/node-red-docker dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/node-red/1.3.1/LICENSE b/charts/node-red/1.3.2/LICENSE similarity index 100% rename from charts/node-red/1.3.1/LICENSE rename to charts/node-red/1.3.2/LICENSE diff --git a/charts/node-red/1.3.1/README.md b/charts/node-red/1.3.2/README.md similarity index 100% rename from charts/node-red/1.3.1/README.md rename to charts/node-red/1.3.2/README.md diff --git a/charts/node-red/1.3.1/app-readme.md b/charts/node-red/1.3.2/app-readme.md similarity index 100% rename from charts/node-red/1.3.1/app-readme.md rename to charts/node-red/1.3.2/app-readme.md diff --git a/charts/node-red/1.3.1/charts/common-1.3.0.tgz b/charts/node-red/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/node-red/1.3.1/charts/common-1.3.0.tgz rename to charts/node-red/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/node-red/1.3.1/docs/CONFIG.md b/charts/node-red/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/node-red/1.3.1/docs/CONFIG.md rename to charts/node-red/1.3.2/docs/CONFIG.md diff --git a/charts/node-red/1.3.1/docs/CONFIG.md.gotmpl b/charts/node-red/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/node-red/1.3.1/docs/CONFIG.md.gotmpl rename to charts/node-red/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/node-red/1.3.1/questions.yaml b/charts/node-red/1.3.2/questions.yaml similarity index 98% rename from charts/node-red/1.3.1/questions.yaml rename to charts/node-red/1.3.2/questions.yaml index ffc70cc44b2..576ace3e66f 100644 --- a/charts/node-red/1.3.1/questions.yaml +++ b/charts/node-red/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -232,13 +232,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/node-red/1.3.1/templates/common.yaml b/charts/node-red/1.3.2/templates/common.yaml similarity index 100% rename from charts/node-red/1.3.1/templates/common.yaml rename to charts/node-red/1.3.2/templates/common.yaml diff --git a/charts/node-red/1.3.1/test_values.yaml b/charts/node-red/1.3.2/test_values.yaml similarity index 100% rename from charts/node-red/1.3.1/test_values.yaml rename to charts/node-red/1.3.2/test_values.yaml diff --git a/charts/node-red/1.3.1/values.yaml b/charts/node-red/1.3.2/values.yaml similarity index 100% rename from charts/node-red/1.3.1/values.yaml rename to charts/node-red/1.3.2/values.yaml diff --git a/charts/nzbget/1.3.1/README.md.gotmpl b/charts/nzbget/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/nzbget/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/nzbget/1.3.1/app-readme.md.gotmpl b/charts/nzbget/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/nzbget/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/nzbget/1.3.1/.helmignore b/charts/nzbget/1.3.2/.helmignore similarity index 100% rename from charts/nzbget/1.3.1/.helmignore rename to charts/nzbget/1.3.2/.helmignore diff --git a/charts/nzbget/1.3.1/Chart.lock b/charts/nzbget/1.3.2/Chart.lock similarity index 100% rename from charts/nzbget/1.3.1/Chart.lock rename to charts/nzbget/1.3.2/Chart.lock diff --git a/charts/nzbget/1.3.1/Chart.yaml b/charts/nzbget/1.3.2/Chart.yaml similarity index 50% rename from charts/nzbget/1.3.1/Chart.yaml rename to charts/nzbget/1.3.2/Chart.yaml index 8e8f0fb7f0d..c674d1b2b4b 100644 --- a/charts/nzbget/1.3.1/Chart.yaml +++ b/charts/nzbget/1.3.2/Chart.yaml @@ -1,20 +1,32 @@ apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: nzbget +version: 1.3.2 +upstream_version: 7.3.1 appVersion: v21.0 description: NZBGet is a Usenet downloader client -name: nzbget -version: 1.3.1 -upstream_version: 7.3.1 +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/nzbget +icon: https://avatars1.githubusercontent.com/u/3368377?s=400&v=4 keywords: - nzbget - usenet -home: https://github.com/truecharts/truecharts/tree/master/charts/nzbget -icon: https://avatars1.githubusercontent.com/u/3368377?s=400&v=4 sources: + - https://github.com/truecharts/charts/tree/master/charts/nzbget + - https://github.com/k8s-at-home/charts/tree/master/charts/nzbget - https://hub.docker.com/r/linuxserver/nzbget/ - https://nzbget.net/ -maintainers: - - name: TrueCharts dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/nzbget/1.3.1/LICENSE b/charts/nzbget/1.3.2/LICENSE similarity index 100% rename from charts/nzbget/1.3.1/LICENSE rename to charts/nzbget/1.3.2/LICENSE diff --git a/charts/nzbget/1.3.1/README.md b/charts/nzbget/1.3.2/README.md similarity index 100% rename from charts/nzbget/1.3.1/README.md rename to charts/nzbget/1.3.2/README.md diff --git a/charts/nzbget/1.3.1/app-readme.md b/charts/nzbget/1.3.2/app-readme.md similarity index 100% rename from charts/nzbget/1.3.1/app-readme.md rename to charts/nzbget/1.3.2/app-readme.md diff --git a/charts/nzbget/1.3.1/charts/common-1.3.0.tgz b/charts/nzbget/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/nzbget/1.3.1/charts/common-1.3.0.tgz rename to charts/nzbget/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/nzbget/1.3.1/docs/CONFIG.md b/charts/nzbget/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/nzbget/1.3.1/docs/CONFIG.md rename to charts/nzbget/1.3.2/docs/CONFIG.md diff --git a/charts/nzbget/1.3.1/docs/CONFIG.md.gotmpl b/charts/nzbget/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/nzbget/1.3.1/docs/CONFIG.md.gotmpl rename to charts/nzbget/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/nzbget/1.3.1/questions.yaml b/charts/nzbget/1.3.2/questions.yaml similarity index 98% rename from charts/nzbget/1.3.1/questions.yaml rename to charts/nzbget/1.3.2/questions.yaml index 35b5809e557..6c14392fa66 100644 --- a/charts/nzbget/1.3.1/questions.yaml +++ b/charts/nzbget/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: protocols: @@ -286,13 +286,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/nzbget/1.3.1/templates/NOTES.txt b/charts/nzbget/1.3.2/templates/NOTES.txt similarity index 100% rename from charts/nzbget/1.3.1/templates/NOTES.txt rename to charts/nzbget/1.3.2/templates/NOTES.txt diff --git a/charts/nzbget/1.3.1/templates/common.yaml b/charts/nzbget/1.3.2/templates/common.yaml similarity index 100% rename from charts/nzbget/1.3.1/templates/common.yaml rename to charts/nzbget/1.3.2/templates/common.yaml diff --git a/charts/nzbget/1.3.1/test_values.yaml b/charts/nzbget/1.3.2/test_values.yaml similarity index 100% rename from charts/nzbget/1.3.1/test_values.yaml rename to charts/nzbget/1.3.2/test_values.yaml diff --git a/charts/nzbget/1.3.1/values.yaml b/charts/nzbget/1.3.2/values.yaml similarity index 100% rename from charts/nzbget/1.3.1/values.yaml rename to charts/nzbget/1.3.2/values.yaml diff --git a/charts/nzbhydra/1.3.1/README.md.gotmpl b/charts/nzbhydra/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/nzbhydra/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/nzbhydra/1.3.1/app-readme.md.gotmpl b/charts/nzbhydra/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/nzbhydra/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/nzbhydra/1.3.1/.helmignore b/charts/nzbhydra/1.3.2/.helmignore similarity index 100% rename from charts/nzbhydra/1.3.1/.helmignore rename to charts/nzbhydra/1.3.2/.helmignore diff --git a/charts/nzbhydra/1.3.1/Chart.lock b/charts/nzbhydra/1.3.2/Chart.lock similarity index 100% rename from charts/nzbhydra/1.3.1/Chart.lock rename to charts/nzbhydra/1.3.2/Chart.lock diff --git a/charts/nzbhydra/1.3.1/Chart.yaml b/charts/nzbhydra/1.3.2/Chart.yaml similarity index 53% rename from charts/nzbhydra/1.3.1/Chart.yaml rename to charts/nzbhydra/1.3.2/Chart.yaml index add2a007e74..932f4cd04e7 100644 --- a/charts/nzbhydra/1.3.1/Chart.yaml +++ b/charts/nzbhydra/1.3.2/Chart.yaml @@ -1,20 +1,32 @@ apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: nzbhydra +version: 1.3.2 +upstream_version: 5.3.1 appVersion: v3.8.1 description: Usenet meta search -name: nzbhydra -version: 1.3.1 -upstream_version: 5.3.1 +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/nzbhydra +icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png keywords: - nzbhydra - usenet -home: https://github.com/truecharts/truecharts/tree/master/charts/nzbhydra -icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png sources: + - https://github.com/truecharts/charts/tree/master/charts/nzbhydra + - https://github.com/k8s-at-home/charts/tree/master/charts/nzbhydra - https://hub.docker.com/r/linuxserver/nzbhydra2 - https://github.com/theotherp/nzbhydra2 -maintainers: - - name: TrueCharts dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/nzbhydra/1.3.1/LICENSE b/charts/nzbhydra/1.3.2/LICENSE similarity index 100% rename from charts/nzbhydra/1.3.1/LICENSE rename to charts/nzbhydra/1.3.2/LICENSE diff --git a/charts/nzbhydra/1.3.1/README.md b/charts/nzbhydra/1.3.2/README.md similarity index 100% rename from charts/nzbhydra/1.3.1/README.md rename to charts/nzbhydra/1.3.2/README.md diff --git a/charts/nzbhydra/1.3.1/app-readme.md b/charts/nzbhydra/1.3.2/app-readme.md similarity index 100% rename from charts/nzbhydra/1.3.1/app-readme.md rename to charts/nzbhydra/1.3.2/app-readme.md diff --git a/charts/nzbhydra/1.3.1/charts/common-1.3.0.tgz b/charts/nzbhydra/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/nzbhydra/1.3.1/charts/common-1.3.0.tgz rename to charts/nzbhydra/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/nzbhydra/1.3.1/docs/CONFIG.md b/charts/nzbhydra/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/nzbhydra/1.3.1/docs/CONFIG.md rename to charts/nzbhydra/1.3.2/docs/CONFIG.md diff --git a/charts/nzbhydra/1.3.1/docs/CONFIG.md.gotmpl b/charts/nzbhydra/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/nzbhydra/1.3.1/docs/CONFIG.md.gotmpl rename to charts/nzbhydra/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/nzbhydra/1.3.1/questions.yaml b/charts/nzbhydra/1.3.2/questions.yaml similarity index 98% rename from charts/nzbhydra/1.3.1/questions.yaml rename to charts/nzbhydra/1.3.2/questions.yaml index a022986ed96..7ed232a6c9b 100644 --- a/charts/nzbhydra/1.3.1/questions.yaml +++ b/charts/nzbhydra/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: protocols: @@ -286,13 +286,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/nzbhydra/1.3.1/templates/NOTES.txt b/charts/nzbhydra/1.3.2/templates/NOTES.txt similarity index 100% rename from charts/nzbhydra/1.3.1/templates/NOTES.txt rename to charts/nzbhydra/1.3.2/templates/NOTES.txt diff --git a/charts/nzbhydra/1.3.1/templates/common.yaml b/charts/nzbhydra/1.3.2/templates/common.yaml similarity index 100% rename from charts/nzbhydra/1.3.1/templates/common.yaml rename to charts/nzbhydra/1.3.2/templates/common.yaml diff --git a/charts/nzbhydra/1.3.1/test_values.yaml b/charts/nzbhydra/1.3.2/test_values.yaml similarity index 100% rename from charts/nzbhydra/1.3.1/test_values.yaml rename to charts/nzbhydra/1.3.2/test_values.yaml diff --git a/charts/nzbhydra/1.3.1/values.yaml b/charts/nzbhydra/1.3.2/values.yaml similarity index 100% rename from charts/nzbhydra/1.3.1/values.yaml rename to charts/nzbhydra/1.3.2/values.yaml diff --git a/charts/ombi/1.3.1/Chart.yaml b/charts/ombi/1.3.1/Chart.yaml deleted file mode 100644 index 0f1de7d5e04..00000000000 --- a/charts/ombi/1.3.1/Chart.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: v2 -appVersion: 4.0.681 -description: Want a Movie or TV Show on Plex or Emby? Use Ombi! -name: ombi -version: 1.3.1 -keywords: - - ombi - - plex - - emby - - sonarr - - radarr - - couchpotato -home: https://github.com/truecharts/charts/tree/dev/charts/ombi -icon: https://img3.androidappsapk.co/wiLDnuwrCWctiiW62ALcj4eIpNbzeRH_UNPo7eqlpYvGkCQYSTybaI4xVRLKGjnlamlV=s300 -sources: - - https://github.com/tidusjar/Ombi - - https://hub.docker.com/r/linuxserver/ombi -maintainers: - - name: TrueCharts -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/ombi/1.3.1/README.md.gotmpl b/charts/ombi/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/ombi/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/ombi/1.3.1/app-readme.md.gotmpl b/charts/ombi/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/ombi/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/ombi/1.3.1/.helmignore b/charts/ombi/1.3.2/.helmignore similarity index 100% rename from charts/ombi/1.3.1/.helmignore rename to charts/ombi/1.3.2/.helmignore diff --git a/charts/ombi/1.3.1/Chart.lock b/charts/ombi/1.3.2/Chart.lock similarity index 100% rename from charts/ombi/1.3.1/Chart.lock rename to charts/ombi/1.3.2/Chart.lock diff --git a/charts/ombi/1.3.2/Chart.yaml b/charts/ombi/1.3.2/Chart.yaml new file mode 100644 index 00000000000..3755f9c600b --- /dev/null +++ b/charts/ombi/1.3.2/Chart.yaml @@ -0,0 +1,39 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: ombi +version: 1.3.2 +upstream_version: 8.0.1 +appVersion: 4.0.681 +description: Want a Movie or TV Show on Plex or Emby? Use Ombi! +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/ombi +icon: https://img3.androidappsapk.co/wiLDnuwrCWctiiW62ALcj4eIpNbzeRH_UNPo7eqlpYvGkCQYSTybaI4xVRLKGjnlamlV=s300 +keywords: + - ombi + - plex + - emby + - sonarr + - radarr + - couchpotato +sources: + - https://github.com/truecharts/charts/tree/master/charts/ombi + - https://github.com/k8s-at-home/charts/tree/master/charts/ombi + - https://github.com/tidusjar/Ombi + - https://hub.docker.com/r/linuxserver/ombi +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Kjeld Schouten-Lebbing + email: kjeld@schouten-lebbing.nl + url: truecharts.org +# annotations: diff --git a/charts/ombi/1.3.1/LICENSE b/charts/ombi/1.3.2/LICENSE similarity index 100% rename from charts/ombi/1.3.1/LICENSE rename to charts/ombi/1.3.2/LICENSE diff --git a/charts/ombi/1.3.1/README.md b/charts/ombi/1.3.2/README.md similarity index 100% rename from charts/ombi/1.3.1/README.md rename to charts/ombi/1.3.2/README.md diff --git a/charts/ombi/1.3.1/app-readme.md b/charts/ombi/1.3.2/app-readme.md similarity index 100% rename from charts/ombi/1.3.1/app-readme.md rename to charts/ombi/1.3.2/app-readme.md diff --git a/charts/ombi/1.3.1/charts/common-1.3.0.tgz b/charts/ombi/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/ombi/1.3.1/charts/common-1.3.0.tgz rename to charts/ombi/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/ombi/1.3.1/docs/CONFIG.md b/charts/ombi/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/ombi/1.3.1/docs/CONFIG.md rename to charts/ombi/1.3.2/docs/CONFIG.md diff --git a/charts/ombi/1.3.1/docs/CONFIG.md.gotmpl b/charts/ombi/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/ombi/1.3.1/docs/CONFIG.md.gotmpl rename to charts/ombi/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/ombi/1.3.1/questions.yaml b/charts/ombi/1.3.2/questions.yaml similarity index 98% rename from charts/ombi/1.3.1/questions.yaml rename to charts/ombi/1.3.2/questions.yaml index a6d4a341e9b..62390a0eae0 100644 --- a/charts/ombi/1.3.1/questions.yaml +++ b/charts/ombi/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -231,13 +231,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/ombi/1.3.1/templates/common.yaml b/charts/ombi/1.3.2/templates/common.yaml similarity index 100% rename from charts/ombi/1.3.1/templates/common.yaml rename to charts/ombi/1.3.2/templates/common.yaml diff --git a/charts/ombi/1.3.1/test_values.yaml b/charts/ombi/1.3.2/test_values.yaml similarity index 100% rename from charts/ombi/1.3.1/test_values.yaml rename to charts/ombi/1.3.2/test_values.yaml diff --git a/charts/ombi/1.3.1/values.yaml b/charts/ombi/1.3.2/values.yaml similarity index 100% rename from charts/ombi/1.3.1/values.yaml rename to charts/ombi/1.3.2/values.yaml diff --git a/charts/organizr/1.3.1/README.md.gotmpl b/charts/organizr/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/organizr/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/organizr/1.3.1/app-readme.md.gotmpl b/charts/organizr/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/organizr/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/organizr/1.3.1/.helmignore b/charts/organizr/1.3.2/.helmignore similarity index 100% rename from charts/organizr/1.3.1/.helmignore rename to charts/organizr/1.3.2/.helmignore diff --git a/charts/organizr/1.3.1/Chart.lock b/charts/organizr/1.3.2/Chart.lock similarity index 100% rename from charts/organizr/1.3.1/Chart.lock rename to charts/organizr/1.3.2/Chart.lock diff --git a/charts/organizr/1.3.1/Chart.yaml b/charts/organizr/1.3.2/Chart.yaml similarity index 52% rename from charts/organizr/1.3.1/Chart.yaml rename to charts/organizr/1.3.2/Chart.yaml index 47da439c1d3..85858443e5f 100644 --- a/charts/organizr/1.3.1/Chart.yaml +++ b/charts/organizr/1.3.2/Chart.yaml @@ -1,22 +1,31 @@ apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: organizr +version: 1.3.2 +upstream_version: 3.2.1 appVersion: latest description: HTPC/Homelab Services Organizer -name: organizr -version: 1.3.1 -upstream_version: 3.2.1 +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/organizr +icon: https://github.com/causefx/Organizr/blob/v2-master/plugins/images/organizr/logo.png?raw=true keywords: - organizr -keywords: - - heimdall -home: https://github.com/truecharts/charts/tree/dev/charts/organizr -icon: https://github.com/causefx/Organizr/blob/v2-master/plugins/images/organizr/logo.png?raw=true sources: - - https://github.com/k8s-at-home/charts/blob/master/charts/organizr/ + - https://github.com/truecharts/charts/tree/master/charts/organizr + - https://github.com/k8s-at-home/charts/tree/master/charts/organizr - https://github.com/causefx/Organizr - https://hub.docker.com/r/organizr/organizr -maintainers: - - name: TrueCharts dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/organizr/1.3.1/LICENSE b/charts/organizr/1.3.2/LICENSE similarity index 100% rename from charts/organizr/1.3.1/LICENSE rename to charts/organizr/1.3.2/LICENSE diff --git a/charts/organizr/1.3.1/README.md b/charts/organizr/1.3.2/README.md similarity index 100% rename from charts/organizr/1.3.1/README.md rename to charts/organizr/1.3.2/README.md diff --git a/charts/organizr/1.3.1/app-readme.md b/charts/organizr/1.3.2/app-readme.md similarity index 100% rename from charts/organizr/1.3.1/app-readme.md rename to charts/organizr/1.3.2/app-readme.md diff --git a/charts/organizr/1.3.1/charts/common-1.3.0.tgz b/charts/organizr/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/organizr/1.3.1/charts/common-1.3.0.tgz rename to charts/organizr/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/organizr/1.3.1/docs/CONFIG.md.gotmpl b/charts/organizr/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/organizr/1.3.1/docs/CONFIG.md.gotmpl rename to charts/organizr/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/organizr/1.3.1/questions.yaml b/charts/organizr/1.3.2/questions.yaml similarity index 98% rename from charts/organizr/1.3.1/questions.yaml rename to charts/organizr/1.3.2/questions.yaml index 905b74ade50..666d86ead68 100644 --- a/charts/organizr/1.3.1/questions.yaml +++ b/charts/organizr/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -289,13 +289,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/organizr/1.3.1/templates/common.yaml b/charts/organizr/1.3.2/templates/common.yaml similarity index 100% rename from charts/organizr/1.3.1/templates/common.yaml rename to charts/organizr/1.3.2/templates/common.yaml diff --git a/charts/organizr/1.3.1/test_values.yaml b/charts/organizr/1.3.2/test_values.yaml similarity index 100% rename from charts/organizr/1.3.1/test_values.yaml rename to charts/organizr/1.3.2/test_values.yaml diff --git a/charts/organizr/1.3.1/values.yaml b/charts/organizr/1.3.2/values.yaml similarity index 100% rename from charts/organizr/1.3.1/values.yaml rename to charts/organizr/1.3.2/values.yaml diff --git a/charts/qbittorrent/1.3.1/README.md.gotmpl b/charts/qbittorrent/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/qbittorrent/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/qbittorrent/1.3.1/app-readme.md.gotmpl b/charts/qbittorrent/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/qbittorrent/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/qbittorrent/1.3.1/.helmignore b/charts/qbittorrent/1.3.2/.helmignore similarity index 100% rename from charts/qbittorrent/1.3.1/.helmignore rename to charts/qbittorrent/1.3.2/.helmignore diff --git a/charts/qbittorrent/1.3.1/Chart.lock b/charts/qbittorrent/1.3.2/Chart.lock similarity index 100% rename from charts/qbittorrent/1.3.1/Chart.lock rename to charts/qbittorrent/1.3.2/Chart.lock diff --git a/charts/qbittorrent/1.3.1/Chart.yaml b/charts/qbittorrent/1.3.2/Chart.yaml similarity index 53% rename from charts/qbittorrent/1.3.1/Chart.yaml rename to charts/qbittorrent/1.3.2/Chart.yaml index 558d373208e..363f969e83e 100644 --- a/charts/qbittorrent/1.3.1/Chart.yaml +++ b/charts/qbittorrent/1.3.2/Chart.yaml @@ -1,19 +1,31 @@ apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: qbittorrent +version: 1.3.2 +upstream_version: 7.2.1 appVersion: 4.3.0 description: qBittorrent is a cross-platform free and open-source BitTorrent client -name: qbittorrent -version: 1.3.1 -upstream_version: 7.2.1 +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/qbittorrent +icon: https://cloud.githubusercontent.com/assets/14862437/23586868/89ef2922-01c4-11e7-869c-52aafcece17f.png keywords: - qbittorrent - torrrent -home: https://github.com/truecharts/truecharts/tree/master/charts/qbittorrent -icon: https://cloud.githubusercontent.com/assets/14862437/23586868/89ef2922-01c4-11e7-869c-52aafcece17f.png sources: + - https://github.com/truecharts/charts/tree/master/charts/qbittorrent + - https://github.com/k8s-at-home/charts/tree/master/charts/qbittorrent - https://hub.docker.com/r/linuxserver/qbittorrent/ -maintainers: - - name: TrueCharts dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/qbittorrent/1.3.1/LICENSE b/charts/qbittorrent/1.3.2/LICENSE similarity index 100% rename from charts/qbittorrent/1.3.1/LICENSE rename to charts/qbittorrent/1.3.2/LICENSE diff --git a/charts/qbittorrent/1.3.1/README.md b/charts/qbittorrent/1.3.2/README.md similarity index 100% rename from charts/qbittorrent/1.3.1/README.md rename to charts/qbittorrent/1.3.2/README.md diff --git a/charts/qbittorrent/1.3.1/app-readme.md b/charts/qbittorrent/1.3.2/app-readme.md similarity index 100% rename from charts/qbittorrent/1.3.1/app-readme.md rename to charts/qbittorrent/1.3.2/app-readme.md diff --git a/charts/qbittorrent/1.3.1/charts/common-1.3.0.tgz b/charts/qbittorrent/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/qbittorrent/1.3.1/charts/common-1.3.0.tgz rename to charts/qbittorrent/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/qbittorrent/1.3.1/docs/CONFIG.md b/charts/qbittorrent/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/qbittorrent/1.3.1/docs/CONFIG.md rename to charts/qbittorrent/1.3.2/docs/CONFIG.md diff --git a/charts/qbittorrent/1.3.1/docs/CONFIG.md.gotmpl b/charts/qbittorrent/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/qbittorrent/1.3.1/docs/CONFIG.md.gotmpl rename to charts/qbittorrent/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/qbittorrent/1.3.1/questions.yaml b/charts/qbittorrent/1.3.2/questions.yaml similarity index 97% rename from charts/qbittorrent/1.3.1/questions.yaml rename to charts/qbittorrent/1.3.2/questions.yaml index dedfe7fcfcf..57fb73e270e 100644 --- a/charts/qbittorrent/1.3.1/questions.yaml +++ b/charts/qbittorrent/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: protocols: @@ -416,13 +416,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false @@ -507,20 +507,20 @@ questions: type: string default: "" - variable: tcp - label: "TCP Ingress Configuration" + label: "TCP Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable TCP Ingress" + label: "Enable TCP Reverse Proxy" schema: type: boolean default: false show_subquestions_if: true subquestions: - variable: type - label: "Select Ingress Type" + label: "Select Reverse Proxy Type" schema: type: string default: "TCP" @@ -548,20 +548,20 @@ questions: - value: "" description: "No Encryption/TLS/Certificates" - variable: udp - label: "UDP Ingress Configuration" + label: "UDP Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable UDP Ingress" + label: "Enable UDP Reverse Proxy" schema: type: boolean default: false show_subquestions_if: true subquestions: - variable: type - label: "Select Ingress Type" + label: "Select Reverse Proxy Type" schema: type: string default: "UDP" diff --git a/charts/qbittorrent/1.3.1/templates/NOTES.txt b/charts/qbittorrent/1.3.2/templates/NOTES.txt similarity index 100% rename from charts/qbittorrent/1.3.1/templates/NOTES.txt rename to charts/qbittorrent/1.3.2/templates/NOTES.txt diff --git a/charts/qbittorrent/1.3.1/templates/common.yaml b/charts/qbittorrent/1.3.2/templates/common.yaml similarity index 100% rename from charts/qbittorrent/1.3.1/templates/common.yaml rename to charts/qbittorrent/1.3.2/templates/common.yaml diff --git a/charts/qbittorrent/1.3.1/templates/configmap.yaml b/charts/qbittorrent/1.3.2/templates/configmap.yaml similarity index 100% rename from charts/qbittorrent/1.3.1/templates/configmap.yaml rename to charts/qbittorrent/1.3.2/templates/configmap.yaml diff --git a/charts/qbittorrent/1.3.1/test_values.yaml b/charts/qbittorrent/1.3.2/test_values.yaml similarity index 100% rename from charts/qbittorrent/1.3.1/test_values.yaml rename to charts/qbittorrent/1.3.2/test_values.yaml diff --git a/charts/qbittorrent/1.3.1/values.yaml b/charts/qbittorrent/1.3.2/values.yaml similarity index 100% rename from charts/qbittorrent/1.3.1/values.yaml rename to charts/qbittorrent/1.3.2/values.yaml diff --git a/charts/radarr/1.3.1/Chart.yaml b/charts/radarr/1.3.1/Chart.yaml deleted file mode 100644 index b6d03e8bc3a..00000000000 --- a/charts/radarr/1.3.1/Chart.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -appVersion: 3.0.0.3989 -description: A fork of Sonarr to work with movies à la Couchpotato -name: radarr -version: 1.3.1 -keywords: - - radarr - - torrent - - usenet -home: https://github.com/truecharts/charts/tree/dev/charts/radarr -icon: https://nzbusenet.com/wp-content/uploads/2017/10/radarr-logo.png -sources: - - https://github.com/Radarr/Radarr - - https://hub.docker.com/r/linuxserver/radarr -maintainers: - - name: TrueCharts -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/radarr/1.3.1/README.md.gotmpl b/charts/radarr/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/radarr/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/radarr/1.3.1/app-readme.md.gotmpl b/charts/radarr/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/radarr/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/radarr/1.3.1/.helmignore b/charts/radarr/1.3.2/.helmignore similarity index 100% rename from charts/radarr/1.3.1/.helmignore rename to charts/radarr/1.3.2/.helmignore diff --git a/charts/radarr/1.3.1/Chart.lock b/charts/radarr/1.3.2/Chart.lock similarity index 100% rename from charts/radarr/1.3.1/Chart.lock rename to charts/radarr/1.3.2/Chart.lock diff --git a/charts/radarr/1.3.2/Chart.yaml b/charts/radarr/1.3.2/Chart.yaml new file mode 100644 index 00000000000..d55e2c1f919 --- /dev/null +++ b/charts/radarr/1.3.2/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: radarr +version: 1.3.2 +upstream_version: 9.1.0 +appVersion: "version-3.0.0.3989" +description: A fork of Sonarr to work with movies à la Couchpotato +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/radarr +icon: https://nzbusenet.com/wp-content/uploads/2017/10/radarr-logo.png +keywords: + - radarr + - torrent + - usenet +sources: + - https://github.com/truecharts/charts/tree/master/charts/radarr + - https://github.com/k8s-at-home/charts/tree/master/charts/radarr + - https://github.com/Radarr/Radarr + - https://hub.docker.com/r/linuxserver/radarr +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Kjeld Schouten-Lebbing + email: kjeld@schouten-lebbing.nl + url: truecharts.org +# annotations: diff --git a/charts/radarr/1.3.1/LICENSE b/charts/radarr/1.3.2/LICENSE similarity index 100% rename from charts/radarr/1.3.1/LICENSE rename to charts/radarr/1.3.2/LICENSE diff --git a/charts/radarr/1.3.1/README.md b/charts/radarr/1.3.2/README.md similarity index 100% rename from charts/radarr/1.3.1/README.md rename to charts/radarr/1.3.2/README.md diff --git a/charts/radarr/1.3.1/app-readme.md b/charts/radarr/1.3.2/app-readme.md similarity index 100% rename from charts/radarr/1.3.1/app-readme.md rename to charts/radarr/1.3.2/app-readme.md diff --git a/charts/radarr/1.3.1/charts/common-1.3.0.tgz b/charts/radarr/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/radarr/1.3.1/charts/common-1.3.0.tgz rename to charts/radarr/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/radarr/1.3.1/docs/CONFIG.md b/charts/radarr/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/radarr/1.3.1/docs/CONFIG.md rename to charts/radarr/1.3.2/docs/CONFIG.md diff --git a/charts/radarr/1.3.1/docs/CONFIG.md.gotmpl b/charts/radarr/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/radarr/1.3.1/docs/CONFIG.md.gotmpl rename to charts/radarr/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/radarr/1.3.1/questions.yaml b/charts/radarr/1.3.2/questions.yaml similarity index 99% rename from charts/radarr/1.3.1/questions.yaml rename to charts/radarr/1.3.2/questions.yaml index 3fa70f0c5d9..8990eba4458 100644 --- a/charts/radarr/1.3.1/questions.yaml +++ b/charts/radarr/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -344,13 +344,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/radarr/1.3.1/templates/common.yaml b/charts/radarr/1.3.2/templates/common.yaml similarity index 100% rename from charts/radarr/1.3.1/templates/common.yaml rename to charts/radarr/1.3.2/templates/common.yaml diff --git a/charts/radarr/1.3.1/test_values.yaml b/charts/radarr/1.3.2/test_values.yaml similarity index 64% rename from charts/radarr/1.3.1/test_values.yaml rename to charts/radarr/1.3.2/test_values.yaml index 0da7e190390..89bcf722522 100644 --- a/charts/radarr/1.3.1/test_values.yaml +++ b/charts/radarr/1.3.2/test_values.yaml @@ -17,6 +17,27 @@ env: {} # PUID: 1001 # PGID: 1001 +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:7878/api/v3/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + persistence: config: enabled: false diff --git a/charts/radarr/1.3.1/values.yaml b/charts/radarr/1.3.2/values.yaml similarity index 61% rename from charts/radarr/1.3.1/values.yaml rename to charts/radarr/1.3.2/values.yaml index 5f70fb31d75..1e2801d6638 100644 --- a/charts/radarr/1.3.1/values.yaml +++ b/charts/radarr/1.3.2/values.yaml @@ -17,6 +17,27 @@ env: {} # PUID: 1001 # PGID: 1001 +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:7878/api/v3/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + persistence: config: enabled: false diff --git a/charts/readarr/1.3.1/Chart.yaml b/charts/readarr/1.3.1/Chart.yaml deleted file mode 100644 index 74ee6d4d0bb..00000000000 --- a/charts/readarr/1.3.1/Chart.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: v2 -appversion: 0.2.0.351 -description: A fork of Radarr to work with Books & AudioBooks -name: readarr -version: 1.3.1 -upstream_version: 1.1.1 -keywords: - - readarr - - torrent - - usenet - - AudioBooks - - ebooks -home: https://github.com/truecharts/truecharts/tree/master/charts/readarr -icon: https://github.com/Readarr/Readarr/blob/develop/Logo/1024.png?raw=true -sources: - - https://github.com/Readarr/Readarr - - https://readarr.com -maintainers: - - name: TrueCharts -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/readarr/1.3.1/README.md.gotmpl b/charts/readarr/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/readarr/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/readarr/1.3.1/app-readme.md.gotmpl b/charts/readarr/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/readarr/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/readarr/1.3.1/.helmignore b/charts/readarr/1.3.2/.helmignore similarity index 100% rename from charts/readarr/1.3.1/.helmignore rename to charts/readarr/1.3.2/.helmignore diff --git a/charts/readarr/1.3.1/Chart.lock b/charts/readarr/1.3.2/Chart.lock similarity index 100% rename from charts/readarr/1.3.1/Chart.lock rename to charts/readarr/1.3.2/Chart.lock diff --git a/charts/readarr/1.3.2/Chart.yaml b/charts/readarr/1.3.2/Chart.yaml new file mode 100644 index 00000000000..daef0b94413 --- /dev/null +++ b/charts/readarr/1.3.2/Chart.yaml @@ -0,0 +1,38 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: readarr +version: 1.3.2 +upstream_version: 2.1.0 +appversion: "nightly" +description: A fork of Radarr to work with Books & AudioBooks +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/readarr +icon: https://github.com/Readarr/Readarr/blob/develop/Logo/1024.png?raw=true +keywords: + - readarr + - torrent + - usenet + - AudioBooks + - ebooks +sources: + - https://github.com/truecharts/charts/tree/master/charts/readarr + - https://github.com/k8s-at-home/charts/tree/master/charts/readarr + - https://github.com/Readarr/Readarr + - https://readarr.com +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Kjeld Schouten-Lebbing + email: kjeld@schouten-lebbing.nl + url: truecharts.org +# annotations: diff --git a/charts/readarr/1.3.1/LICENSE b/charts/readarr/1.3.2/LICENSE similarity index 100% rename from charts/readarr/1.3.1/LICENSE rename to charts/readarr/1.3.2/LICENSE diff --git a/charts/readarr/1.3.1/README.md b/charts/readarr/1.3.2/README.md similarity index 100% rename from charts/readarr/1.3.1/README.md rename to charts/readarr/1.3.2/README.md diff --git a/charts/readarr/1.3.1/app-readme.md b/charts/readarr/1.3.2/app-readme.md similarity index 100% rename from charts/readarr/1.3.1/app-readme.md rename to charts/readarr/1.3.2/app-readme.md diff --git a/charts/readarr/1.3.1/charts/common-1.3.0.tgz b/charts/readarr/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/readarr/1.3.1/charts/common-1.3.0.tgz rename to charts/readarr/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/readarr/1.3.1/docs/CONFIG.md b/charts/readarr/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/readarr/1.3.1/docs/CONFIG.md rename to charts/readarr/1.3.2/docs/CONFIG.md diff --git a/charts/readarr/1.3.1/docs/CONFIG.md.gotmpl b/charts/readarr/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/readarr/1.3.1/docs/CONFIG.md.gotmpl rename to charts/readarr/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/readarr/1.3.1/questions.yaml b/charts/readarr/1.3.2/questions.yaml similarity index 98% rename from charts/readarr/1.3.1/questions.yaml rename to charts/readarr/1.3.2/questions.yaml index f2b60910b15..921e3f3ffec 100644 --- a/charts/readarr/1.3.1/questions.yaml +++ b/charts/readarr/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: protocols: @@ -342,13 +342,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/readarr/1.3.1/templates/NOTES.txt b/charts/readarr/1.3.2/templates/NOTES.txt similarity index 100% rename from charts/readarr/1.3.1/templates/NOTES.txt rename to charts/readarr/1.3.2/templates/NOTES.txt diff --git a/charts/readarr/1.3.1/templates/common.yaml b/charts/readarr/1.3.2/templates/common.yaml similarity index 100% rename from charts/readarr/1.3.1/templates/common.yaml rename to charts/readarr/1.3.2/templates/common.yaml diff --git a/charts/readarr/1.3.1/test_values.yaml b/charts/readarr/1.3.2/test_values.yaml similarity index 60% rename from charts/readarr/1.3.1/test_values.yaml rename to charts/readarr/1.3.2/test_values.yaml index 33a17d3cfc9..2b6c549ac42 100644 --- a/charts/readarr/1.3.1/test_values.yaml +++ b/charts/readarr/1.3.2/test_values.yaml @@ -17,6 +17,27 @@ env: {} # PUID: 1001 # PGID: 1001 +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:8787/api/v1/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + persistence: config: enabled: false diff --git a/charts/readarr/1.3.1/values.yaml b/charts/readarr/1.3.2/values.yaml similarity index 58% rename from charts/readarr/1.3.1/values.yaml rename to charts/readarr/1.3.2/values.yaml index 92dd92232fd..4f208513b99 100644 --- a/charts/readarr/1.3.1/values.yaml +++ b/charts/readarr/1.3.2/values.yaml @@ -17,6 +17,27 @@ env: {} # PUID: 1001 # PGID: 1001 +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:8787/api/v1/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + persistence: config: enabled: false diff --git a/charts/sabnzbd/1.3.1/Chart.yaml b/charts/sabnzbd/1.3.1/Chart.yaml deleted file mode 100644 index de8dd1a9c1e..00000000000 --- a/charts/sabnzbd/1.3.1/Chart.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -appVersion: 3.1.0 -description: Free and easy binary newsreader -name: sabnzbd -version: 1.3.1 -upstream_version: 4.2.1 -keywords: - - sabnzbd - - usenet -home: https://github.com/truecharts/truecharts/tree/master/charts/sabnzbd -icon: https://avatars1.githubusercontent.com/u/960698?s=400&v=4 -sources: - - https://hub.docker.com/r/linuxserver/sabnzbd/ - - https://sabnzbd.org/ -maintainers: - - name: TrueCharts -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/sabnzbd/1.3.1/README.md.gotmpl b/charts/sabnzbd/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/sabnzbd/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/sabnzbd/1.3.1/app-readme.md.gotmpl b/charts/sabnzbd/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/sabnzbd/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/sabnzbd/1.3.1/.helmignore b/charts/sabnzbd/1.3.2/.helmignore similarity index 100% rename from charts/sabnzbd/1.3.1/.helmignore rename to charts/sabnzbd/1.3.2/.helmignore diff --git a/charts/sabnzbd/1.3.1/Chart.lock b/charts/sabnzbd/1.3.2/Chart.lock similarity index 100% rename from charts/sabnzbd/1.3.1/Chart.lock rename to charts/sabnzbd/1.3.2/Chart.lock diff --git a/charts/sabnzbd/1.3.2/Chart.yaml b/charts/sabnzbd/1.3.2/Chart.yaml new file mode 100644 index 00000000000..d5c5b07c3b1 --- /dev/null +++ b/charts/sabnzbd/1.3.2/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: sabnzbd +version: 1.3.2 +upstream_version: 5.0.1 +appVersion: 3.1.0 +description: Free and easy binary newsreader +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/sabnzbd +icon: https://raw.githubusercontent.com/truecharts/charts/master/charts/sabnzbd/icon.png?raw=true +keywords: + - sabnzbd + - usenet +sources: + - https://github.com/truecharts/charts/tree/master/charts/sabnzbd + - https://github.com/k8s-at-home/charts/tree/master/charts/sabnzbd + - https://hub.docker.com/r/linuxserver/sabnzbd/ + - https://sabnzbd.org/ +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/sabnzbd/1.3.1/LICENSE b/charts/sabnzbd/1.3.2/LICENSE similarity index 100% rename from charts/sabnzbd/1.3.1/LICENSE rename to charts/sabnzbd/1.3.2/LICENSE diff --git a/charts/sabnzbd/1.3.1/README.md b/charts/sabnzbd/1.3.2/README.md similarity index 100% rename from charts/sabnzbd/1.3.1/README.md rename to charts/sabnzbd/1.3.2/README.md diff --git a/charts/sabnzbd/1.3.1/app-readme.md b/charts/sabnzbd/1.3.2/app-readme.md similarity index 100% rename from charts/sabnzbd/1.3.1/app-readme.md rename to charts/sabnzbd/1.3.2/app-readme.md diff --git a/charts/sabnzbd/1.3.1/charts/common-1.3.0.tgz b/charts/sabnzbd/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/sabnzbd/1.3.1/charts/common-1.3.0.tgz rename to charts/sabnzbd/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/sabnzbd/1.3.1/docs/CONFIG.md b/charts/sabnzbd/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/sabnzbd/1.3.1/docs/CONFIG.md rename to charts/sabnzbd/1.3.2/docs/CONFIG.md diff --git a/charts/sabnzbd/1.3.1/docs/CONFIG.md.gotmpl b/charts/sabnzbd/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/sabnzbd/1.3.1/docs/CONFIG.md.gotmpl rename to charts/sabnzbd/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/sabnzbd/1.3.1/questions.yaml b/charts/sabnzbd/1.3.2/questions.yaml similarity index 98% rename from charts/sabnzbd/1.3.1/questions.yaml rename to charts/sabnzbd/1.3.2/questions.yaml index 630966252b0..8c9e6c7ad55 100644 --- a/charts/sabnzbd/1.3.1/questions.yaml +++ b/charts/sabnzbd/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: protocols: @@ -287,13 +287,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/sabnzbd/1.3.1/templates/NOTES.txt b/charts/sabnzbd/1.3.2/templates/NOTES.txt similarity index 100% rename from charts/sabnzbd/1.3.1/templates/NOTES.txt rename to charts/sabnzbd/1.3.2/templates/NOTES.txt diff --git a/charts/sabnzbd/1.3.1/templates/common.yaml b/charts/sabnzbd/1.3.2/templates/common.yaml similarity index 100% rename from charts/sabnzbd/1.3.1/templates/common.yaml rename to charts/sabnzbd/1.3.2/templates/common.yaml diff --git a/charts/sabnzbd/1.3.1/test_values.yaml b/charts/sabnzbd/1.3.2/test_values.yaml similarity index 100% rename from charts/sabnzbd/1.3.1/test_values.yaml rename to charts/sabnzbd/1.3.2/test_values.yaml diff --git a/charts/sabnzbd/1.3.1/values.yaml b/charts/sabnzbd/1.3.2/values.yaml similarity index 100% rename from charts/sabnzbd/1.3.1/values.yaml rename to charts/sabnzbd/1.3.2/values.yaml diff --git a/charts/sonarr/1.3.1/Chart.yaml b/charts/sonarr/1.3.1/Chart.yaml deleted file mode 100644 index 92fea934aa4..00000000000 --- a/charts/sonarr/1.3.1/Chart.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -appVersion: 3.0.4.993 -description: Smart PVR for newsgroup and bittorrent users -name: sonarr -version: 1.3.1 -keywords: - - sonarr - - torrent - - usenet -home: https://github.com/truecharts/charts/tree/dev/charts/sonarr -icon: https://github.com/Sonarr/Sonarr/blob/phantom-develop/Logo/512.png?raw=true -sources: - - https://github.com/Sonarr/Sonarr - - https://hub.docker.com/r/linuxserver/sonarr -maintainers: - - name: TrueCharts -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/sonarr/1.3.1/README.md.gotmpl b/charts/sonarr/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/sonarr/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/sonarr/1.3.1/app-readme.md.gotmpl b/charts/sonarr/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/sonarr/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/sonarr/1.3.1/.helmignore b/charts/sonarr/1.3.2/.helmignore similarity index 100% rename from charts/sonarr/1.3.1/.helmignore rename to charts/sonarr/1.3.2/.helmignore diff --git a/charts/sonarr/1.3.1/Chart.lock b/charts/sonarr/1.3.2/Chart.lock similarity index 100% rename from charts/sonarr/1.3.1/Chart.lock rename to charts/sonarr/1.3.2/Chart.lock diff --git a/charts/sonarr/1.3.2/Chart.yaml b/charts/sonarr/1.3.2/Chart.yaml new file mode 100644 index 00000000000..868c8762651 --- /dev/null +++ b/charts/sonarr/1.3.2/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: sonarr +version: 1.3.2 +upstream_version: 9.1.0 +appVersion: "version-3.0.4.993" +description: Smart PVR for newsgroup and bittorrent users +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/sonarr +icon: https://github.com/Sonarr/Sonarr/blob/phantom-develop/Logo/512.png?raw=true +keywords: + - sonarr + - torrent + - usenet +sources: + - https://github.com/truecharts/charts/tree/master/charts/sonarr + - https://github.com/k8s-at-home/charts/tree/master/charts/sonarr + - https://github.com/Sonarr/Sonarr + - https://hub.docker.com/r/linuxserver/sonarr +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Kjeld Schouten-Lebbing + email: kjeld@schouten-lebbing.nl + url: truecharts.org +# annotations: diff --git a/charts/sonarr/1.3.1/LICENSE b/charts/sonarr/1.3.2/LICENSE similarity index 100% rename from charts/sonarr/1.3.1/LICENSE rename to charts/sonarr/1.3.2/LICENSE diff --git a/charts/sonarr/1.3.1/README.md b/charts/sonarr/1.3.2/README.md similarity index 100% rename from charts/sonarr/1.3.1/README.md rename to charts/sonarr/1.3.2/README.md diff --git a/charts/sonarr/1.3.1/app-readme.md b/charts/sonarr/1.3.2/app-readme.md similarity index 100% rename from charts/sonarr/1.3.1/app-readme.md rename to charts/sonarr/1.3.2/app-readme.md diff --git a/charts/sonarr/1.3.1/charts/common-1.3.0.tgz b/charts/sonarr/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/sonarr/1.3.1/charts/common-1.3.0.tgz rename to charts/sonarr/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/sonarr/1.3.1/docs/CONFIG.md b/charts/sonarr/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/sonarr/1.3.1/docs/CONFIG.md rename to charts/sonarr/1.3.2/docs/CONFIG.md diff --git a/charts/sonarr/1.3.1/docs/CONFIG.md.gotmpl b/charts/sonarr/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/sonarr/1.3.1/docs/CONFIG.md.gotmpl rename to charts/sonarr/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/sonarr/1.3.1/questions.yaml b/charts/sonarr/1.3.2/questions.yaml similarity index 98% rename from charts/sonarr/1.3.1/questions.yaml rename to charts/sonarr/1.3.2/questions.yaml index 873c6b866fe..8da38cf3a08 100644 --- a/charts/sonarr/1.3.1/questions.yaml +++ b/charts/sonarr/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -345,13 +345,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/sonarr/1.3.1/templates/common.yaml b/charts/sonarr/1.3.2/templates/common.yaml similarity index 100% rename from charts/sonarr/1.3.1/templates/common.yaml rename to charts/sonarr/1.3.2/templates/common.yaml diff --git a/charts/sonarr/1.3.1/test_values.yaml b/charts/sonarr/1.3.2/test_values.yaml similarity index 59% rename from charts/sonarr/1.3.1/test_values.yaml rename to charts/sonarr/1.3.2/test_values.yaml index 575f43b8365..cf5f67f97f8 100644 --- a/charts/sonarr/1.3.1/test_values.yaml +++ b/charts/sonarr/1.3.2/test_values.yaml @@ -17,6 +17,27 @@ env: {} # PUID: 1001 # PGID: 1001 +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:8989/api/v3/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + persistence: config: enabled: false diff --git a/charts/sonarr/1.3.1/values.yaml b/charts/sonarr/1.3.2/values.yaml similarity index 61% rename from charts/sonarr/1.3.1/values.yaml rename to charts/sonarr/1.3.2/values.yaml index 4c6e8e2abcd..216ee9dea11 100644 --- a/charts/sonarr/1.3.1/values.yaml +++ b/charts/sonarr/1.3.2/values.yaml @@ -17,6 +17,27 @@ env: {} # PUID: 1001 # PGID: 1001 +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:8989/api/v3/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + persistence: config: enabled: false diff --git a/charts/tautulli/1.3.1/Chart.yaml b/charts/tautulli/1.3.1/Chart.yaml deleted file mode 100644 index 71e9c574aa3..00000000000 --- a/charts/tautulli/1.3.1/Chart.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: v2 -appVersion: v2.5.4 -description: Statistics for Plex -name: tautulli -version: 1.3.1 -keywords: - - tautulli -home: https://github.com/truecharts/truecharts/tree/dev/charts/tautulli -icon: https://github.com/Tautulli/Tautulli/blob/master/data/interfaces/default/images/logo.png?raw=true -sources: -maintainers: - - name: TrueCharts -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/tautulli/1.3.1/README.md.gotmpl b/charts/tautulli/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/tautulli/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/tautulli/1.3.1/app-readme.md.gotmpl b/charts/tautulli/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/tautulli/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/tautulli/1.3.1/.helmignore b/charts/tautulli/1.3.2/.helmignore similarity index 100% rename from charts/tautulli/1.3.1/.helmignore rename to charts/tautulli/1.3.2/.helmignore diff --git a/charts/tautulli/1.3.1/Chart.lock b/charts/tautulli/1.3.2/Chart.lock similarity index 100% rename from charts/tautulli/1.3.1/Chart.lock rename to charts/tautulli/1.3.2/Chart.lock diff --git a/charts/tautulli/1.3.2/Chart.yaml b/charts/tautulli/1.3.2/Chart.yaml new file mode 100644 index 00000000000..bdd8d207d28 --- /dev/null +++ b/charts/tautulli/1.3.2/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: tautulli +version: 1.3.2 +upstream_version: 7.0.1 +appVersion: "v2.6.6" +description: A Python based monitoring and tracking tool for Plex Media Server +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/tautulli +icon: https://github.com/Tautulli/Tautulli/blob/master/data/interfaces/default/images/logo.png?raw=true +keywords: + - tautulli + - plex +sources: + - https://github.com/truecharts/charts/tree/master/charts/tautulli + - https://github.com/k8s-at-home/charts/tree/master/charts/tautulli + - https://github.com/Tautulli/Tautulli + - https://hub.docker.com/r/tautulli/tautulli +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Kjeld Schouten-Lebbing + email: kjeld@schouten-lebbing.nl + url: truecharts.org +# annotations: diff --git a/charts/tautulli/1.3.1/LICENSE b/charts/tautulli/1.3.2/LICENSE similarity index 100% rename from charts/tautulli/1.3.1/LICENSE rename to charts/tautulli/1.3.2/LICENSE diff --git a/charts/tautulli/1.3.1/README.md b/charts/tautulli/1.3.2/README.md similarity index 100% rename from charts/tautulli/1.3.1/README.md rename to charts/tautulli/1.3.2/README.md diff --git a/charts/tautulli/1.3.1/app-readme.md b/charts/tautulli/1.3.2/app-readme.md similarity index 100% rename from charts/tautulli/1.3.1/app-readme.md rename to charts/tautulli/1.3.2/app-readme.md diff --git a/charts/tautulli/1.3.1/charts/common-1.3.0.tgz b/charts/tautulli/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/tautulli/1.3.1/charts/common-1.3.0.tgz rename to charts/tautulli/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/tautulli/1.3.1/docs/CONFIG.md b/charts/tautulli/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/tautulli/1.3.1/docs/CONFIG.md rename to charts/tautulli/1.3.2/docs/CONFIG.md diff --git a/charts/tautulli/1.3.1/docs/CONFIG.md.gotmpl b/charts/tautulli/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/tautulli/1.3.1/docs/CONFIG.md.gotmpl rename to charts/tautulli/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/tautulli/1.3.1/questions.yaml b/charts/tautulli/1.3.2/questions.yaml similarity index 98% rename from charts/tautulli/1.3.1/questions.yaml rename to charts/tautulli/1.3.2/questions.yaml index 170badfd80c..08855723887 100644 --- a/charts/tautulli/1.3.1/questions.yaml +++ b/charts/tautulli/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -42,7 +42,7 @@ questions: label: "Image Tag" schema: type: string - default: "v2.5.4" + default: "v2.6.6" - variable: pullPolicy description: "Docker Image Pull Policy" label: "Image Pull Policy" @@ -233,13 +233,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/tautulli/1.3.1/templates/common.yaml b/charts/tautulli/1.3.2/templates/common.yaml similarity index 100% rename from charts/tautulli/1.3.1/templates/common.yaml rename to charts/tautulli/1.3.2/templates/common.yaml diff --git a/charts/tautulli/1.3.1/test_values.yaml b/charts/tautulli/1.3.2/test_values.yaml similarity index 96% rename from charts/tautulli/1.3.1/test_values.yaml rename to charts/tautulli/1.3.2/test_values.yaml index c99dbebcaa8..00c68e5201a 100644 --- a/charts/tautulli/1.3.1/test_values.yaml +++ b/charts/tautulli/1.3.2/test_values.yaml @@ -3,7 +3,7 @@ image: repository: tautulli/tautulli pullPolicy: IfNotPresent - tag: v2.5.4 + tag: v2.6.6 strategy: type: Recreate diff --git a/charts/tautulli/1.3.1/values.yaml b/charts/tautulli/1.3.2/values.yaml similarity index 96% rename from charts/tautulli/1.3.1/values.yaml rename to charts/tautulli/1.3.2/values.yaml index 9b46bd6ec8c..dc3853d6e6c 100644 --- a/charts/tautulli/1.3.1/values.yaml +++ b/charts/tautulli/1.3.2/values.yaml @@ -3,7 +3,7 @@ image: repository: tautulli/tautulli pullPolicy: IfNotPresent - tag: v2.5.4 + tag: v2.6.6 strategy: type: Recreate diff --git a/charts/traefik/1.0.1/Chart.lock b/charts/traefik/1.0.1/Chart.lock deleted file mode 100644 index bb7f6164348..00000000000 --- a/charts/traefik/1.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: cert-manager - repository: https://charts.jetstack.io - version: v1.2.0 -- name: reflector - repository: https://emberstack.github.io/helm-charts - version: 5.4.17 -digest: sha256:8ac9721e3903143f235d1536bbdfa893588f2d4bf2d7c92400a3e8fa90bb0828 -generated: "2021-02-16T13:20:40.731262134Z" diff --git a/charts/traefik/1.0.1/Chart.yaml b/charts/traefik/1.0.1/Chart.yaml deleted file mode 100644 index 438a7ec7ee4..00000000000 --- a/charts/traefik/1.0.1/Chart.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: v2 -name: traefik -description: A Traefik based Kubernetes ingress controller -type: application -version: 1.0.1 -upstream_version: 9.14.2 -appVersion: 2.4.2 -keywords: - - traefik - - ingress -home: https://traefik.io/ -sources: - - https://github.com/traefik/traefik - - https://github.com/traefik/traefik-helm-chart -maintainers: - - name: truecharts -icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png -dependencies: - - name: cert-manager - repository: "https://charts.jetstack.io" - version: v1.2.0 - - name: reflector - repository: "https://emberstack.github.io/helm-charts" - version: 5.4.17 diff --git a/charts/traefik/1.0.1/README.md.gotmpl b/charts/traefik/1.0.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/traefik/1.0.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/traefik/1.0.1/app-readme.md.gotmpl b/charts/traefik/1.0.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/traefik/1.0.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/traefik/1.0.1/.helmignore b/charts/traefik/1.0.2/.helmignore similarity index 100% rename from charts/traefik/1.0.1/.helmignore rename to charts/traefik/1.0.2/.helmignore diff --git a/charts/traefik/1.0.2/Chart.lock b/charts/traefik/1.0.2/Chart.lock new file mode 100644 index 00000000000..225395f4cda --- /dev/null +++ b/charts/traefik/1.0.2/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 +- name: cert-manager + repository: https://charts.jetstack.io + version: v1.2.0 +- name: reflector + repository: https://emberstack.github.io/helm-charts + version: 5.4.17 +digest: sha256:a767dc5e0b0e8403b2d3300cd4cd86533ee40ae461f2d6b49fe05e42b0ac4b75 +generated: "2021-02-25T16:12:17.1713569+01:00" diff --git a/charts/traefik/1.0.2/Chart.yaml b/charts/traefik/1.0.2/Chart.yaml new file mode 100644 index 00000000000..8d41b860b03 --- /dev/null +++ b/charts/traefik/1.0.2/Chart.yaml @@ -0,0 +1,41 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: traefik +version: 1.0.2 +upstream_version: 9.14.2 +appVersion: 2.4.2 +description: A Traefik based Reverse Proxy and Certificate Manager +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/traefik +icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png +keywords: + - traefik + - ingress +sources: + - https://github.com/truecharts/charts/tree/master/charts/traefik + - https://github.com/traefik/traefik + - https://github.com/traefik/traefik-helm-chart + - https://traefik.io/ +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + - name: cert-manager + repository: "https://charts.jetstack.io" + version: v1.2.0 + - name: reflector + repository: "https://emberstack.github.io/helm-charts" + version: 5.4.17 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Kjeld Schouten-Lebbing + email: kjeld@schouten-lebbing.nl + url: truecharts.org +# annotations: diff --git a/charts/traefik/1.0.1/Guidelines.md b/charts/traefik/1.0.2/Guidelines.md similarity index 100% rename from charts/traefik/1.0.1/Guidelines.md rename to charts/traefik/1.0.2/Guidelines.md diff --git a/charts/traefik/1.0.1/LICENSE b/charts/traefik/1.0.2/LICENSE similarity index 100% rename from charts/traefik/1.0.1/LICENSE rename to charts/traefik/1.0.2/LICENSE diff --git a/charts/traefik/1.0.1/README.md b/charts/traefik/1.0.2/README.md similarity index 100% rename from charts/traefik/1.0.1/README.md rename to charts/traefik/1.0.2/README.md diff --git a/charts/traefik/1.0.1/app-readme.md b/charts/traefik/1.0.2/app-readme.md similarity index 100% rename from charts/traefik/1.0.1/app-readme.md rename to charts/traefik/1.0.2/app-readme.md diff --git a/charts/traefik/1.0.1/charts/cert-manager-v1.2.0.tgz b/charts/traefik/1.0.2/charts/cert-manager-v1.2.0.tgz similarity index 100% rename from charts/traefik/1.0.1/charts/cert-manager-v1.2.0.tgz rename to charts/traefik/1.0.2/charts/cert-manager-v1.2.0.tgz diff --git a/charts/transmission/1.3.1/charts/common-1.3.0.tgz b/charts/traefik/1.0.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/transmission/1.3.1/charts/common-1.3.0.tgz rename to charts/traefik/1.0.2/charts/common-1.3.0.tgz diff --git a/charts/traefik/1.0.1/charts/reflector-5.4.17.tgz b/charts/traefik/1.0.2/charts/reflector-5.4.17.tgz similarity index 100% rename from charts/traefik/1.0.1/charts/reflector-5.4.17.tgz rename to charts/traefik/1.0.2/charts/reflector-5.4.17.tgz diff --git a/charts/traefik/1.0.1/crds/ingressroute.yaml b/charts/traefik/1.0.2/crds/ingressroute.yaml similarity index 100% rename from charts/traefik/1.0.1/crds/ingressroute.yaml rename to charts/traefik/1.0.2/crds/ingressroute.yaml diff --git a/charts/traefik/1.0.1/crds/ingressroutetcp.yaml b/charts/traefik/1.0.2/crds/ingressroutetcp.yaml similarity index 100% rename from charts/traefik/1.0.1/crds/ingressroutetcp.yaml rename to charts/traefik/1.0.2/crds/ingressroutetcp.yaml diff --git a/charts/traefik/1.0.1/crds/ingressrouteudp.yaml b/charts/traefik/1.0.2/crds/ingressrouteudp.yaml similarity index 100% rename from charts/traefik/1.0.1/crds/ingressrouteudp.yaml rename to charts/traefik/1.0.2/crds/ingressrouteudp.yaml diff --git a/charts/traefik/1.0.1/crds/middlewares.yaml b/charts/traefik/1.0.2/crds/middlewares.yaml similarity index 100% rename from charts/traefik/1.0.1/crds/middlewares.yaml rename to charts/traefik/1.0.2/crds/middlewares.yaml diff --git a/charts/traefik/1.0.1/crds/serverstransports.yaml b/charts/traefik/1.0.2/crds/serverstransports.yaml similarity index 100% rename from charts/traefik/1.0.1/crds/serverstransports.yaml rename to charts/traefik/1.0.2/crds/serverstransports.yaml diff --git a/charts/traefik/1.0.1/crds/tlsoptions.yaml b/charts/traefik/1.0.2/crds/tlsoptions.yaml similarity index 100% rename from charts/traefik/1.0.1/crds/tlsoptions.yaml rename to charts/traefik/1.0.2/crds/tlsoptions.yaml diff --git a/charts/traefik/1.0.1/crds/tlsstores.yaml b/charts/traefik/1.0.2/crds/tlsstores.yaml similarity index 100% rename from charts/traefik/1.0.1/crds/tlsstores.yaml rename to charts/traefik/1.0.2/crds/tlsstores.yaml diff --git a/charts/traefik/1.0.1/crds/traefikservices.yaml b/charts/traefik/1.0.2/crds/traefikservices.yaml similarity index 100% rename from charts/traefik/1.0.1/crds/traefikservices.yaml rename to charts/traefik/1.0.2/crds/traefikservices.yaml diff --git a/charts/traefik/1.0.1/docs/CONFIG.md b/charts/traefik/1.0.2/docs/CONFIG.md similarity index 100% rename from charts/traefik/1.0.1/docs/CONFIG.md rename to charts/traefik/1.0.2/docs/CONFIG.md diff --git a/charts/traefik/1.0.1/docs/CONFIG.md.gotmpl b/charts/traefik/1.0.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/traefik/1.0.1/docs/CONFIG.md.gotmpl rename to charts/traefik/1.0.2/docs/CONFIG.md.gotmpl diff --git a/charts/traefik/1.0.1/questions.yaml b/charts/traefik/1.0.2/questions.yaml similarity index 98% rename from charts/traefik/1.0.1/questions.yaml rename to charts/traefik/1.0.2/questions.yaml index 6b70b919c0b..d5fc4691055 100644 --- a/charts/traefik/1.0.1/questions.yaml +++ b/charts/traefik/1.0.2/questions.yaml @@ -20,7 +20,7 @@ groups: - name: "Resource Reservation" description: "Specify resources to be allocated to workload" - name: "Ingress" - description: "Configure ingress" + description: "Configure Reverse Proxy" - name: "Certmanager Settings" description: "Configure Certmanager" - name: "WARNING" @@ -31,7 +31,7 @@ portals: protocols: - "https" host: - - "$variable-appIngress.webui.host" + - "$variable-appReverse Proxy.webui.host" ports: - "443" @@ -172,13 +172,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/traefik/1.0.1/templates/_helpers.tpl b/charts/traefik/1.0.2/templates/_helpers.tpl similarity index 100% rename from charts/traefik/1.0.1/templates/_helpers.tpl rename to charts/traefik/1.0.2/templates/_helpers.tpl diff --git a/charts/traefik/1.0.1/templates/_podtemplate.tpl b/charts/traefik/1.0.2/templates/_podtemplate.tpl similarity index 100% rename from charts/traefik/1.0.1/templates/_podtemplate.tpl rename to charts/traefik/1.0.2/templates/_podtemplate.tpl diff --git a/charts/traefik/1.0.1/templates/custom/_appStorage.tpl b/charts/traefik/1.0.2/templates/custom/_appStorage.tpl similarity index 100% rename from charts/traefik/1.0.1/templates/custom/_appStorage.tpl rename to charts/traefik/1.0.2/templates/custom/_appStorage.tpl diff --git a/charts/traefik/1.0.1/templates/custom/appingress.yaml b/charts/traefik/1.0.2/templates/custom/appingress.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/custom/appingress.yaml rename to charts/traefik/1.0.2/templates/custom/appingress.yaml diff --git a/charts/traefik/1.0.1/templates/custom/clusterissuer.yaml b/charts/traefik/1.0.2/templates/custom/clusterissuer.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/custom/clusterissuer.yaml rename to charts/traefik/1.0.2/templates/custom/clusterissuer.yaml diff --git a/charts/traefik/1.0.1/templates/custom/delay_postinstall.yaml b/charts/traefik/1.0.2/templates/custom/delay_postinstall.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/custom/delay_postinstall.yaml rename to charts/traefik/1.0.2/templates/custom/delay_postinstall.yaml diff --git a/charts/traefik/1.0.1/templates/custom/middlewares.yaml b/charts/traefik/1.0.2/templates/custom/middlewares.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/custom/middlewares.yaml rename to charts/traefik/1.0.2/templates/custom/middlewares.yaml diff --git a/charts/traefik/1.0.1/templates/custom/tlsoptions.yaml b/charts/traefik/1.0.2/templates/custom/tlsoptions.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/custom/tlsoptions.yaml rename to charts/traefik/1.0.2/templates/custom/tlsoptions.yaml diff --git a/charts/traefik/1.0.1/templates/custom/wildcard.yaml b/charts/traefik/1.0.2/templates/custom/wildcard.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/custom/wildcard.yaml rename to charts/traefik/1.0.2/templates/custom/wildcard.yaml diff --git a/charts/traefik/1.0.1/templates/daemonset.yaml b/charts/traefik/1.0.2/templates/daemonset.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/daemonset.yaml rename to charts/traefik/1.0.2/templates/daemonset.yaml diff --git a/charts/traefik/1.0.1/templates/dashboard-hook-ingressroute.yaml b/charts/traefik/1.0.2/templates/dashboard-hook-ingressroute.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/dashboard-hook-ingressroute.yaml rename to charts/traefik/1.0.2/templates/dashboard-hook-ingressroute.yaml diff --git a/charts/traefik/1.0.1/templates/deployment.yaml b/charts/traefik/1.0.2/templates/deployment.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/deployment.yaml rename to charts/traefik/1.0.2/templates/deployment.yaml diff --git a/charts/traefik/1.0.1/templates/gateway.yaml b/charts/traefik/1.0.2/templates/gateway.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/gateway.yaml rename to charts/traefik/1.0.2/templates/gateway.yaml diff --git a/charts/traefik/1.0.1/templates/gatewayclass.yaml b/charts/traefik/1.0.2/templates/gatewayclass.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/gatewayclass.yaml rename to charts/traefik/1.0.2/templates/gatewayclass.yaml diff --git a/charts/traefik/1.0.1/templates/hpa.yaml b/charts/traefik/1.0.2/templates/hpa.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/hpa.yaml rename to charts/traefik/1.0.2/templates/hpa.yaml diff --git a/charts/traefik/1.0.1/templates/ingressclass.yaml b/charts/traefik/1.0.2/templates/ingressclass.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/ingressclass.yaml rename to charts/traefik/1.0.2/templates/ingressclass.yaml diff --git a/charts/traefik/1.0.1/templates/poddisruptionbudget.yaml b/charts/traefik/1.0.2/templates/poddisruptionbudget.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/poddisruptionbudget.yaml rename to charts/traefik/1.0.2/templates/poddisruptionbudget.yaml diff --git a/charts/traefik/1.0.1/templates/pvc.yaml b/charts/traefik/1.0.2/templates/pvc.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/pvc.yaml rename to charts/traefik/1.0.2/templates/pvc.yaml diff --git a/charts/traefik/1.0.1/templates/rbac/clusterrole.yaml b/charts/traefik/1.0.2/templates/rbac/clusterrole.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/rbac/clusterrole.yaml rename to charts/traefik/1.0.2/templates/rbac/clusterrole.yaml diff --git a/charts/traefik/1.0.1/templates/rbac/clusterrolebinding.yaml b/charts/traefik/1.0.2/templates/rbac/clusterrolebinding.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/rbac/clusterrolebinding.yaml rename to charts/traefik/1.0.2/templates/rbac/clusterrolebinding.yaml diff --git a/charts/traefik/1.0.1/templates/rbac/podsecuritypolicy.yaml b/charts/traefik/1.0.2/templates/rbac/podsecuritypolicy.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/rbac/podsecuritypolicy.yaml rename to charts/traefik/1.0.2/templates/rbac/podsecuritypolicy.yaml diff --git a/charts/traefik/1.0.1/templates/rbac/role.yaml b/charts/traefik/1.0.2/templates/rbac/role.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/rbac/role.yaml rename to charts/traefik/1.0.2/templates/rbac/role.yaml diff --git a/charts/traefik/1.0.1/templates/rbac/rolebinding.yaml b/charts/traefik/1.0.2/templates/rbac/rolebinding.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/rbac/rolebinding.yaml rename to charts/traefik/1.0.2/templates/rbac/rolebinding.yaml diff --git a/charts/traefik/1.0.1/templates/rbac/serviceaccount.yaml b/charts/traefik/1.0.2/templates/rbac/serviceaccount.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/rbac/serviceaccount.yaml rename to charts/traefik/1.0.2/templates/rbac/serviceaccount.yaml diff --git a/charts/traefik/1.0.1/templates/service.yaml b/charts/traefik/1.0.2/templates/service.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/service.yaml rename to charts/traefik/1.0.2/templates/service.yaml diff --git a/charts/traefik/1.0.1/templates/tlsoption.yaml b/charts/traefik/1.0.2/templates/tlsoption.yaml similarity index 100% rename from charts/traefik/1.0.1/templates/tlsoption.yaml rename to charts/traefik/1.0.2/templates/tlsoption.yaml diff --git a/charts/traefik/1.0.1/test_values.yaml b/charts/traefik/1.0.2/test_values.yaml similarity index 100% rename from charts/traefik/1.0.1/test_values.yaml rename to charts/traefik/1.0.2/test_values.yaml diff --git a/charts/traefik/1.0.1/values.yaml b/charts/traefik/1.0.2/values.yaml similarity index 100% rename from charts/traefik/1.0.1/values.yaml rename to charts/traefik/1.0.2/values.yaml diff --git a/charts/transmission/1.3.1/Chart.yaml b/charts/transmission/1.3.1/Chart.yaml deleted file mode 100644 index 65ab8338f7b..00000000000 --- a/charts/transmission/1.3.1/Chart.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -appVersion: version-v0.17.153 -description: API Support for your favorite torrent trackers. -name: transmission -version: 1.3.1 -keywords: - - transmission - - torrent - - usenet -home: https://github.com/truecharts/charts/tree/dev/charts/transmission -icon: https://github.com/Jackett/Jackett/blob/phantom-develop/Logo/512.png?raw=true -sources: - - https://github.com/transmission/transmission - - https://hub.docker.com/r/linuxserver/transmission -maintainers: - - name: TrueCharts -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/transmission/1.3.1/README.md.gotmpl b/charts/transmission/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/transmission/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/transmission/1.3.1/app-readme.md.gotmpl b/charts/transmission/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/transmission/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/transmission/1.3.1/.helmignore b/charts/transmission/1.3.2/.helmignore similarity index 100% rename from charts/transmission/1.3.1/.helmignore rename to charts/transmission/1.3.2/.helmignore diff --git a/charts/transmission/1.3.1/Chart.lock b/charts/transmission/1.3.2/Chart.lock similarity index 100% rename from charts/transmission/1.3.1/Chart.lock rename to charts/transmission/1.3.2/Chart.lock diff --git a/charts/transmission/1.3.2/Chart.yaml b/charts/transmission/1.3.2/Chart.yaml new file mode 100644 index 00000000000..2bfc99f1460 --- /dev/null +++ b/charts/transmission/1.3.2/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: transmission +version: 1.3.2 +# upstream_version: +appVersion: "version-v0.17.153" +description: API Support for your favorite torrent trackers. +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/transmission +icon: https://github.com/Jackett/Jackett/blob/phantom-develop/Logo/512.png?raw=true +keywords: + - transmission + - torrent + - usenet +sources: + - https://github.com/truecharts/charts/tree/master/charts/transmission + - https://github.com/transmission/transmission + - https://hub.docker.com/r/linuxserver/transmission +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Kjeld Schouten-Lebbing + email: kjeld@schouten-lebbing.nl + url: truecharts.org +# annotations: diff --git a/charts/transmission/1.3.1/README.md b/charts/transmission/1.3.2/README.md similarity index 100% rename from charts/transmission/1.3.1/README.md rename to charts/transmission/1.3.2/README.md diff --git a/charts/transmission/1.3.1/app-readme.md b/charts/transmission/1.3.2/app-readme.md similarity index 100% rename from charts/transmission/1.3.1/app-readme.md rename to charts/transmission/1.3.2/app-readme.md diff --git a/charts/truecommand/1.3.1/charts/common-1.3.0.tgz b/charts/transmission/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/truecommand/1.3.1/charts/common-1.3.0.tgz rename to charts/transmission/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/transmission/1.3.1/docs/CONFIG.md b/charts/transmission/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/transmission/1.3.1/docs/CONFIG.md rename to charts/transmission/1.3.2/docs/CONFIG.md diff --git a/charts/transmission/1.3.1/docs/CONFIG.md.gotmpl b/charts/transmission/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/transmission/1.3.1/docs/CONFIG.md.gotmpl rename to charts/transmission/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/transmission/1.3.1/questions.yaml b/charts/transmission/1.3.2/questions.yaml similarity index 97% rename from charts/transmission/1.3.1/questions.yaml rename to charts/transmission/1.3.2/questions.yaml index 3983119b8f9..0167fa149d8 100644 --- a/charts/transmission/1.3.1/questions.yaml +++ b/charts/transmission/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -415,13 +415,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false @@ -506,20 +506,20 @@ questions: type: string default: "" - variable: tcp - label: "TCP Ingress Configuration" + label: "TCP Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable TCP Ingress" + label: "Enable TCP Reverse Proxy" schema: type: boolean default: false show_subquestions_if: true subquestions: - variable: type - label: "Select Ingress Type" + label: "Select Reverse Proxy Type" schema: type: string default: "TCP" @@ -547,20 +547,20 @@ questions: - value: "" description: "No Encryption/TLS/Certificates" - variable: udp - label: "UDP Ingress Configuration" + label: "UDP Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable UDP Ingress" + label: "Enable UDP Reverse Proxy" schema: type: boolean default: false show_subquestions_if: true subquestions: - variable: type - label: "Select Ingress Type" + label: "Select Reverse Proxy Type" schema: type: string default: "UDP" diff --git a/charts/transmission/1.3.1/templates/common.yaml b/charts/transmission/1.3.2/templates/common.yaml similarity index 100% rename from charts/transmission/1.3.1/templates/common.yaml rename to charts/transmission/1.3.2/templates/common.yaml diff --git a/charts/transmission/1.3.1/test_values.yaml b/charts/transmission/1.3.2/test_values.yaml similarity index 100% rename from charts/transmission/1.3.1/test_values.yaml rename to charts/transmission/1.3.2/test_values.yaml diff --git a/charts/transmission/1.3.1/values.yaml b/charts/transmission/1.3.2/values.yaml similarity index 100% rename from charts/transmission/1.3.1/values.yaml rename to charts/transmission/1.3.2/values.yaml diff --git a/charts/truecommand/1.3.1/Chart.yaml b/charts/truecommand/1.3.1/Chart.yaml deleted file mode 100644 index 6b243f4724c..00000000000 --- a/charts/truecommand/1.3.1/Chart.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v2 -appVersion: 1.3.2 -description: Aggregated management of TrueNAS devices -name: truecommand -version: 1.3.1 -keywords: - - truecommand -home: https://github.com/truecharts/charts/tree/dev/charts/truecommand -icon: https://www.ixsystems.com/documentation/truecommand/1.2/_static/tv-logo.png -sources: - - https://github.com/Truecommand/Truecommand - - https://hub.docker.com/r/ixsystems/truecommand -maintainers: - - name: TrueCharts -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/truecommand/1.3.1/README.md.gotmpl b/charts/truecommand/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/truecommand/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/truecommand/1.3.1/app-readme.md.gotmpl b/charts/truecommand/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/truecommand/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/truecommand/1.3.1/.helmignore b/charts/truecommand/1.3.2/.helmignore similarity index 100% rename from charts/truecommand/1.3.1/.helmignore rename to charts/truecommand/1.3.2/.helmignore diff --git a/charts/truecommand/1.3.1/Chart.lock b/charts/truecommand/1.3.2/Chart.lock similarity index 100% rename from charts/truecommand/1.3.1/Chart.lock rename to charts/truecommand/1.3.2/Chart.lock diff --git a/charts/truecommand/1.3.2/Chart.yaml b/charts/truecommand/1.3.2/Chart.yaml new file mode 100644 index 00000000000..65fda7458cb --- /dev/null +++ b/charts/truecommand/1.3.2/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: truecommand +version: 1.3.2 +# upstream_version: 1.1.0 +appVersion: 1.3.2 +description: Aggregated management of TrueNAS devices +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/truecommand +icon: https://www.ixsystems.com/documentation/truecommand/1.2/_static/tv-logo.png +keywords: + - truecommand +sources: + - https://github.com/truecharts/charts/tree/master/charts/truecommand + - https://hub.docker.com/r/ixsystems/truecommand +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Kjeld Schouten-Lebbing + email: kjeld@schouten-lebbing.nl + url: truecharts.org +# annotations: diff --git a/charts/truecommand/1.3.1/README.md b/charts/truecommand/1.3.2/README.md similarity index 100% rename from charts/truecommand/1.3.1/README.md rename to charts/truecommand/1.3.2/README.md diff --git a/charts/truecommand/1.3.1/app-readme.md b/charts/truecommand/1.3.2/app-readme.md similarity index 100% rename from charts/truecommand/1.3.1/app-readme.md rename to charts/truecommand/1.3.2/app-readme.md diff --git a/charts/tvheadend/1.3.1/charts/common-1.3.0.tgz b/charts/truecommand/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/tvheadend/1.3.1/charts/common-1.3.0.tgz rename to charts/truecommand/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/truecommand/1.3.1/docs/CONFIG.md b/charts/truecommand/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/truecommand/1.3.1/docs/CONFIG.md rename to charts/truecommand/1.3.2/docs/CONFIG.md diff --git a/charts/truecommand/1.3.1/docs/CONFIG.md.gotmpl b/charts/truecommand/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/truecommand/1.3.1/docs/CONFIG.md.gotmpl rename to charts/truecommand/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/truecommand/1.3.1/questions.yaml b/charts/truecommand/1.3.2/questions.yaml similarity index 98% rename from charts/truecommand/1.3.1/questions.yaml rename to charts/truecommand/1.3.2/questions.yaml index 80cf84b16ff..520cd24769b 100644 --- a/charts/truecommand/1.3.1/questions.yaml +++ b/charts/truecommand/1.3.2/questions.yaml @@ -8,7 +8,7 @@ groups: - name: "Storage" description: "configure app volume mounts" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" portals: web_portal: @@ -232,13 +232,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/truecommand/1.3.1/templates/NOTES.txt b/charts/truecommand/1.3.2/templates/NOTES.txt similarity index 100% rename from charts/truecommand/1.3.1/templates/NOTES.txt rename to charts/truecommand/1.3.2/templates/NOTES.txt diff --git a/charts/truecommand/1.3.1/templates/common.yaml b/charts/truecommand/1.3.2/templates/common.yaml similarity index 100% rename from charts/truecommand/1.3.1/templates/common.yaml rename to charts/truecommand/1.3.2/templates/common.yaml diff --git a/charts/truecommand/1.3.1/test_values.yaml b/charts/truecommand/1.3.2/test_values.yaml similarity index 100% rename from charts/truecommand/1.3.1/test_values.yaml rename to charts/truecommand/1.3.2/test_values.yaml diff --git a/charts/truecommand/1.3.1/values.yaml b/charts/truecommand/1.3.2/values.yaml similarity index 100% rename from charts/truecommand/1.3.1/values.yaml rename to charts/truecommand/1.3.2/values.yaml diff --git a/charts/tvheadend/1.3.1/Chart.yaml b/charts/tvheadend/1.3.1/Chart.yaml deleted file mode 100644 index 8b26af92bff..00000000000 --- a/charts/tvheadend/1.3.1/Chart.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -appVersion: latest -description: TVheadend - a TV streaming server and digital video recorder -name: tvheadend -version: 1.3.1 -upstream_version: 1.1.2 -keywords: - - tv - - streaming - - dvb -home: https://github.com/truecharts/truecharts/tree/master/charts/tvheadend -icon: https://avatars.githubusercontent.com/u/1908588?s=200&v=4 -sources: - - https://github.com/tvheadend/tvheadend -maintainers: - - name: TrueCharts -dependencies: - - name: common - repository: https://charts.truecharts.org/ - version: 1.3.0 diff --git a/charts/tvheadend/1.3.1/README.md.gotmpl b/charts/tvheadend/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/tvheadend/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/tvheadend/1.3.1/app-readme.md.gotmpl b/charts/tvheadend/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/tvheadend/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/tvheadend/1.3.1/.helmignore b/charts/tvheadend/1.3.2/.helmignore similarity index 100% rename from charts/tvheadend/1.3.1/.helmignore rename to charts/tvheadend/1.3.2/.helmignore diff --git a/charts/tvheadend/1.3.1/Chart.lock b/charts/tvheadend/1.3.2/Chart.lock similarity index 100% rename from charts/tvheadend/1.3.1/Chart.lock rename to charts/tvheadend/1.3.2/Chart.lock diff --git a/charts/tvheadend/1.3.2/Chart.yaml b/charts/tvheadend/1.3.2/Chart.yaml new file mode 100644 index 00000000000..fdd9e58d0e5 --- /dev/null +++ b/charts/tvheadend/1.3.2/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: tvheadend +version: 1.3.2 +upstream_version: 1.1.2 +appVersion: "latest" +description: TVheadend - a TV streaming server and digital video recorder +type: application +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/tvheadend +icon: https://avatars.githubusercontent.com/u/1908588?s=200&v=4 +keywords: + - tvheadend + - tv + - streaming + - dvb +sources: + - https://github.com/truecharts/charts/tree/master/charts/tvheadend + - https://github.com/k8s-at-home/charts/tree/master/charts/tvheadend + - https://github.com/tvheadend/tvheadend +dependencies: + - name: common + repository: https://charts.truecharts.org/ + version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@$truecharts.org + url: truecharts.org +# annotations: diff --git a/charts/tvheadend/1.3.1/LICENSE b/charts/tvheadend/1.3.2/LICENSE similarity index 100% rename from charts/tvheadend/1.3.1/LICENSE rename to charts/tvheadend/1.3.2/LICENSE diff --git a/charts/tvheadend/1.3.1/README.md b/charts/tvheadend/1.3.2/README.md similarity index 100% rename from charts/tvheadend/1.3.1/README.md rename to charts/tvheadend/1.3.2/README.md diff --git a/charts/tvheadend/1.3.1/app-readme.md b/charts/tvheadend/1.3.2/app-readme.md similarity index 100% rename from charts/tvheadend/1.3.1/app-readme.md rename to charts/tvheadend/1.3.2/app-readme.md diff --git a/charts/zwavejs2mqtt/1.3.1/charts/common-1.3.0.tgz b/charts/tvheadend/1.3.2/charts/common-1.3.0.tgz similarity index 100% rename from charts/zwavejs2mqtt/1.3.1/charts/common-1.3.0.tgz rename to charts/tvheadend/1.3.2/charts/common-1.3.0.tgz diff --git a/charts/tvheadend/1.3.1/docs/CONFIG.md b/charts/tvheadend/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/tvheadend/1.3.1/docs/CONFIG.md rename to charts/tvheadend/1.3.2/docs/CONFIG.md diff --git a/charts/tvheadend/1.3.1/docs/CONFIG.md.gotmpl b/charts/tvheadend/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/tvheadend/1.3.1/docs/CONFIG.md.gotmpl rename to charts/tvheadend/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/tvheadend/1.3.1/questions.yaml b/charts/tvheadend/1.3.2/questions.yaml similarity index 99% rename from charts/tvheadend/1.3.1/questions.yaml rename to charts/tvheadend/1.3.2/questions.yaml index a2ba7ba3a8d..a21334a9cc9 100644 --- a/charts/tvheadend/1.3.1/questions.yaml +++ b/charts/tvheadend/1.3.2/questions.yaml @@ -6,7 +6,7 @@ groups: - name: "Networking" description: "Network configuration" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" - name: "Services" description: "Service configuration" - name: "Volume Mounts" @@ -345,13 +345,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/tvheadend/1.3.1/templates/NOTES.txt b/charts/tvheadend/1.3.2/templates/NOTES.txt similarity index 100% rename from charts/tvheadend/1.3.1/templates/NOTES.txt rename to charts/tvheadend/1.3.2/templates/NOTES.txt diff --git a/charts/tvheadend/1.3.1/templates/common.yaml b/charts/tvheadend/1.3.2/templates/common.yaml similarity index 100% rename from charts/tvheadend/1.3.1/templates/common.yaml rename to charts/tvheadend/1.3.2/templates/common.yaml diff --git a/charts/tvheadend/1.3.1/test_values.yaml b/charts/tvheadend/1.3.2/test_values.yaml similarity index 100% rename from charts/tvheadend/1.3.1/test_values.yaml rename to charts/tvheadend/1.3.2/test_values.yaml diff --git a/charts/tvheadend/1.3.1/values.yaml b/charts/tvheadend/1.3.2/values.yaml similarity index 100% rename from charts/tvheadend/1.3.1/values.yaml rename to charts/tvheadend/1.3.2/values.yaml diff --git a/charts/zwavejs2mqtt/1.3.1/README.md.gotmpl b/charts/zwavejs2mqtt/1.3.1/README.md.gotmpl deleted file mode 100644 index ada46a5c57d..00000000000 --- a/charts/zwavejs2mqtt/1.3.1/README.md.gotmpl +++ /dev/null @@ -1,95 +0,0 @@ -{{- define "custom.introheader" -}} -# Introduction -{{- end -}} - -{{- define "custom.repository.organization" -}} -TrueCharts -{{- end -}} - -{{- define "custom.repository.url" -}} -https://github.com/truecharts/charts -{{- end -}} - -{{- define "custom.helm.url" -}} -https://charts.truecharts.org -{{- end -}} - -{{- define "custom.helm.path" -}} -{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }} -{{- end -}} - -{{- define "custom.notes" -}} -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**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)** -{{- end -}} - -{{- define "custom.requirements" -}} -## Requirements - -{{ template "chart.kubeVersionLine" . }} -{{- end -}} - -{{- define "custom.dependencies" -}} -## Dependencies - -{{ template "chart.requirementsTable" . }} -{{- end -}} - -{{- define "custom.install" -}} -## Installing the Chart - -To install the chart with the release name `{{ template "chart.name" . }}` - -- Open TrueNAS SCALE -- Go to Apps -- Click "Install" for this specific Apps -- Fill out the configuration form -{{- end -}} - -{{- define "custom.uninstall" -}} -## Uninstalling the Chart - -To uninstall the `{{ template "chart.name" . }}` deployment - -- Open TrueNAS SCALE -- Go to Apps -- Go to "Installed Apps" -- Expand the menu in the top-right corner of this App -- Click "Remove" for this specific Apps - -The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. -{{- end -}} - -{{- define "custom.configuration.header" -}} -## Configuration -{{- end -}} - -{{- define "custom.support" -}} -## Support - -- See the [Wiki](https://wiki.truecharts.org) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) -- Ask a [question](https://github.com/truecharts/charts/discussions) -{{- end -}} - -{{ template "custom.introheader" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -{{ template "chart.description" . }} - -{{ template "custom.notes" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "custom.requirements" . }} - -{{ template "custom.dependencies" . }} - -{{ template "custom.install" . }} - -{{ template "custom.uninstall" . }} - -{{ template "custom.support" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/zwavejs2mqtt/1.3.1/app-readme.md.gotmpl b/charts/zwavejs2mqtt/1.3.1/app-readme.md.gotmpl deleted file mode 100644 index 4e52f6ec229..00000000000 --- a/charts/zwavejs2mqtt/1.3.1/app-readme.md.gotmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{- define "custom.notes" -}} -{{- end -}} - -{{ template "chart.description" . }} -{{ template "custom.notes" . }} diff --git a/charts/zwavejs2mqtt/1.3.1/.helmignore b/charts/zwavejs2mqtt/1.3.2/.helmignore similarity index 100% rename from charts/zwavejs2mqtt/1.3.1/.helmignore rename to charts/zwavejs2mqtt/1.3.2/.helmignore diff --git a/charts/zwavejs2mqtt/1.3.1/Chart.lock b/charts/zwavejs2mqtt/1.3.2/Chart.lock similarity index 100% rename from charts/zwavejs2mqtt/1.3.1/Chart.lock rename to charts/zwavejs2mqtt/1.3.2/Chart.lock diff --git a/charts/zwavejs2mqtt/1.3.1/Chart.yaml b/charts/zwavejs2mqtt/1.3.2/Chart.yaml similarity index 59% rename from charts/zwavejs2mqtt/1.3.1/Chart.yaml rename to charts/zwavejs2mqtt/1.3.2/Chart.yaml index bed7c7a1f6b..b85521b8ef1 100644 --- a/charts/zwavejs2mqtt/1.3.1/Chart.yaml +++ b/charts/zwavejs2mqtt/1.3.2/Chart.yaml @@ -1,29 +1,37 @@ apiVersion: v2 -appVersion: 1.1.1 -version: 1.3.1 -upstream_version: 1.1.0 - +kubeVersion: ">=1.16.0-0" name: zwavejs2mqtt +version: 1.3.2 +upstream_version: 1.1.0 +appVersion: 1.1.1 description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue -home: https://github.com/truecharts/charts/tree/dev/charts/zwavejsmqtt -icon: https://raw.githubusercontent.com/zwave-js/zwavejs2mqtt/master/static/logo.png type: application - -maintainers: - - name: TrueCharts - +deprecated: false +home: https://github.com/truecharts/charts/tree/master/charts/zwavejs2mqtt +icon: https://raw.githubusercontent.com/zwave-js/zwavejs2mqtt/master/static/logo.png keywords: - zwavejs2mqtt - zwave-js - z-wave - zwave - sources: + - https://github.com/truecharts/charts/tree/master/charts/zwavejs2mqtt + - https://github.com/k8s-at-home/charts/tree/master/charts/zwavejs2mqtt - https://github.com/zwave-js/zwavejs2mqtt - https://hub.docker.com/r/zwavejs/zwavejs2mqtt - - https://github.com/k8s-at-home/charts/tree/master/charts/zwavejs2mqtt - dependencies: - name: common repository: https://charts.truecharts.org/ version: 1.3.0 + # condition: + # tags: + # import-values: + # alias: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Troy Prelog + email: 35702532+tprelog@users.noreply.github.com + url: truecharts.org +# annotations: diff --git a/charts/zwavejs2mqtt/1.3.1/LICENSE b/charts/zwavejs2mqtt/1.3.2/LICENSE similarity index 100% rename from charts/zwavejs2mqtt/1.3.1/LICENSE rename to charts/zwavejs2mqtt/1.3.2/LICENSE diff --git a/charts/zwavejs2mqtt/1.3.1/README.md b/charts/zwavejs2mqtt/1.3.2/README.md similarity index 100% rename from charts/zwavejs2mqtt/1.3.1/README.md rename to charts/zwavejs2mqtt/1.3.2/README.md diff --git a/charts/zwavejs2mqtt/1.3.1/app-readme.md b/charts/zwavejs2mqtt/1.3.2/app-readme.md similarity index 100% rename from charts/zwavejs2mqtt/1.3.1/app-readme.md rename to charts/zwavejs2mqtt/1.3.2/app-readme.md diff --git a/charts/zwavejs2mqtt/1.3.2/charts/common-1.3.0.tgz b/charts/zwavejs2mqtt/1.3.2/charts/common-1.3.0.tgz new file mode 100644 index 00000000000..c4b3e3cd141 Binary files /dev/null and b/charts/zwavejs2mqtt/1.3.2/charts/common-1.3.0.tgz differ diff --git a/charts/zwavejs2mqtt/1.3.1/docs/CONFIG.md b/charts/zwavejs2mqtt/1.3.2/docs/CONFIG.md similarity index 100% rename from charts/zwavejs2mqtt/1.3.1/docs/CONFIG.md rename to charts/zwavejs2mqtt/1.3.2/docs/CONFIG.md diff --git a/charts/zwavejs2mqtt/1.3.1/docs/CONFIG.md.gotmpl b/charts/zwavejs2mqtt/1.3.2/docs/CONFIG.md.gotmpl similarity index 100% rename from charts/zwavejs2mqtt/1.3.1/docs/CONFIG.md.gotmpl rename to charts/zwavejs2mqtt/1.3.2/docs/CONFIG.md.gotmpl diff --git a/charts/zwavejs2mqtt/1.3.1/questions.yaml b/charts/zwavejs2mqtt/1.3.2/questions.yaml similarity index 98% rename from charts/zwavejs2mqtt/1.3.1/questions.yaml rename to charts/zwavejs2mqtt/1.3.2/questions.yaml index 71cf2580ac1..4be5363606c 100644 --- a/charts/zwavejs2mqtt/1.3.1/questions.yaml +++ b/charts/zwavejs2mqtt/1.3.2/questions.yaml @@ -6,7 +6,7 @@ groups: - name: "Networking" description: "Network configuration" - name: "Ingress" - description: "Ingress configuration" + description: "Reverse Proxy configuration" - name: "Services" description: "Service configuration" - name: "Volume Mounts" @@ -328,13 +328,13 @@ questions: type: dict attrs: - variable: webui - label: "Web Ingress Configuration" + label: "Web Reverse Proxy Configuration" group: "Ingress" schema: type: dict attrs: - variable: enabled - label: "Enable Web Ingress" + label: "Enable Web Reverse Proxy" schema: type: boolean default: false diff --git a/charts/zwavejs2mqtt/1.3.1/templates/common.yaml b/charts/zwavejs2mqtt/1.3.2/templates/common.yaml similarity index 100% rename from charts/zwavejs2mqtt/1.3.1/templates/common.yaml rename to charts/zwavejs2mqtt/1.3.2/templates/common.yaml diff --git a/charts/zwavejs2mqtt/1.3.1/test_values.yaml b/charts/zwavejs2mqtt/1.3.2/test_values.yaml similarity index 100% rename from charts/zwavejs2mqtt/1.3.1/test_values.yaml rename to charts/zwavejs2mqtt/1.3.2/test_values.yaml diff --git a/charts/zwavejs2mqtt/1.3.1/values.yaml b/charts/zwavejs2mqtt/1.3.2/values.yaml similarity index 100% rename from charts/zwavejs2mqtt/1.3.1/values.yaml rename to charts/zwavejs2mqtt/1.3.2/values.yaml