Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
58dc5d0e62
commit
395aa0aa82
|
@ -4,6 +4,30 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [anope-2.0.10](https://github.com/truecharts/charts/compare/anope-3.0.0...anope-2.0.10) (2023-11-18)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/anope to latest ([#14826](https://github.com/truecharts/charts/issues/14826))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [anope-3.0.0](https://github.com/truecharts/charts/compare/anope-2.0.9...anope-3.0.0) (2023-07-31)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- fix mistakes on questions.yaml
|
||||||
|
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [anope-2.0.9](https://github.com/truecharts/charts/compare/anope-2.0.8...anope-2.0.9) (2023-02-10)
|
## [anope-2.0.9](https://github.com/truecharts/charts/compare/anope-2.0.8...anope-2.0.9) (2023-02-10)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -73,27 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
## [anope-2.0.2](https://github.com/truecharts/charts/compare/anope-2.0.1...anope-2.0.2) (2022-11-30)
|
## [anope-2.0.2](https://github.com/truecharts/charts/compare/anope-2.0.1...anope-2.0.2) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [anope-2.0.2](https://github.com/truecharts/charts/compare/anope-2.0.1...anope-2.0.2) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [anope-2.0.2](https://github.com/truecharts/charts/compare/anope-2.0.1...anope-2.0.2) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [anope-2.0.2](https://github.com/truecharts/charts/compare/anope-2.0.1...anope-2.0.2) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [anope-2.0.2](https://github.com/truecharts/charts/compare/anope-2.0.1...anope-2.0.2) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/category: Network-Other
|
||||||
- Network-Other
|
|
||||||
- Productivity
|
|
||||||
- Tools-Utilities
|
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "latest"
|
appVersion: "latest"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -27,7 +24,6 @@ maintainers:
|
||||||
name: anope
|
name: anope
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/anope
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/anope
|
||||||
- https://hub.docker.com/r/ich777/anope
|
|
||||||
- https://thelounge.chat/
|
- https://thelounge.chat/
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.9
|
version: 2.0.10
|
|
@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
|
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||||
- See the [Website](https://truecharts.org)
|
- See the [Website](https://truecharts.org)
|
||||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [anope-2.0.10](https://github.com/truecharts/charts/compare/anope-3.0.0...anope-2.0.10) (2023-11-18)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/anope to latest ([#14826](https://github.com/truecharts/charts/issues/14826))
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ env:
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/anope
|
repository: tccr.io/truecharts/anope
|
||||||
tag: latest@sha256:db7fe61af11aa50ec63ed50b7718081aca3e8e1176a7b122ddd5f33089d62866
|
tag: latest@sha256:36ee4711a8a5e1376ab1d7e9eb1726aa918eaacbbb13c65452455b674d5d80da
|
||||||
persistence:
|
persistence:
|
||||||
datapath:
|
datapath:
|
||||||
enabled: true
|
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [anope-2.0.9](https://github.com/truecharts/charts/compare/anope-2.0.8...anope-2.0.9) (2023-02-10)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- ensure new helm deps repo is used in latest releases as well.
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png
|
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png
|
||||||
categories:
|
categories:
|
||||||
- Network-Other
|
- Network-Other
|
||||||
- Productivity
|
screenshots: []
|
||||||
- Tools-Utilities
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue