Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
99
stable/fireflyiii/21.1.0/CHANGELOG.md
Normal file
99
stable/fireflyiii/21.1.0/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireflyiii-21.1.0](https://github.com/truecharts/charts/compare/fireflyiii-21.0.21...fireflyiii-21.1.0) (2023-12-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image fireflyiii/core to vversion-6.1.0[@08cd7ca](https://github.com/08cd7ca) ([#16191](https://github.com/truecharts/charts/issues/16191))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireflyiii-21.0.21](https://github.com/truecharts/charts/compare/fireflyiii-21.0.19...fireflyiii-21.0.21) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix move mistake and cleanup metadata
|
||||
- update helm general non-major ([#14784](https://github.com/truecharts/charts/issues/14784))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireflyiii-21.0.21](https://github.com/truecharts/charts/compare/fireflyiii-21.0.19...fireflyiii-21.0.21) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix move mistake and cleanup metadata
|
||||
- update helm general non-major ([#14784](https://github.com/truecharts/charts/issues/14784))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireflyiii-21.0.20](https://github.com/truecharts/charts/compare/fireflyiii-21.0.19...fireflyiii-21.0.20) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix move mistake and cleanup metadata
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireflyiii-21.0.19](https://github.com/truecharts/charts/compare/fireflyiii-21.0.18...fireflyiii-21.0.19) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireflyiii-21.0.18](https://github.com/truecharts/charts/compare/fireflyiii-21.0.17...fireflyiii-21.0.18) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireflyiii-21.0.17](https://github.com/truecharts/charts/compare/fireflyiii-21.0.16...fireflyiii-21.0.17) (2023-11-16)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix remembered secrets ([#14723](https://github.com/truecharts/charts/issues/14723))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireflyiii-21.0.16](https://github.com/truecharts/charts/compare/fireflyiii-21.0.15...fireflyiii-21.0.16) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireflyiii-21.0.15](https://github.com/truecharts/charts/compare/fireflyiii-21.0.14...fireflyiii-21.0.15) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireflyiii-21.0.14](https://github.com/truecharts/charts/compare/fireflyiii-21.0.13...fireflyiii-21.0.14) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
44
stable/fireflyiii/21.1.0/Chart.yaml
Normal file
44
stable/fireflyiii/21.1.0/Chart.yaml
Normal file
@@ -0,0 +1,44 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: fireflyiii
|
||||
version: 21.1.0
|
||||
appVersion: 6.1.0
|
||||
description: A free and open source personal finance manager
|
||||
home: https://truecharts.org/charts/stable/fireflyiii
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/fireflyiii/core
|
||||
- https://github.com/firefly-iii/firefly-iii/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- fireflyiii
|
||||
- finacial
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.5.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: redis
|
||||
version: 6.0.66
|
||||
repository: https://deps.truecharts.org
|
||||
condition: redis.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: finacial
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
||||
106
stable/fireflyiii/21.1.0/LICENSE
Normal file
106
stable/fireflyiii/21.1.0/LICENSE
Normal file
@@ -0,0 +1,106 @@
|
||||
Business Source License 1.1
|
||||
|
||||
Parameters
|
||||
|
||||
Licensor: The TrueCharts Project, it's owner and it's contributors
|
||||
Licensed Work: The TrueCharts "Blocky" Helm Chart
|
||||
Additional Use Grant: You may use the licensed work in production, as long
|
||||
as it is directly sourced from a TrueCharts provided
|
||||
official repository, catalog or source. You may also make private
|
||||
modification to the directly sourced licenced work,
|
||||
when used in production.
|
||||
|
||||
The following cases are, due to their nature, also
|
||||
defined as 'production use' and explicitly prohibited:
|
||||
- Bundling, including or displaying the licensed work
|
||||
with(in) another work intended for production use,
|
||||
with the apparent intend of facilitating and/or
|
||||
promoting production use by third parties in
|
||||
violation of this license.
|
||||
|
||||
Change Date: 2050-01-01
|
||||
|
||||
Change License: 3-clause BSD license
|
||||
|
||||
For information about alternative licensing arrangements for the Software,
|
||||
please contact: legal@truecharts.org
|
||||
|
||||
Notice
|
||||
|
||||
The Business Source License (this document, or the “License”) is not an Open
|
||||
Source license. However, the Licensed Work will eventually be made available
|
||||
under an Open Source License, as stated in this License.
|
||||
|
||||
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
|
||||
“Business Source License” is a trademark of MariaDB Corporation Ab.
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
Business Source License 1.1
|
||||
|
||||
Terms
|
||||
|
||||
The Licensor hereby grants you the right to copy, modify, create derivative
|
||||
works, redistribute, and make non-production use of the Licensed Work. The
|
||||
Licensor may make an Additional Use Grant, above, permitting limited
|
||||
production use.
|
||||
|
||||
Effective on the Change Date, or the fourth anniversary of the first publicly
|
||||
available distribution of a specific version of the Licensed Work under this
|
||||
License, whichever comes first, the Licensor hereby grants you rights under
|
||||
the terms of the Change License, and the rights granted in the paragraph
|
||||
above terminate.
|
||||
|
||||
If your use of the Licensed Work does not comply with the requirements
|
||||
currently in effect as described in this License, you must purchase a
|
||||
commercial license from the Licensor, its affiliated entities, or authorized
|
||||
resellers, or you must refrain from using the Licensed Work.
|
||||
|
||||
All copies of the original and modified Licensed Work, and derivative works
|
||||
of the Licensed Work, are subject to this License. This License applies
|
||||
separately for each version of the Licensed Work and the Change Date may vary
|
||||
for each version of the Licensed Work released by Licensor.
|
||||
|
||||
You must conspicuously display this License on each original or modified copy
|
||||
of the Licensed Work. If you receive the Licensed Work in original or
|
||||
modified form from a third party, the terms and conditions set forth in this
|
||||
License apply to your use of that work.
|
||||
|
||||
Any use of the Licensed Work in violation of this License will automatically
|
||||
terminate your rights under this License for the current and all other
|
||||
versions of the Licensed Work.
|
||||
|
||||
This License does not grant you any right in any trademark or logo of
|
||||
Licensor or its affiliates (provided that you may use a trademark or logo of
|
||||
Licensor as expressly required by this License).
|
||||
|
||||
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
|
||||
AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
|
||||
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
|
||||
TITLE.
|
||||
|
||||
MariaDB hereby grants you permission to use this License’s text to license
|
||||
your works, and to refer to it using the trademark “Business Source License”,
|
||||
as long as you comply with the Covenants of Licensor below.
|
||||
|
||||
Covenants of Licensor
|
||||
|
||||
In consideration of the right to use this License’s text and the “Business
|
||||
Source License” name and trademark, Licensor covenants to MariaDB, and to all
|
||||
other recipients of the licensed work to be provided by Licensor:
|
||||
|
||||
1. To specify as the Change License the GPL Version 2.0 or any later version,
|
||||
or a license that is compatible with GPL Version 2.0 or a later version,
|
||||
where “compatible” means that software provided under the Change License can
|
||||
be included in a program with software provided under GPL Version 2.0 or a
|
||||
later version. Licensor may specify additional Change Licenses without
|
||||
limitation.
|
||||
|
||||
2. To either: (a) specify an additional grant of rights to use that does not
|
||||
impose any additional restriction on the right granted in this License, as
|
||||
the Additional Use Grant; or (b) insert the text “None”.
|
||||
|
||||
3. To specify a Change Date.
|
||||
|
||||
4. Not to modify this License in any other way.
|
||||
27
stable/fireflyiii/21.1.0/README.md
Normal file
27
stable/fireflyiii/21.1.0/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/stable/fireflyiii)
|
||||
|
||||
**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/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)
|
||||
|
||||
---
|
||||
|
||||
## 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
stable/fireflyiii/21.1.0/app-changelog.md
Normal file
9
stable/fireflyiii/21.1.0/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [fireflyiii-21.1.0](https://github.com/truecharts/charts/compare/fireflyiii-21.0.21...fireflyiii-21.1.0) (2023-12-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image fireflyiii/core to vversion-6.1.0[@08cd7ca](https://github.com/08cd7ca) ([#16191](https://github.com/truecharts/charts/issues/16191))
|
||||
|
||||
|
||||
8
stable/fireflyiii/21.1.0/app-readme.md
Normal file
8
stable/fireflyiii/21.1.0/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
A free and open source personal finance manager
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/fireflyiii](https://truecharts.org/charts/stable/fireflyiii)
|
||||
|
||||
---
|
||||
|
||||
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!
|
||||
BIN
stable/fireflyiii/21.1.0/charts/redis-6.0.66.tgz
Normal file
BIN
stable/fireflyiii/21.1.0/charts/redis-6.0.66.tgz
Normal file
Binary file not shown.
88
stable/fireflyiii/21.1.0/ix_values.yaml
Normal file
88
stable/fireflyiii/21.1.0/ix_values.yaml
Normal file
@@ -0,0 +1,88 @@
|
||||
image:
|
||||
repository: fireflyiii/core
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-6.1.0@sha256:08cd7ca54bb35b16de450ddcb7d5eacba82536d4bb41e03a2071bcc0cec09d85
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
path: "/login"
|
||||
readiness:
|
||||
path: "/login"
|
||||
startup:
|
||||
path: "/login"
|
||||
env:
|
||||
DB_USERNAME: "{{ .Values.cnpg.main.user }}"
|
||||
DB_DATABASE: "{{ .Values.cnpg.main.database }}"
|
||||
DB_CONNECTION: pgsql
|
||||
DB_PORT: 5432
|
||||
REDIS_DB: "0"
|
||||
REDIS_CACHE_DB: "1"
|
||||
CACHE_DRIVER: redis
|
||||
SESSION_DRIVER: redis
|
||||
REDIS_SCHEME: tcp
|
||||
REDIS_PORT: 6379
|
||||
APP_URL: ""
|
||||
TRUSTED_PROXIES: "172.16.0.0/16"
|
||||
DB_HOST:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-urls
|
||||
key: host
|
||||
DB_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-user
|
||||
key: password
|
||||
REDIS_HOST:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: plainhost
|
||||
REDIS_PASSWORD:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: redis-password
|
||||
STATIC_CRON_TOKEN:
|
||||
secretKeyRef:
|
||||
name: firefly-secrets
|
||||
key: STATIC_CRON_TOKEN
|
||||
APP_KEY:
|
||||
secretKeyRef:
|
||||
name: firefly-secrets
|
||||
key: APP_KEY
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10082
|
||||
targetPort: 8080
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/var/www/html/storage/upload"
|
||||
cronjob:
|
||||
schedule: "0 3 * * *"
|
||||
annotations: {}
|
||||
failedJobsHistoryLimit: 5
|
||||
successfulJobsHistoryLimit: 2
|
||||
# Enabled redis
|
||||
redis:
|
||||
enabled: true
|
||||
# Enabled postgres
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: firefly
|
||||
database: firefly
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
2658
stable/fireflyiii/21.1.0/questions.yaml
Normal file
2658
stable/fireflyiii/21.1.0/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
32
stable/fireflyiii/21.1.0/templates/_cronjob.tpl
Normal file
32
stable/fireflyiii/21.1.0/templates/_cronjob.tpl
Normal file
@@ -0,0 +1,32 @@
|
||||
{{/* Define the cronjob */}}
|
||||
{{- define "fireflyiii.cronjob" -}}
|
||||
{{- $fullname := (include "tc.v1.common.lib.chart.names.fullname" $) }}
|
||||
enabled: true
|
||||
type: "CronJob"
|
||||
schedule: "0 8 * * *"
|
||||
podSpec:
|
||||
restartPolicy: Never
|
||||
containers:
|
||||
cron:
|
||||
enabled: true
|
||||
primary: true
|
||||
probes:
|
||||
startup:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
liveness:
|
||||
enabled: false
|
||||
imageSelector: alpineImage
|
||||
args:
|
||||
- curl
|
||||
- "http://{{ $fullname }}:{{ .Values.service.main.ports.main.port }}/api/v1/cron/$(STATIC_CRON_TOKEN)"
|
||||
env:
|
||||
STATIC_CRON_TOKEN:
|
||||
secretKeyRef:
|
||||
name: firefly-secrets
|
||||
key: STATIC_CRON_TOKEN
|
||||
|
||||
|
||||
|
||||
{{- end -}}
|
||||
14
stable/fireflyiii/21.1.0/templates/_secrets.tpl
Normal file
14
stable/fireflyiii/21.1.0/templates/_secrets.tpl
Normal file
@@ -0,0 +1,14 @@
|
||||
{{/* Define the secrets */}}
|
||||
{{- define "fireflyiii.secrets" -}}
|
||||
{{- $secretName := (printf "%s-firefly-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) }}
|
||||
{{- $appKey := randAlphaNum 32 -}}
|
||||
{{- $cronToken := randAlphaNum 32 -}}
|
||||
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) -}}
|
||||
{{- $appKey = index .data "APP_KEY" | b64dec -}}
|
||||
{{- $cronToken = index .data "STATIC_CRON_TOKEN" | b64dec -}}
|
||||
{{- end }}
|
||||
enabled: true
|
||||
data:
|
||||
STATIC_CRON_TOKEN: {{ $cronToken }}
|
||||
APP_KEY: {{ $appKey }}
|
||||
{{- end -}}
|
||||
17
stable/fireflyiii/21.1.0/templates/common.yaml
Normal file
17
stable/fireflyiii/21.1.0/templates/common.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{/* Render secrets for fireflyiii */}}
|
||||
{{- $secrets := include "fireflyiii.secrets" . | fromYaml -}}
|
||||
{{- if $secrets -}}
|
||||
{{- $_ := set .Values.secret "firefly-secrets" $secrets -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render cronjob for fireflyiii */}}
|
||||
{{- $cronjob := include "fireflyiii.cronjob" . | fromYaml -}}
|
||||
{{- if $cronjob -}}
|
||||
{{- $_ := set .Values.workload "cron" $cronjob -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
||||
@@ -1,11 +0,0 @@
|
||||
|
||||
|
||||
## [ghostfolio-0.6.2](https://github.com/truecharts/charts/compare/ghostfolio-0.5.0...ghostfolio-0.6.2) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix move mistake and cleanup metadata
|
||||
- update helm general non-major ([#14784](https://github.com/truecharts/charts/issues/14784))
|
||||
- update container image ghostfolio/ghostfolio to v2.30.0[@c853b1c](https://github.com/c853b1c) ([#16030](https://github.com/truecharts/charts/issues/16030))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [ghostfolio-0.7.0](https://github.com/truecharts/charts/compare/ghostfolio-0.6.2...ghostfolio-0.7.0) (2023-12-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghostfolio/ghostfolio to v2.31.0[@585049f](https://github.com/585049f) ([#16192](https://github.com/truecharts/charts/issues/16192))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ghostfolio-0.6.2](https://github.com/truecharts/charts/compare/ghostfolio-0.5.0...ghostfolio-0.6.2) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
@@ -81,15 +90,6 @@
|
||||
|
||||
|
||||
|
||||
## [ghostfolio-0.6.0](https://github.com/truecharts/charts/compare/ghostfolio-0.5.0...ghostfolio-0.6.0) (2023-12-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghostfolio/ghostfolio to v2.30.0[@c853b1c](https://github.com/c853b1c) ([#16030](https://github.com/truecharts/charts/issues/16030))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ghostfolio-0.6.0](https://github.com/truecharts/charts/compare/ghostfolio-0.5.0...ghostfolio-0.6.0) (2023-12-14)
|
||||
|
||||
### Chore
|
||||
@@ -1,8 +1,8 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: ghostfolio
|
||||
version: 0.6.2
|
||||
appVersion: 2.30.0
|
||||
version: 0.7.0
|
||||
appVersion: 2.31.0
|
||||
description:
|
||||
Ghostfolio is a privacy-first, open source dashboard for your personal
|
||||
finances. Break down your asset allocation, know your net worth and make solid,
|
||||
@@ -11,10 +11,10 @@ home: https://truecharts.org/charts/stable/ghostfolio
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://ghostfol.io/
|
||||
- https://github.com/ghostfolio/ghostfolio
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio
|
||||
- https://hub.docker.com/r/ghostfolio/ghostfolio
|
||||
- https://ghostfol.io/
|
||||
- https://github.com/ghostfolio/ghostfolio
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
9
stable/ghostfolio/0.7.0/app-changelog.md
Normal file
9
stable/ghostfolio/0.7.0/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [ghostfolio-0.7.0](https://github.com/truecharts/charts/compare/ghostfolio-0.6.2...ghostfolio-0.7.0) (2023-12-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghostfolio/ghostfolio to v2.31.0[@585049f](https://github.com/585049f) ([#16192](https://github.com/truecharts/charts/issues/16192))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghostfolio/ghostfolio
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.30.0@sha256:c853b1cc866895c4ecb04ddcb2264fbfed687033d91f2efe9ccd20974b215953
|
||||
tag: 2.31.0@sha256:585049f70d88495f0c71b49cbad6d72763dba860a59dea2e7d7f9a851f19f6fa
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
@@ -1,13 +0,0 @@
|
||||
|
||||
|
||||
## [xwiki-8.1.7](https://github.com/truecharts/charts/compare/xwiki-8.1.2...xwiki-8.1.7) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix move mistake and cleanup metadata
|
||||
- update helm general non-major ([#14784](https://github.com/truecharts/charts/issues/14784))
|
||||
- update container image xwiki to 15.10.1-postgres-tomcat[@239a6e5](https://github.com/239a6e5) ([#16055](https://github.com/truecharts/charts/issues/16055))
|
||||
- update container image xwiki to v15.10.1-postgres-tomcat[@5d3151b](https://github.com/5d3151b) ([#16049](https://github.com/truecharts/charts/issues/16049))
|
||||
- update container image xwiki to 15.10.0-postgres-tomcat[@554b5c6](https://github.com/554b5c6) ([#16033](https://github.com/truecharts/charts/issues/16033))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [xwiki-8.1.8](https://github.com/truecharts/charts/compare/xwiki-8.1.7...xwiki-8.1.8) (2023-12-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image xwiki to 15.10.1-postgres-tomcat[@0cf6775](https://github.com/0cf6775) ([#16189](https://github.com/truecharts/charts/issues/16189))
|
||||
|
||||
|
||||
|
||||
|
||||
## [xwiki-8.1.7](https://github.com/truecharts/charts/compare/xwiki-8.1.2...xwiki-8.1.7) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
## [xwiki-8.1.5](https://github.com/truecharts/charts/compare/xwiki-8.1.2...xwiki-8.1.5) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image xwiki to 15.10.1-postgres-tomcat[@239a6e5](https://github.com/239a6e5) ([#16055](https://github.com/truecharts/charts/issues/16055))
|
||||
- update container image xwiki to v15.10.1-postgres-tomcat[@5d3151b](https://github.com/5d3151b) ([#16049](https://github.com/truecharts/charts/issues/16049))
|
||||
- update container image xwiki to 15.10.0-postgres-tomcat[@554b5c6](https://github.com/554b5c6) ([#16033](https://github.com/truecharts/charts/issues/16033))
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: xwiki
|
||||
version: 8.1.7
|
||||
version: 8.1.8
|
||||
appVersion: 15.10.1
|
||||
description:
|
||||
XWiki is a free wiki software platform written in Java with a design
|
||||
@@ -10,9 +10,9 @@ home: https://truecharts.org/charts/stable/xwiki
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/_/xwiki
|
||||
- https://github.com/xwiki/xwiki-docker
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/xwiki
|
||||
- https://hub.docker.com/_/xwiki
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
9
stable/xwiki/8.1.8/app-changelog.md
Normal file
9
stable/xwiki/8.1.8/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [xwiki-8.1.8](https://github.com/truecharts/charts/compare/xwiki-8.1.7...xwiki-8.1.8) (2023-12-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image xwiki to 15.10.1-postgres-tomcat[@0cf6775](https://github.com/0cf6775) ([#16189](https://github.com/truecharts/charts/issues/16189))
|
||||
|
||||
|
||||
BIN
stable/xwiki/8.1.8/charts/common-14.5.0.tgz
Normal file
BIN
stable/xwiki/8.1.8/charts/common-14.5.0.tgz
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: xwiki
|
||||
tag: 15.10.1-postgres-tomcat@sha256:239a6e5b2ef561d4008d24a2a3f8307f24894e07cd975d89d1b712d0b05c263b
|
||||
tag: 15.10.1-postgres-tomcat@sha256:0cf6775a4a71f0be806e2c37075f349ae31d094f44faf81bdb2159b444817166
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
1
stable/xwiki/8.1.8/templates/NOTES.txt
Normal file
1
stable/xwiki/8.1.8/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [yourls-3.0.7](https://github.com/truecharts/charts/compare/yourls-3.0.6...yourls-3.0.7) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image yourls to latest[@cf21409](https://github.com/cf21409) ([#16170](https://github.com/truecharts/charts/issues/16170))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [yourls-3.0.8](https://github.com/truecharts/charts/compare/yourls-3.0.7...yourls-3.0.8) (2023-12-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image yourls to latest[@2587d6c](https://github.com/2587d6c) ([#16190](https://github.com/truecharts/charts/issues/16190))
|
||||
|
||||
|
||||
|
||||
|
||||
## [yourls-3.0.7](https://github.com/truecharts/charts/compare/yourls-3.0.6...yourls-3.0.7) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## [yourls-3.0.3](https://github.com/truecharts/charts/compare/yourls-2.0.19...yourls-3.0.3) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- Add a lot of working incubator charts to stable
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: yourls
|
||||
version: 3.0.7
|
||||
version: 3.0.8
|
||||
appVersion: latest
|
||||
description:
|
||||
YOURLS is a set of PHP scripts that will allow you to run Your Own URL
|
||||
@@ -10,8 +10,8 @@ home: https://truecharts.org/charts/incubator/yourls
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/yourls.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/_/yourls
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/yourls
|
||||
- https://hub.docker.com/_/yourls
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
9
stable/yourls/3.0.8/app-changelog.md
Normal file
9
stable/yourls/3.0.8/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [yourls-3.0.8](https://github.com/truecharts/charts/compare/yourls-3.0.7...yourls-3.0.8) (2023-12-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image yourls to latest[@2587d6c](https://github.com/2587d6c) ([#16190](https://github.com/truecharts/charts/issues/16190))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: yourls
|
||||
tag: latest@sha256:cf21409146552a7ab92ee7b3ff642dcd3976d5a972a965d03fd806b660c0ca21
|
||||
tag: latest@sha256:2587d6ccd95acb9d0f5287854db824f855aae3a3a839acf1a27a68b10ed59220
|
||||
persistence: {}
|
||||
portal:
|
||||
open:
|
||||
0
stable/yourls/3.0.8/values.yaml
Normal file
0
stable/yourls/3.0.8/values.yaml
Normal file
Reference in New Issue
Block a user