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)
|
||||
|
||||
### 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)
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,9 +1,6 @@
|
|||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- Network-Other
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
truecharts.org/category: Network-Other
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
|
@ -27,7 +24,6 @@ maintainers:
|
|||
name: anope
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/anope
|
||||
- https://hub.docker.com/r/ich777/anope
|
||||
- https://thelounge.chat/
|
||||
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
|
||||
|
||||
- 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)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- 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:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/anope
|
||||
tag: latest@sha256:db7fe61af11aa50ec63ed50b7718081aca3e8e1176a7b122ddd5f33089d62866
|
||||
tag: latest@sha256:36ee4711a8a5e1376ab1d7e9eb1726aa918eaacbbb13c65452455b674d5d80da
|
||||
persistence:
|
||||
datapath:
|
||||
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
|
||||
categories:
|
||||
- Network-Other
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
|
||||
screenshots: []
|
||||
|
|
Loading…
Reference in New Issue