Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
99
dependency/postgresql/11.0.18/CHANGELOG.md
Normal file
99
dependency/postgresql/11.0.18/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-11.0.18](https://github.com/truecharts/charts/compare/postgresql-11.0.17...postgresql-11.0.18) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/postgresql to 14.6.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-11.0.17](https://github.com/truecharts/charts/compare/postgresql-11.0.16...postgresql-11.0.17) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-11.0.16](https://github.com/truecharts/charts/compare/postgresql-11.0.15...postgresql-11.0.16) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 11.1.1
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-11.0.15](https://github.com/truecharts/charts/compare/postgresql-11.0.14...postgresql-11.0.15) (2022-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/postgresql to 14.6.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-11.0.14](https://github.com/truecharts/charts/compare/postgresql-11.0.13...postgresql-11.0.14) (2022-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v11.1.0 ([#5686](https://github.com/truecharts/charts/issues/5686))
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-11.0.13](https://github.com/truecharts/charts/compare/postgresql-11.0.12...postgresql-11.0.13) (2022-12-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-11.0.12](https://github.com/truecharts/charts/compare/postgresql-11.0.11...postgresql-11.0.12) (2022-12-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v11.0.8
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-11.0.11](https://github.com/truecharts/charts/compare/postgresql-11.0.10...postgresql-11.0.11) (2022-12-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/postgresql to 14.6.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-11.0.10](https://github.com/truecharts/charts/compare/postgresql-11.0.9...postgresql-11.0.10) (2022-12-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v11.0.7 ([#5266](https://github.com/truecharts/charts/issues/5266))
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-11.0.9](https://github.com/truecharts/charts/compare/postgresql-11.0.8...postgresql-11.0.9) (2022-12-07)
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-11.0.8](https://github.com/truecharts/charts/compare/postgresql-11.0.7...postgresql-11.0.8) (2022-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v11.0.5
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-11.0.7](https://github.com/truecharts/charts/compare/postgresql-11.0.5...postgresql-11.0.7) (2022-11-29)
|
||||
|
||||
31
dependency/postgresql/11.0.18/Chart.yaml
Normal file
31
dependency/postgresql/11.0.18/Chart.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
apiVersion: v2
|
||||
appVersion: "14.6.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.1.2
|
||||
deprecated: false
|
||||
description: PostgresSQL
|
||||
home: https://truecharts.org/charts/dependency/postgresql
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/postgresql.png
|
||||
keywords:
|
||||
- postgres
|
||||
- postgressql
|
||||
- dtabase
|
||||
- sql
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: postgresql
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql
|
||||
- https://www.postgresql.org/
|
||||
type: application
|
||||
version: 11.0.18
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
27
dependency/postgresql/11.0.18/README.md
Normal file
27
dependency/postgresql/11.0.18/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dependency/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
||||
9
dependency/postgresql/11.0.18/app-changelog.md
Normal file
9
dependency/postgresql/11.0.18/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [postgresql-11.0.18](https://github.com/truecharts/charts/compare/postgresql-11.0.17...postgresql-11.0.18) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/postgresql to 14.6.0
|
||||
|
||||
|
||||
8
dependency/postgresql/11.0.18/app-readme.md
Normal file
8
dependency/postgresql/11.0.18/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
PostgresSQL
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dependency/postgresql](https://truecharts.org/charts/dependency/postgresql)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
|
||||
129
dependency/postgresql/11.0.18/ix_values.yaml
Normal file
129
dependency/postgresql/11.0.18/ix_values.yaml
Normal file
@@ -0,0 +1,129 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/postgresql
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 14.6.0@sha256:fe70c43d2770d08bd23db6adc25dce8b2ee2812d7bd821a2dfa9d0f79fe135f7
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
# Valid options are deployment, daemonset or statefulset
|
||||
type: statefulset
|
||||
# -- Number of desired pods
|
||||
replicas: 1
|
||||
# -- Set the controller upgrade strategy
|
||||
# For Deployments, valid values are Recreate (default) and RollingUpdate.
|
||||
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
|
||||
# DaemonSets ignore this.
|
||||
strategy: RollingUpdate
|
||||
rollingUpdate:
|
||||
# -- Set deployment RollingUpdate max unavailable
|
||||
unavailable: 1
|
||||
# -- Set deployment RollingUpdate max surge
|
||||
surge:
|
||||
# -- Set statefulset RollingUpdate partition
|
||||
partition:
|
||||
# -- ReplicaSet revision history limit
|
||||
revisionHistoryLimit: 3
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 5432
|
||||
targetPort: 5432
|
||||
|
||||
## TODO: Fix the backup-on-upgrade system
|
||||
enableUpgradeBackup: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
|
||||
volumeClaimTemplates:
|
||||
db:
|
||||
enabled: true
|
||||
mountPath: "/bitnami/postgresql"
|
||||
|
||||
# -- Probe configuration
|
||||
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
|
||||
# @default -- See below
|
||||
probes:
|
||||
# -- Liveness probe configuration
|
||||
# @default -- See below
|
||||
liveness:
|
||||
# -- Enable the liveness probe
|
||||
enabled: true
|
||||
# -- Set this to `true` if you wish to specify your own livenessProbe
|
||||
custom: true
|
||||
# -- The spec field contains the values for the default livenessProbe.
|
||||
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
|
||||
# @default -- See below
|
||||
spec:
|
||||
exec:
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done"
|
||||
|
||||
# -- Redainess probe configuration
|
||||
# @default -- See below
|
||||
readiness:
|
||||
# -- Enable the readiness probe
|
||||
enabled: true
|
||||
# -- Set this to `true` if you wish to specify your own readinessProbe
|
||||
custom: true
|
||||
# -- The spec field contains the values for the default readinessProbe.
|
||||
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
|
||||
# @default -- See below
|
||||
spec:
|
||||
exec:
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done"
|
||||
# -- Startup probe configuration
|
||||
# @default -- See below
|
||||
startup:
|
||||
# -- Enable the startup probe
|
||||
enabled: true
|
||||
custom: true
|
||||
# -- The spec field contains the values for the default livenessProbe.
|
||||
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
|
||||
# @default -- See below
|
||||
spec:
|
||||
exec:
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done"
|
||||
|
||||
postgresqlPassword: "testpass"
|
||||
postgresqlUsername: "test"
|
||||
postgresqlDatabase: "test"
|
||||
postgrespassword: "testroot"
|
||||
existingSecret: ""
|
||||
|
||||
secret:
|
||||
credentials:
|
||||
enabled: true
|
||||
data:
|
||||
postgresql-password: '{{ ( .Values.postgresqlPassword | default "empty" ) }}'
|
||||
postgresql-postgres-password: '{{ ( .Values.postgrespassword | default "empty" ) }}'
|
||||
|
||||
env:
|
||||
POSTGRES_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
|
||||
key: "postgresql-password"
|
||||
POSTGRESQL_POSTGRES_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
|
||||
key: "postgresql-postgres-password"
|
||||
POSTGRES_USER: "{{ .Values.postgresqlUsername }}"
|
||||
POSTGRES_DB: "{{ .Values.postgresqlDatabase }}"
|
||||
# POSTGRESQL_POSTGRES_PASSWORD: "{{ .Values.postgrespassword }}"
|
||||
# POSTGRESQL_PASSWORD: "{{ .Values.password }}"
|
||||
|
||||
portal:
|
||||
enabled: false
|
||||
1596
dependency/postgresql/11.0.18/questions.yaml
Normal file
1596
dependency/postgresql/11.0.18/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
2
dependency/postgresql/11.0.18/templates/common.yaml
Normal file
2
dependency/postgresql/11.0.18/templates/common.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
{{ include "tc.common.loader.all" . }}
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [plextraktsync-3.0.13](https://github.com/truecharts/charts/compare/plextraktsync-3.0.12...plextraktsync-3.0.13) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [plextraktsync-3.0.14](https://github.com/truecharts/charts/compare/plextraktsync-3.0.13...plextraktsync-3.0.14) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/plextraktsync to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [plextraktsync-3.0.13](https://github.com/truecharts/charts/compare/plextraktsync-3.0.12...plextraktsync-3.0.13) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
@@ -85,15 +94,6 @@
|
||||
|
||||
|
||||
|
||||
## [plextraktsync-3.0.6](https://github.com/truecharts/charts/compare/plextraktsync-3.0.4...plextraktsync-3.0.6) (2022-11-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/plextraktsync to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [plextraktsync-3.0.6](https://github.com/truecharts/charts/compare/plextraktsync-3.0.4...plextraktsync-3.0.6) (2022-11-30)
|
||||
|
||||
### Chore
|
||||
@@ -28,4 +28,4 @@ sources:
|
||||
- https://github.com/Taxel/PlexTraktSync
|
||||
- https://ghcr.io/taxel/plextraktsync
|
||||
type: application
|
||||
version: 3.0.13
|
||||
version: 3.0.14
|
||||
9
incubator/plextraktsync/3.0.14/app-changelog.md
Normal file
9
incubator/plextraktsync/3.0.14/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [plextraktsync-3.0.14](https://github.com/truecharts/charts/compare/plextraktsync-3.0.13...plextraktsync-3.0.14) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/plextraktsync to latest
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/plextraktsync
|
||||
tag: latest@sha256:8ace21b5e32fc9fd3e841885ecce3bf36a9076c339f57376374f90275f1b2643
|
||||
tag: latest@sha256:390dc4c12d4a457a8f9d3fcb21c7a8ed9357d3afbc7f28fb1d4ab1afad7f1aac
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [raneto-2.0.10](https://github.com/truecharts/charts/compare/raneto-2.0.9...raneto-2.0.10) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/raneto to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [raneto-2.0.9](https://github.com/truecharts/charts/compare/raneto-2.0.8...raneto-2.0.9) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
## [raneto-2.0.3](https://github.com/truecharts/charts/compare/raneto-2.0.2...raneto-2.0.3) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [raneto-2.0.3](https://github.com/truecharts/charts/compare/raneto-2.0.2...raneto-2.0.3) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [raneto-2.0.3](https://github.com/truecharts/charts/compare/raneto-2.0.2...raneto-2.0.3) (2022-11-30)
|
||||
|
||||
@@ -29,4 +29,4 @@ sources:
|
||||
- https://github.com/orgs/linuxserver/packages/container/package/raneto
|
||||
- https://github.com/linuxserver/docker-raneto#readme
|
||||
type: application
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
9
incubator/raneto/2.0.10/app-changelog.md
Normal file
9
incubator/raneto/2.0.10/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [raneto-2.0.10](https://github.com/truecharts/charts/compare/raneto-2.0.9...raneto-2.0.10) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/raneto to latest
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/raneto
|
||||
tag: latest@sha256:d0894d0a27b02dc74b6c5f08cb14963614946535b5c6730669c83f392bc8a235
|
||||
tag: latest@sha256:59e7e415d9525d6fdfa6316cf8e509459103542e55b509411194cc3038e350cc
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [raneto-2.0.9](https://github.com/truecharts/charts/compare/raneto-2.0.8...raneto-2.0.9) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [rimgo-2.0.14](https://github.com/truecharts/charts/compare/rimgo-2.0.13...rimgo-2.0.14) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [rimgo-2.0.15](https://github.com/truecharts/charts/compare/rimgo-2.0.14...rimgo-2.0.15) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rimgo to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [rimgo-2.0.14](https://github.com/truecharts/charts/compare/rimgo-2.0.13...rimgo-2.0.14) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
@@ -85,15 +94,6 @@
|
||||
|
||||
|
||||
|
||||
## [rimgo-2.0.7](https://github.com/truecharts/charts/compare/rimgo-2.0.5...rimgo-2.0.7) (2022-11-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rimgo to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [rimgo-2.0.7](https://github.com/truecharts/charts/compare/rimgo-2.0.5...rimgo-2.0.7) (2022-11-30)
|
||||
|
||||
### Chore
|
||||
@@ -25,4 +25,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/rimgo
|
||||
- https://quay.io/repository/pussthecatorg/rimgo
|
||||
type: application
|
||||
version: 2.0.14
|
||||
version: 2.0.15
|
||||
9
incubator/rimgo/2.0.15/app-changelog.md
Normal file
9
incubator/rimgo/2.0.15/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [rimgo-2.0.15](https://github.com/truecharts/charts/compare/rimgo-2.0.14...rimgo-2.0.15) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rimgo to latest
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/rimgo
|
||||
tag: latest@sha256:13104d5a071252a750e03f5251f6309a1169084a492a776997cd57c15848508c
|
||||
tag: latest@sha256:53bc4b0de6d479ac605616085eb50ed5277b01c95a35701c1e58bddb00814729
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [searxng-2.0.12](https://github.com/truecharts/charts/compare/searxng-2.0.11...searxng-2.0.12) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [searxng-2.0.13](https://github.com/truecharts/charts/compare/searxng-2.0.12...searxng-2.0.13) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/searxng to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [searxng-2.0.12](https://github.com/truecharts/charts/compare/searxng-2.0.11...searxng-2.0.12) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
@@ -85,15 +94,6 @@
|
||||
|
||||
|
||||
|
||||
## [searxng-2.0.5](https://github.com/truecharts/charts/compare/searxng-2.0.3...searxng-2.0.5) (2022-11-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/searxng to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [searxng-2.0.5](https://github.com/truecharts/charts/compare/searxng-2.0.3...searxng-2.0.5) (2022-11-30)
|
||||
|
||||
### Chore
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/searxng/searxng
|
||||
- https://hub.docker.com/r/searxng/searxng
|
||||
type: application
|
||||
version: 2.0.12
|
||||
version: 2.0.13
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- Productivity
|
||||
9
incubator/searxng/2.0.13/app-changelog.md
Normal file
9
incubator/searxng/2.0.13/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [searxng-2.0.13](https://github.com/truecharts/charts/compare/searxng-2.0.12...searxng-2.0.13) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/searxng to latest
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/searxng
|
||||
tag: latest@sha256:2d9a45e663a5165ee63f0e41c8577bade9ca1d4dfa1d8f952cc6f20830cd4bce
|
||||
tag: latest@sha256:be23f22f54d32284ffa4089fe39192889f284698a453a3cd2849eb36c3499ca9
|
||||
|
||||
env:
|
||||
BASE_URL: ""
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [webp-server-2.0.10](https://github.com/truecharts/charts/compare/webp-server-2.0.9...webp-server-2.0.10) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [webp-server-2.0.11](https://github.com/truecharts/charts/compare/webp-server-2.0.10...webp-server-2.0.11) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/webp-server to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [webp-server-2.0.10](https://github.com/truecharts/charts/compare/webp-server-2.0.9...webp-server-2.0.10) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
@@ -85,15 +94,6 @@
|
||||
|
||||
|
||||
|
||||
## [webp-server-2.0.4](https://github.com/truecharts/charts/compare/webp-server-2.0.1...webp-server-2.0.4) (2022-11-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/webp-server to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [webp-server-2.0.4](https://github.com/truecharts/charts/compare/webp-server-2.0.1...webp-server-2.0.4) (2022-11-30)
|
||||
|
||||
### Chore
|
||||
@@ -36,4 +36,4 @@ sources:
|
||||
- https://github.com/webp-sh/webp_server_go
|
||||
- https://hub.docker.com/r/webpsh/webps
|
||||
type: application
|
||||
version: 2.0.10
|
||||
version: 2.0.11
|
||||
9
incubator/webp-server/2.0.11/app-changelog.md
Normal file
9
incubator/webp-server/2.0.11/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [webp-server-2.0.11](https://github.com/truecharts/charts/compare/webp-server-2.0.10...webp-server-2.0.11) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/webp-server to latest
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/webp-server
|
||||
tag: latest@sha256:f1902737673347ba23496d26f7f810551dbcd7f505f11854599cf57ff7d30c77
|
||||
tag: latest@sha256:0b7a549cfaf63e2d098fd00cf0eef10ca536be748415ea07dcbeefd26106f694
|
||||
persistence:
|
||||
storagecache:
|
||||
enabled: true
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [prometheus-7.0.38](https://github.com/truecharts/charts/compare/prometheus-7.0.37...prometheus-7.0.38) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/alertmanager to 0.25.0
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [prometheus-7.0.39](https://github.com/truecharts/charts/compare/prometheus-7.0.38...prometheus-7.0.39) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/prometheus to 2.41.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [prometheus-7.0.38](https://github.com/truecharts/charts/compare/prometheus-7.0.37...prometheus-7.0.38) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## [prometheus-7.0.29](https://github.com/truecharts/charts/compare/prometheus-7.0.28...prometheus-7.0.29) (2022-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/prometheus to 2.41.0
|
||||
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ sources:
|
||||
- https://github.com/prometheus-community/helm-charts
|
||||
- https://github.com/prometheus-operator/kube-prometheus
|
||||
type: application
|
||||
version: 7.0.38
|
||||
version: 7.0.39
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
9
stable/prometheus/7.0.39/app-changelog.md
Normal file
9
stable/prometheus/7.0.39/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [prometheus-7.0.39](https://github.com/truecharts/charts/compare/prometheus-7.0.38...prometheus-7.0.39) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/prometheus to 2.41.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/prometheus
|
||||
tag: 2.41.0@sha256:dbc6c3e5eee3cfb569c13c7da99bb6eceee66a1a0f6ab7275a54eddbca005bd9
|
||||
tag: 2.41.0@sha256:83b59595311e02371f86ab5333018962330186d84cf6a0cc9f9dbc52449a3850
|
||||
|
||||
thanosImage:
|
||||
repository: tccr.io/truecharts/thanos
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user