refactor(charts): BREAKING CHANGE (#2836)

* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
This commit is contained in:
Kjeld Schouten-Lebbing
2022-06-07 19:41:19 +02:00
committed by GitHub
parent e4911cf0b1
commit 5529c2a3af
1546 changed files with 10467 additions and 3650 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ appVersion: "0.5.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.3.24
version: 10.0.8
description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.
home: https://github.com/truecharts/apps/tree/master/charts/stable/homarr
icon: https://truecharts.org/_static/img/appicons/homarr.png
@@ -17,7 +17,7 @@ maintainers:
name: homarr
sources:
- https://github.com/ajnart/homarr
version: 1.0.3
version: 2.0.0
annotations:
truecharts.org/catagories: |
- media
@@ -0,0 +1,21 @@
#!/usr/bin/python3
import json
import os
import sys
def migrate(values):
values.update({
**({'secretEnv': values['secret']} if values.get('secret') else {}),
**({'secret': {}} if values.get('secret'))
})
return values
if __name__ == '__main__':
if len(sys.argv) != 2:
exit(1)
if os.path.exists(sys.argv[1]):
with open(sys.argv[1], 'r') as f:
print(json.dumps(migrate(json.loads(f.read()))))
+1 -1
View File
@@ -1 +1 @@
{{ include "common.all" . }}
{{ include "tc.common.loader.all" . }}
+1 -1
View File
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/homarr
tag: v0.5.2@sha256:223d4ab9fbc8ea2081fed6ff6720f574d0518291f3f617774c4dcfed5320ab45
tag: v0.6.0@sha256:f3bccfe5bc095a6e5b521db73d80f88db6c956d148a60080ea3658319e68fd73
pullPolicy: IfNotPresent
service: