Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-18 09:36:36 +00:00
parent 827aa23e7f
commit 36e870a59f
12 changed files with 675 additions and 398 deletions

View File

@ -1,9 +0,0 @@
## [bitcoin-node-2.0.11](https://github.com/truecharts/charts/compare/bitcoin-node-2.0.10...bitcoin-node-2.0.11) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.

View File

@ -4,6 +4,34 @@
## [bitcoin-node-2.0.12](https://github.com/truecharts/charts/compare/bitcoin-node-3.0.0...bitcoin-node-2.0.12) (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/bitcoin-node to latest ([#14842](https://github.com/truecharts/charts/issues/14842))
## [bitcoin-node-3.0.0](https://github.com/truecharts/charts/compare/bitcoin-node-2.0.11...bitcoin-node-3.0.0) (2023-07-31)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
### Fix
- fix mistakes on questions.yaml
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
## [bitcoin-node-2.0.11](https://github.com/truecharts/charts/compare/bitcoin-node-2.0.10...bitcoin-node-2.0.11) (2023-02-10)
### Fix
@ -69,31 +97,3 @@
## [bitcoin-node-2.0.4](https://github.com/truecharts/charts/compare/bitcoin-node-2.0.3...bitcoin-node-2.0.4) (2022-12-13)
### Chore
- update helm general non-major
## [bitcoin-node-2.0.3](https://github.com/truecharts/charts/compare/bitcoin-node-2.0.1...bitcoin-node-2.0.3) (2022-11-30)
### Chore
- update container image tccr.io/truecharts/bitcoin-node to latest
## [bitcoin-node-2.0.3](https://github.com/truecharts/charts/compare/bitcoin-node-2.0.1...bitcoin-node-2.0.3) (2022-11-30)
### Chore
- update container image tccr.io/truecharts/bitcoin-node to latest
## [bitcoin-node-2.0.3](https://github.com/truecharts/charts/compare/bitcoin-node-2.0.1...bitcoin-node-2.0.3) (2022-11-30)
### Chore

View File

@ -1,7 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Crypto
truecharts.org/category: Crypto
apiVersion: v2
appVersion: "latest"
dependencies:
@ -23,7 +22,6 @@ maintainers:
name: bitcoin-node
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoin-node
- https://hub.docker.com/r/kylemanna/bitcoind
- https://github.com/kylemanna/docker-bitcoind
type: application
version: 2.0.11
version: 2.0.12

View File

@ -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)

View File

@ -0,0 +1,13 @@
## [bitcoin-node-2.0.12](https://github.com/truecharts/charts/compare/bitcoin-node-3.0.0...bitcoin-node-2.0.12) (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/bitcoin-node to latest ([#14842](https://github.com/truecharts/charts/issues/14842))

View File

@ -2,7 +2,7 @@ env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/bitcoin-node
tag: latest@sha256:ef1d0c639cded75166c2141c198d68a2cff5a40af1d0bb875b56dbb66ac426c1
tag: latest@sha256:0297be53b97d6c9d55b7bd0de496217e5477220b7102633714632e4ace84e45a
persistence:
blockhainstorage:
enabled: true

View File

@ -1,4 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.png
categories:
- Crypto
screenshots: []