Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
2b02f0e0a5
commit
6f2e816659
|
@ -1,8 +0,0 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [upsnap-0.0.1]upsnap-0.0.1 (2023-02-19)
|
||||
|
|
@ -1 +0,0 @@
|
|||
# README
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [upsnap-0.0.1]upsnap-0.0.1 (2023-02-19)
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [upsnap-0.0.2](https://github.com/truecharts/charts/compare/upsnap-0.0.1...upsnap-0.0.2) (2023-02-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/upsnap to v3.0.6
|
||||
|
||||
|
||||
|
||||
|
||||
## [upsnap-0.0.1]upsnap-0.0.1 (2023-02-19)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "3.0.5"
|
||||
appVersion: "3.0.6"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -18,10 +18,10 @@ maintainers:
|
|||
name: upsnap
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/upsnap
|
||||
- https://github.com/seriousm4x/UpSnap
|
||||
- https://ghcr.io/seriousm4x/upsnap
|
||||
- https://github.com/seriousm4x/UpSnap
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- networking
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||
|
||||
**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)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [upsnap-0.0.2](https://github.com/truecharts/charts/compare/upsnap-0.0.1...upsnap-0.0.2) (2023-02-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/upsnap to v3.0.6
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/upsnap
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.0.5@sha256:5ed2433add3e4faad082d37c7df55c08409c8e4708bb1fa3129715e76b892ce5
|
||||
tag: 3.0.6@sha256:7d116a07c590535dcd4390ad73dc469e6f0b1aefb67241e7ac1ab140943e7f7a
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
Loading…
Reference in New Issue