restructure website general stuffs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Contact
|
||||
sidebar:
|
||||
order: 5
|
||||
order: 4
|
||||
---
|
||||
|
||||
While many of our maintainers are available in a lot of places, we have a few official contact options to chat about TrueCharts or ask for Support.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
sidebar:
|
||||
order: 1
|
||||
order: 6
|
||||
title: Legal Documents
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Sponsor
|
||||
sidebar:
|
||||
order: 6
|
||||
order: 5
|
||||
---
|
||||
|
||||
Open-source projects live and die with community support. To ensure TrueCharts can continue it's great effort to become the best resource for Helm Charts and TrueNAS SCALE Apps, we aim to become fully self-funding in the future.
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: General Helm Support Policy
|
||||
sidebar:
|
||||
order: 2
|
||||
---
|
||||
|
||||
This manual contains general information on working with TrueCharts Charts using Helm directly.
|
||||
|
||||
+1
-26
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: FluxCD Support Policy
|
||||
title: FluxCD Basics
|
||||
---
|
||||
|
||||
fluxcd is a so-called gitops tool.
|
||||
@@ -11,31 +11,6 @@ Please, always remember to check the content specific to the chart.
|
||||
|
||||
:::
|
||||
|
||||
## Tier
|
||||
|
||||
fluxcd is what we call a "Tier 2" deployment options.
|
||||
This means that we expect it to work smoothly, all options being technically available and we've enough staff available to help-out.
|
||||
|
||||
With Tier 2 options, you should not have to expect issues caused by the deployment option.
|
||||
|
||||
## TrueCharts on FluxCD
|
||||
|
||||
TrueCharts aims to always support the latest version of FluxCD.
|
||||
However, sometimes new versions of either TrueNAS or TrueCharts introduces breaking changes.
|
||||
This document highlights which versions of TrueCharts (or rather branches), support which versions of FluxCD.
|
||||
|
||||
We also document which versions of TrueNAS will receive TrueCharts updates and for which versions we are accepting bug reports.
|
||||
|
||||
### Supported Versions of FluxCD
|
||||
|
||||
| FluxCD version | Branch | Supported with updates | Accepting Support tickets | Accepting Bug Reports | Notes |
|
||||
| -------------- | -------- | ---------------------- | ------------------------- | --------------------- | ----- |
|
||||
| 1.2.1 or prior | `master` | ✅ | ❌ | ❌ | |
|
||||
|
||||
## Project Scope
|
||||
|
||||
For more info on what to expect from TrueCharts Apps, be sure to also read the [Project Scope documentation](/general/scope)
|
||||
|
||||
## How to Configure
|
||||
|
||||
Configuration should be done "The Helm Way" via editing HelmRelease objects in the git repository.
|
||||
Reference in New Issue
Block a user