mirror of
https://github.com/truecharts/catalog.git
synced 2026-06-28 05:36:09 +08:00
Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.15
|
||||
digest: sha256:eab70ea89a64c9508cec0610bb1450cf5148aed03fc24879d507d8ee21c16705
|
||||
generated: "2022-11-05T00:27:38.576965623Z"
|
||||
Binary file not shown.
@@ -2,6 +2,17 @@
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.86](https://github.com/truecharts/charts/compare/solr-0.0.84...solr-0.0.86) (2022-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.8.0 ([#4305](https://github.com/truecharts/charts/issues/4305))
|
||||
- update helm chart common to v10.7.19 ([#4305](https://github.com/truecharts/charts/issues/4305))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.84](https://github.com/truecharts/charts/compare/solr-0.0.83...solr-0.0.84) (2022-11-04)
|
||||
|
||||
### Chore
|
||||
@@ -86,14 +97,3 @@
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.10
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.105](https://github.com/truecharts/charts/compare/redis-3.0.104...redis-3.0.105) (2022-10-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
6
dependency/solr/0.0.86/Chart.lock
Normal file
6
dependency/solr/0.0.86/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.8.0
|
||||
digest: sha256:d785b2570d9d8e34bc823031f8475942fc79600ba0164ec2185e7d6d7c4db697
|
||||
generated: "2022-11-05T20:54:54.382242563Z"
|
||||
@@ -3,7 +3,7 @@ appVersion: "9.0.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.15
|
||||
version: 10.8.0
|
||||
deprecated: false
|
||||
description: Apache Solr
|
||||
home: https://truecharts.org/docs/charts/dependency/solr
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/apache/solr
|
||||
- https://hub.docker.com/r/bitnami/solr/
|
||||
type: application
|
||||
version: 0.0.84
|
||||
version: 0.0.86
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- search
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.7.15 |
|
||||
| https://library-charts.truecharts.org | common | 10.8.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
BIN
dependency/solr/0.0.86/charts/common-10.8.0.tgz
Normal file
BIN
dependency/solr/0.0.86/charts/common-10.8.0.tgz
Normal file
Binary file not shown.
@@ -2260,6 +2260,12 @@ questions:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
- variable: auth_once
|
||||
label: Auth Once
|
||||
description: Only attempt to log in if not already logged in.
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: accept_dns
|
||||
label: Accept DNS
|
||||
description: Accept DNS configuration from the admin console.
|
||||
@@ -2286,7 +2292,13 @@ questions:
|
||||
default: ""
|
||||
- variable: sock5_server
|
||||
label: Sock5 Server
|
||||
description: Sock5 Server
|
||||
description: The address on which to listen for SOCKS5 proxying into the tailscale net.
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: outbound_http_proxy_listen
|
||||
label: Outbound HTTP Proxy Listen
|
||||
description: The address on which to listen for HTTP proxying into the tailscale net.
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
Reference in New Issue
Block a user