Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-08-30 06:02:47 +00:00
parent 51c596da0e
commit 585771c329
331 changed files with 6243 additions and 470 deletions

View File

@ -2,6 +2,7 @@
## [clickhouse-1.0.17](https://github.com/truecharts/charts/compare/clickhouse-1.0.16...clickhouse-1.0.17) (2022-08-29)
### Chore
@ -96,4 +97,3 @@
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-29T18:21:29.819745912Z"
generated: "2022-08-30T05:51:59.213343901Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "22.8.2.11"
appVersion: "22.8.3.13"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -23,7 +23,7 @@ sources:
- https://clickhouse.com/
- https://hub.docker.com/r/yandex/clickhouse-server
type: application
version: 1.0.17
version: 1.0.18
annotations:
truecharts.org/catagories: |
- database

View File

@ -1,6 +1,6 @@
# clickhouse
![Version: 1.0.17](https://img.shields.io/badge/Version-1.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.8.2.11](https://img.shields.io/badge/AppVersion-22.8.2.11-informational?style=flat-square)
![Version: 1.0.18](https://img.shields.io/badge/Version-1.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.8.3.13](https://img.shields.io/badge/AppVersion-22.8.3.13-informational?style=flat-square)
ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/clickhouse
pullPolicy: IfNotPresent
tag: 22.8.2.11@sha256:02163dcc08f2779e050f620860f7c52580a69c663744c40c96fcadeccbb11970
tag: 22.8.3.13@sha256:decf1ef41af4f66766176ec1509d3211acccb2814ae6683ab9e2b52125c1833e
controller:
type: statefulset

View File

@ -2,6 +2,7 @@
## [memcached-3.0.65](https://github.com/truecharts/charts/compare/memcached-3.0.64...memcached-3.0.65) (2022-08-29)
### Chore
@ -96,4 +97,3 @@
- update helm chart common to v10.4.11 ([#3428](https://github.com/truecharts/charts/issues/3428))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-29T18:21:29.776305037Z"
generated: "2022-08-30T05:51:59.218863335Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.6.16"
appVersion: "1.6.17"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 3.0.65
version: 3.0.66
annotations:
truecharts.org/catagories: |
- database

View File

@ -1,6 +1,6 @@
# memcached
![Version: 3.0.65](https://img.shields.io/badge/Version-3.0.65-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.16](https://img.shields.io/badge/AppVersion-1.6.16-informational?style=flat-square)
![Version: 3.0.66](https://img.shields.io/badge/Version-3.0.66-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.17](https://img.shields.io/badge/AppVersion-1.6.17-informational?style=flat-square)
Memcached is a memory-backed database caching solution

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/memcached
pullPolicy: IfNotPresent
tag: 1.6.16@sha256:885317970de475ec51aa768f75bca92472dfb01f4c78c444c7639e9391bf784d
tag: 1.6.17@sha256:1a343119c00c33188a27442b6020b0094def05642a9571922496952a2cc4c158
service:
main:

View File

@ -1,99 +0,0 @@
# Changelog
## [mongodb-2.0.2](https://github.com/truecharts/charts/compare/mongodb-2.0.1...mongodb-2.0.2) (2022-08-29)
### Chore
- update helm chart common to v10.5.4 ([#3613](https://github.com/truecharts/charts/issues/3613))
## [mongodb-2.0.1](https://github.com/truecharts/charts/compare/mongodb-2.0.0...mongodb-2.0.1) (2022-08-29)
### Chore
- update helm chart common to v10.5.3 ([#3610](https://github.com/truecharts/charts/issues/3610))
## [mongodb-2.0.0](https://github.com/truecharts/charts/compare/mongodb-1.0.60...mongodb-2.0.0) (2022-08-29)
### Fix
- use new mongo shell ([#3608](https://github.com/truecharts/charts/issues/3608))
## [mongodb-1.0.60](https://github.com/truecharts/charts/compare/mongodb-1.0.59...mongodb-1.0.60) (2022-08-26)
### Chore
- update helm chart common to v10.5.2 ([#3583](https://github.com/truecharts/charts/issues/3583))
## [mongodb-1.0.59](https://github.com/truecharts/charts/compare/mongodb-1.0.58...mongodb-1.0.59) (2022-08-25)
### Chore
- update helm chart common to v10.5.1 ([#3562](https://github.com/truecharts/charts/issues/3562))
## [mongodb-1.0.58](https://github.com/truecharts/charts/compare/mongodb-1.0.57...mongodb-1.0.58) (2022-08-23)
### Chore
- update helm chart common to v10.5.0 ([#3546](https://github.com/truecharts/charts/issues/3546))
## [postgresql-8.0.58](https://github.com/truecharts/charts/compare/postgresql-8.0.56...postgresql-8.0.58) (2022-08-17)
### Chore
- update helm chart common to v10.4.13
- update docker general non-major ([#3478](https://github.com/truecharts/charts/issues/3478))
## [postgresql-8.0.56](https://github.com/truecharts/charts/compare/postgresql-8.0.55...postgresql-8.0.56) (2022-08-14)
### Chore
- update docker general non-major docker tags ([#3465](https://github.com/truecharts/charts/issues/3465))
## [postgresql-8.0.55](https://github.com/truecharts/charts/compare/postgresql-8.0.54...postgresql-8.0.55) (2022-08-12)
### Chore
- add documentation checkbox/section to all SCALE Apps
- update helm chart common to v10.4.12
### Fix
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
## [postgresql-8.0.54](https://github.com/truecharts/charts/compare/postgresql-8.0.53...postgresql-8.0.54) (2022-08-10)
### Chore
- update helm chart common to v10.4.11 ([#3428](https://github.com/truecharts/charts/issues/3428))

View File

@ -0,0 +1,99 @@
# Changelog
## [memcached-3.0.66](https://github.com/truecharts/charts/compare/memcached-3.0.65...memcached-3.0.66) (2022-08-30)
### Chore
- update docker general non-major ([#3623](https://github.com/truecharts/charts/issues/3623))
## [memcached-3.0.65](https://github.com/truecharts/charts/compare/memcached-3.0.64...memcached-3.0.65) (2022-08-29)
### Chore
- update helm chart common to v10.5.4 ([#3613](https://github.com/truecharts/charts/issues/3613))
## [memcached-3.0.64](https://github.com/truecharts/charts/compare/memcached-3.0.63...memcached-3.0.64) (2022-08-29)
### Chore
- update helm chart common to v10.5.3 ([#3610](https://github.com/truecharts/charts/issues/3610))
## [memcached-3.0.62](https://github.com/truecharts/charts/compare/memcached-3.0.61...memcached-3.0.62) (2022-08-25)
### Chore
- update docker general non-major ([#3561](https://github.com/truecharts/charts/issues/3561))
## [clickhouse-1.0.13](https://github.com/truecharts/charts/compare/clickhouse-1.0.12...clickhouse-1.0.13) (2022-08-25)
### Chore
- update helm chart common to v10.5.1 ([#3562](https://github.com/truecharts/charts/issues/3562))
## [clickhouse-1.0.12](https://github.com/truecharts/charts/compare/clickhouse-1.0.11...clickhouse-1.0.12) (2022-08-23)
### Chore
- update helm chart common to v10.5.0 ([#3546](https://github.com/truecharts/charts/issues/3546))
## [clickhouse-1.0.11](https://github.com/truecharts/charts/compare/clickhouse-1.0.10...clickhouse-1.0.11) (2022-08-19)
### Chore
- update docker general non-major docker tags ([#3512](https://github.com/truecharts/charts/issues/3512))
## [clickhouse-1.0.10](https://github.com/truecharts/charts/compare/clickhouse-1.0.9...clickhouse-1.0.10) (2022-08-17)
### Chore
- update helm chart common to v10.4.13
## [clickhouse-1.0.9](https://github.com/truecharts/charts/compare/clickhouse-1.0.8...clickhouse-1.0.9) (2022-08-14)
### Chore
- update docker general non-major docker tags ([#3465](https://github.com/truecharts/charts/issues/3465))
## [clickhouse-1.0.8](https://github.com/truecharts/charts/compare/clickhouse-1.0.7...clickhouse-1.0.8) (2022-08-12)
### Chore
- add documentation checkbox/section to all SCALE Apps
- update helm chart common to v10.4.12
### Fix
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-29T18:21:58.469641059Z"
generated: "2022-08-30T05:51:59.219221237Z"

View File

@ -24,7 +24,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 2.0.2
version: 2.0.3
annotations:
truecharts.org/catagories: |
- database

View File

@ -1,6 +1,6 @@
# mongodb
![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.1](https://img.shields.io/badge/AppVersion-6.0.1-informational?style=flat-square)
![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.1](https://img.shields.io/badge/AppVersion-6.0.1-informational?style=flat-square)
Fast, reliable, scalable, and easy to use open-source no-sql database system.

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/mongodb
pullPolicy: IfNotPresent
tag: 6.0.1@sha256:b38b216be6c0a243aa8b5a2a293d62d455375f99cf1ef4c314e308a432612190
tag: 6.0.1@sha256:77cbc7434ce0be2e066771ec6bbc7e1eb5a79f494ac45c5cb1a3e7a58a26a1a7
controller:
# -- Set the controller type.

View File

@ -2,6 +2,7 @@
## [redis-3.0.64](https://github.com/truecharts/charts/compare/redis-3.0.63...redis-3.0.64) (2022-08-29)
### Chore
@ -96,4 +97,3 @@
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-29T18:21:58.509229798Z"
generated: "2022-08-30T05:51:59.214520509Z"

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 3.0.64
version: 3.0.65
annotations:
truecharts.org/catagories: |
- database

View File

@ -1,6 +1,6 @@
# redis
![Version: 3.0.64](https://img.shields.io/badge/Version-3.0.64-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.4](https://img.shields.io/badge/AppVersion-7.0.4-informational?style=flat-square)
![Version: 3.0.65](https://img.shields.io/badge/Version-3.0.65-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.4](https://img.shields.io/badge/AppVersion-7.0.4-informational?style=flat-square)
Open source, advanced key-value store.

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/redis
pullPolicy: IfNotPresent
tag: v7.0.4@sha256:8512d4c5141158ddfa8305744ddaca77bc845b4d21dd634209d9f497526236ca
tag: v7.0.4@sha256:c3727ebf152d35f6cd7d0242264f51de40060973c0bb9fd5d1263a6b566cc706
controller:
# -- Set the controller type.

View File

@ -2,6 +2,15 @@
## [solr-0.0.39](https://github.com/truecharts/charts/compare/solr-0.0.38...solr-0.0.39) (2022-08-30)
### Chore
- update docker general non-major ([#3623](https://github.com/truecharts/charts/issues/3623))
## [solr-0.0.38](https://github.com/truecharts/charts/compare/solr-0.0.37...solr-0.0.38) (2022-08-29)
### Chore
@ -88,12 +97,3 @@
### Chore
- update docker general non-major ([#3453](https://github.com/truecharts/charts/issues/3453))
## [solr-0.0.27](https://github.com/truecharts/charts/compare/solr-0.0.26...solr-0.0.27) (2022-08-12)
### Chore

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-30T05:52:24.307008047Z"

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/apache/solr
- https://hub.docker.com/r/bitnami/solr/
type: application
version: 0.0.38
version: 0.0.39
annotations:
truecharts.org/catagories: |
- search

View File

@ -1,6 +1,6 @@
# solr
![Version: 0.0.38](https://img.shields.io/badge/Version-0.0.38-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.0.0](https://img.shields.io/badge/AppVersion-9.0.0-informational?style=flat-square)
![Version: 0.0.39](https://img.shields.io/badge/Version-0.0.39-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.0.0](https://img.shields.io/badge/AppVersion-9.0.0-informational?style=flat-square)
Apache Solr

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/solr
pullPolicy: IfNotPresent
tag: v9.0.0@sha256:a3b61679069d6dda09c4280274eac129c0572173773f03595b555b8795efd153
tag: v9.0.0@sha256:08624c29bc254d78310775606b2432a3e11ab192cb28f70358f6e787572027a9
controller:
# -- Set the controller type.

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-29T20:37:07.538402195Z"

View File

@ -2,6 +2,15 @@
## [cryptpad-0.0.39](https://github.com/truecharts/charts/compare/cryptpad-0.0.38...cryptpad-0.0.39) (2022-08-30)
### Chore
- update docker general non-major ([#3623](https://github.com/truecharts/charts/issues/3623))
## [cryptpad-0.0.38](https://github.com/truecharts/charts/compare/cryptpad-0.0.37...cryptpad-0.0.38) (2022-08-29)
### Chore
@ -88,12 +97,3 @@
## [cryptpad-0.0.27](https://github.com/truecharts/charts/compare/cryptpad-0.0.26...cryptpad-0.0.27) (2022-08-21)
### Chore
- update docker general non-major docker tags ([#3523](https://github.com/truecharts/charts/issues/3523))
## [cryptpad-0.0.26](https://github.com/truecharts/charts/compare/cryptpad-0.0.25...cryptpad-0.0.26) (2022-08-20)

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-30T05:52:24.338098242Z"

View File

@ -28,4 +28,4 @@ sources:
- https://cryptpad.fr/
- https://hub.docker.com/r/promasu/cryptpad/
type: application
version: 0.0.38
version: 0.0.39

View File

@ -1,6 +1,6 @@
# cryptpad
![Version: 0.0.38](https://img.shields.io/badge/Version-0.0.38-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.0.39](https://img.shields.io/badge/Version-0.0.39-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js

View File

@ -2,7 +2,7 @@ env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cryptpad
tag: latest@sha256:02bcb4960b990db45c00b13cec81d993cc5b971558f02a93dfaadc6a08be92ec
tag: latest@sha256:ead0ed2eaa7273f6d1adce1e47fa2cff386cee21f1d8cfbafccdd99c692b57bc
persistence:
blobpath:
enabled: true

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-29T20:59:11.201552064Z"

View File

@ -2,6 +2,15 @@
## [rimgo-0.0.42](https://github.com/truecharts/charts/compare/rimgo-0.0.41...rimgo-0.0.42) (2022-08-30)
### Chore
- update docker general non-major ([#3623](https://github.com/truecharts/charts/issues/3623))
## [rimgo-0.0.41](https://github.com/truecharts/charts/compare/rimgo-0.0.40...rimgo-0.0.41) (2022-08-29)
### Chore
@ -88,12 +97,3 @@
## [rimgo-0.0.30](https://github.com/truecharts/charts/compare/rimgo-0.0.29...rimgo-0.0.30) (2022-08-21)
### Chore
- update docker general non-major docker tags ([#3523](https://github.com/truecharts/charts/issues/3523))
## [rimgo-0.0.29](https://github.com/truecharts/charts/compare/rimgo-0.0.28...rimgo-0.0.29) (2022-08-20)

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-30T05:52:24.349662814Z"

View File

@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/rimgo
- https://quay.io/repository/pussthecatorg/rimgo
type: application
version: 0.0.41
version: 0.0.42

View File

@ -1,6 +1,6 @@
# rimgo
![Version: 0.0.41](https://img.shields.io/badge/Version-0.0.41-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.0.42](https://img.shields.io/badge/Version-0.0.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Alternative Imgur front-end

View File

@ -5,7 +5,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/rimgo
tag: latest@sha256:c0752ba31a1468595039f970dc6a6738607edaa944b04ffad4e7d98b53f55df8
tag: latest@sha256:c03f06c490c8a0e07ccc89e5e27e5038d0cf8bc6edc91ff8c39f35c7dd5a4f03
persistence: {}
podSecurityContext:
runAsGroup: 0

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-29T21:00:44.258236109Z"

View File

@ -2,6 +2,15 @@
## [searxng-0.0.34](https://github.com/truecharts/charts/compare/searxng-0.0.33...searxng-0.0.34) (2022-08-30)
### Chore
- update docker general non-major ([#3623](https://github.com/truecharts/charts/issues/3623))
## [searxng-0.0.33](https://github.com/truecharts/charts/compare/searxng-0.0.32...searxng-0.0.33) (2022-08-29)
### Chore
@ -88,12 +97,3 @@
## [searxng-0.0.22](https://github.com/truecharts/charts/compare/searxng-0.0.21...searxng-0.0.22) (2022-08-14)
### Chore
- update docker general non-major docker tags ([#3465](https://github.com/truecharts/charts/issues/3465))

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-30T05:52:24.319580426Z"

View File

@ -28,4 +28,4 @@ sources:
- https://github.com/searxng/searxng
- https://hub.docker.com/r/searxng/searxng
type: application
version: 0.0.33
version: 0.0.34

View File

@ -1,6 +1,6 @@
# searxng
![Version: 0.0.33](https://img.shields.io/badge/Version-0.0.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.0.34](https://img.shields.io/badge/Version-0.0.34-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor for online anonymity.

View File

@ -3,7 +3,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/searxng
tag: latest@sha256:f6dd0cac67c41d3287f3f8a345fd8c8ff88080db1f6309d7143b5782a866d748
tag: latest@sha256:e6a38d683e50a37646b022f56f39c45c11844cbcfb83a211d41c5ee3f7a93995
persistence:
config:
enabled: true

View File

@ -2,6 +2,15 @@
## [sonarqube-0.0.22](https://github.com/truecharts/charts/compare/sonarqube-0.0.21...sonarqube-0.0.22) (2022-08-30)
### Chore
- update docker general non-major ([#3623](https://github.com/truecharts/charts/issues/3623))
## [sonarqube-0.0.21](https://github.com/truecharts/charts/compare/sonarqube-0.0.20...sonarqube-0.0.21) (2022-08-29)
### Chore
@ -88,12 +97,3 @@
## [sonarqube-0.0.12](https://github.com/truecharts/apps/compare/sonarqube-0.0.11...sonarqube-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [sonarqube-0.0.12](https://github.com/truecharts/apps/compare/sonarqube-0.0.11...sonarqube-0.0.12) (2022-07-23)

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-30T05:52:48.355008042Z"

View File

@ -26,4 +26,4 @@ sources:
- https://github.com/SonarSource/sonarqube
- https://hub.docker.com/_/sonarqube/
type: application
version: 0.0.21
version: 0.0.22

View File

@ -1,6 +1,6 @@
# sonarqube
![Version: 0.0.21](https://img.shields.io/badge/Version-0.0.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.0.22](https://img.shields.io/badge/Version-0.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
SonarQube is an open source platform for continuous inspection of code quality.

View File

@ -3,7 +3,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/sonarqube
tag: latest@sha256:d6ee7e9029a0f81fea7e756e9807c293f2c8c13becef26c1df71296074eec841
tag: latest@sha256:20181edd7381196fb04d36617407cbededd80785c5703d9b4233c0f0f0c199d7
persistence:
data:
enabled: true

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-29T21:03:00.538869282Z"

View File

@ -2,6 +2,15 @@
## [sourcegraph-0.0.23](https://github.com/truecharts/charts/compare/sourcegraph-0.0.22...sourcegraph-0.0.23) (2022-08-30)
### Chore
- update docker general non-major ([#3623](https://github.com/truecharts/charts/issues/3623))
## [sourcegraph-0.0.22](https://github.com/truecharts/charts/compare/sourcegraph-0.0.21...sourcegraph-0.0.22) (2022-08-29)
### Chore
@ -88,12 +97,3 @@
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [sourcegraph-0.0.12](https://github.com/truecharts/apps/compare/sourcegraph-0.0.11...sourcegraph-0.0.12) (2022-07-23)
### Chore

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-29T18:22:26.71648683Z"
generated: "2022-08-30T05:52:48.80591632Z"

View File

@ -7,7 +7,7 @@ annotations:
- Productivity
- Tools-Utilities
apiVersion: v2
appVersion: "3.43.0"
appVersion: "3.43.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/sourcegraph
- https://hub.docker.com/r/sourcegraph/server/
type: application
version: 0.0.22
version: 0.0.23

View File

@ -1,6 +1,6 @@
# sourcegraph
![Version: 0.0.22](https://img.shields.io/badge/Version-0.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.43.0](https://img.shields.io/badge/AppVersion-3.43.0-informational?style=flat-square)
![Version: 0.0.23](https://img.shields.io/badge/Version-0.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.43.1](https://img.shields.io/badge/AppVersion-3.43.1-informational?style=flat-square)
Sourcegraph docker image.

Some files were not shown because too many files have changed in this diff Show More