Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
91a33831f8
commit
42e3a1ceb9
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [docspell-3.0.10](https://github.com/truecharts/charts/compare/docspell-3.0.9...docspell-3.0.10) (2022-12-05)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [docspell-3.0.11](https://github.com/truecharts/charts/compare/docspell-3.0.10...docspell-3.0.11) (2022-12-11)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [docspell-3.0.10](https://github.com/truecharts/charts/compare/docspell-3.0.9...docspell-3.0.10) (2022-12-05)
|
## [docspell-3.0.10](https://github.com/truecharts/charts/compare/docspell-3.0.9...docspell-3.0.10) (2022-12-05)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [docspell-3.0.8](https://github.com/truecharts/charts/compare/docspell-3.0.7...docspell-3.0.8) (2022-11-29)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [docspell-3.0.8](https://github.com/truecharts/charts/compare/docspell-3.0.7...docspell-3.0.8) (2022-11-29)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ sources:
|
||||||
- https://github.com/eikek/docspell
|
- https://github.com/eikek/docspell
|
||||||
- https://docspell.org/docs/install/docker/
|
- https://docspell.org/docs/install/docker/
|
||||||
- https://docspell.org/docs/configure/defaults/
|
- https://docspell.org/docs/configure/defaults/
|
||||||
version: 3.0.10
|
version: 3.0.11
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [docspell-3.0.11](https://github.com/truecharts/charts/compare/docspell-3.0.10...docspell-3.0.11) (2022-12-11)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
{{- $server_secret := "" }}
|
{{- $server_secret := "" }}
|
||||||
{{- with (lookup "v1" "Secret" .Release.Namespace $storeSecretName) }}
|
{{- with (lookup "v1" "Secret" .Release.Namespace $storeSecretName) }}
|
||||||
{{- $server_secret = (index .data "server_secret") }}
|
{{- $server_secret = (index .data "server_secret") }}
|
||||||
{{- else }}
|
{{- else }} {{/* Real content must be also b64 encoded */}}
|
||||||
{{- $server_secret = printf "b64:%v" (randAlphaNum 32 | b64enc) }}
|
{{- $server_secret = (printf "b64:%v" (randAlphaNum 32 | b64enc)) | b64enc }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- $new_invite_password := "" }}
|
{{- $new_invite_password := "" }}
|
||||||
|
@ -34,7 +34,7 @@ metadata:
|
||||||
name: {{ $storeSecretName }}
|
name: {{ $storeSecretName }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "tc.common.labels" . | nindent 4 }}
|
{{- include "tc.common.labels" . | nindent 4 }}
|
||||||
stringData:
|
data:
|
||||||
server_secret: {{ $server_secret }}
|
server_secret: {{ $server_secret }}
|
||||||
new_invite_password: {{ $new_invite_password }}
|
new_invite_password: {{ $new_invite_password }}
|
||||||
---
|
---
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [euterpe-3.0.0](https://github.com/truecharts/charts/compare/euterpe-2.0.3...euterpe-3.0.0) (2022-12-08)
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [euterpe-3.0.1](https://github.com/truecharts/charts/compare/euterpe-3.0.0...euterpe-3.0.1) (2022-12-11)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [euterpe-3.0.0](https://github.com/truecharts/charts/compare/euterpe-2.0.3...euterpe-3.0.0) (2022-12-08)
|
## [euterpe-3.0.0](https://github.com/truecharts/charts/compare/euterpe-2.0.3...euterpe-3.0.0) (2022-12-08)
|
||||||
|
|
||||||
|
|
||||||
|
@ -86,14 +95,5 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [euterpe-2.0.1](https://github.com/truecharts/charts/compare/euterpe-2.0.0...euterpe-2.0.1) (2022-11-15)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [euterpe-2.0.1](https://github.com/truecharts/charts/compare/euterpe-2.0.0...euterpe-2.0.1) (2022-11-15)
|
## [euterpe-2.0.1](https://github.com/truecharts/charts/compare/euterpe-2.0.0...euterpe-2.0.1) (2022-11-15)
|
||||||
|
|
|
@ -25,7 +25,7 @@ sources:
|
||||||
- https://github.com/ironsmile/euterpe
|
- https://github.com/ironsmile/euterpe
|
||||||
- https://hub.docker.com/r/ironsmile/euterpe
|
- https://hub.docker.com/r/ironsmile/euterpe
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.0
|
version: 3.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- Productivity
|
- Productivity
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [euterpe-3.0.1](https://github.com/truecharts/charts/compare/euterpe-3.0.0...euterpe-3.0.1) (2022-12-11)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
{{- with (lookup "v1" "Secret" .Release.Namespace $secretStorageName) }}
|
{{- with (lookup "v1" "Secret" .Release.Namespace $secretStorageName) }}
|
||||||
{{- $secretKey = (index .data "secret") }}
|
{{- $secretKey = (index .data "secret") }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- $secretKey = randAlphaNum 32 }}
|
{{- $secretKey = randAlphaNum 32 | b64enc }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
@ -32,7 +32,7 @@ stringData:
|
||||||
{{- with .Values.euterpe.authentication.password }}
|
{{- with .Values.euterpe.authentication.password }}
|
||||||
"password": {{ . | quote }},
|
"password": {{ . | quote }},
|
||||||
{{- end }}
|
{{- end }}
|
||||||
"secret": {{ $secretKey | quote }}
|
"secret": {{ $secretKey | b64dec | quote }}
|
||||||
},
|
},
|
||||||
|
|
||||||
{{- $libraries := .Values.euterpe.libraries -}}
|
{{- $libraries := .Values.euterpe.libraries -}}
|
||||||
|
@ -74,5 +74,5 @@ metadata:
|
||||||
{{- include "tc.common.labels" . | nindent 4 }}
|
{{- include "tc.common.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
{{/* Store secretKey to reuse */}}
|
{{/* Store secretKey to reuse */}}
|
||||||
secret: {{ $secretKey | b64enc }}
|
secret: {{ $secretKey }}
|
||||||
{{- end }}
|
{{- end }}
|
|
@ -1,99 +0,0 @@
|
||||||
**Important:**
|
|
||||||
*for the complete changelog, please refer to the website*
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [fireshare-1.0.0](https://github.com/truecharts/charts/compare/fireshare-0.0.41...fireshare-1.0.0) (2022-11-10)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Major Change to GUI
|
|
||||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
|
||||||
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
|
|
||||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- change container config label
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [fireshare-0.0.44](https://github.com/truecharts/charts/compare/fireshare-0.0.41...fireshare-0.0.44) (2022-11-08)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
|
||||||
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
|
|
||||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [fireshare-0.0.43](https://github.com/truecharts/charts/compare/fireshare-0.0.41...fireshare-0.0.43) (2022-11-08)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
|
||||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [fireshare-0.0.43](https://github.com/truecharts/charts/compare/fireshare-0.0.41...fireshare-0.0.43) (2022-11-08)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
|
||||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [fireshare-0.0.43](https://github.com/truecharts/charts/compare/fireshare-0.0.41...fireshare-0.0.43) (2022-11-08)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
|
||||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [fireshare-0.0.42](https://github.com/truecharts/charts/compare/fireshare-0.0.41...fireshare-0.0.42) (2022-11-07)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
{{/* Define the secrets */}}
|
|
||||||
{{- define "fireshare.secrets" -}}
|
|
||||||
---
|
|
||||||
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
type: Opaque
|
|
||||||
metadata:
|
|
||||||
name: fireshare-secrets
|
|
||||||
{{- $fireshareprevious := lookup "v1" "Secret" .Release.Namespace "fireshare-secrets" }}
|
|
||||||
{{- $secret_key := "" }}
|
|
||||||
data:
|
|
||||||
{{- if $fireshareprevious}}
|
|
||||||
SECRET_KEY: {{ index $fireshareprevious.data "SECRET_KEY" }}
|
|
||||||
{{- else }}
|
|
||||||
{{- $secret_key := randAlphaNum 32 }}
|
|
||||||
SECRET_KEY: {{ $secret_key | b64enc }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{- end -}}
|
|
|
@ -0,0 +1,99 @@
|
||||||
|
**Important:**
|
||||||
|
*for the complete changelog, please refer to the website*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.3](https://github.com/truecharts/charts/compare/fireshare-2.0.2...fireshare-2.0.3) (2022-12-11)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.1](https://github.com/truecharts/charts/compare/fireshare-2.0.0...fireshare-2.0.1) (2022-11-15)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.1](https://github.com/truecharts/charts/compare/fireshare-2.0.0...fireshare-2.0.1) (2022-11-15)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.1](https://github.com/truecharts/charts/compare/fireshare-2.0.0...fireshare-2.0.1) (2022-11-15)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.1](https://github.com/truecharts/charts/compare/fireshare-2.0.0...fireshare-2.0.1) (2022-11-15)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ dependencies:
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 11.0.4
|
version: 11.0.4
|
||||||
description: "Share your game clips, videos, or other media via unique links."
|
description: "Share your game clips, videos, or other media via unique links."
|
||||||
version: 2.0.2
|
version: 2.0.3
|
||||||
deprecated: false
|
deprecated: false
|
||||||
home: https://truecharts.org/docs/charts/incubator/fireshare
|
home: https://truecharts.org/docs/charts/incubator/fireshare
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.png
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [fireshare-2.0.3](https://github.com/truecharts/charts/compare/fireshare-2.0.2...fireshare-2.0.3) (2022-12-11)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
{{/* Define the secrets */}}
|
||||||
|
{{- define "fireshare.secrets" -}}
|
||||||
|
---
|
||||||
|
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
type: Opaque
|
||||||
|
metadata:
|
||||||
|
name: fireshare-secrets
|
||||||
|
data:
|
||||||
|
{{- with (lookup "v1" "Secret" .Release.Namespace "fireshare-secrets") }}
|
||||||
|
SECRET_KEY: {{ index .data "SECRET_KEY" }}
|
||||||
|
{{- else }}
|
||||||
|
SECRET_KEY: {{ randAlphaNum 32 | b64enc }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
{{- end -}}
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [netbox-3.0.10](https://github.com/truecharts/charts/compare/netbox-3.0.9...netbox-3.0.10) (2022-12-11)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [netbox-3.0.9](https://github.com/truecharts/charts/compare/netbox-3.0.8...netbox-3.0.9) (2022-12-05)
|
## [netbox-3.0.9](https://github.com/truecharts/charts/compare/netbox-3.0.8...netbox-3.0.9) (2022-12-05)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [netbox-3.0.7](https://github.com/truecharts/charts/compare/netbox-3.0.6...netbox-3.0.7) (2022-11-29)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [netbox-3.0.7](https://github.com/truecharts/charts/compare/netbox-3.0.6...netbox-3.0.7) (2022-11-29)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ name: netbox
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/netbox
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/netbox
|
||||||
- https://github.com/netbox-community/netbox-docker
|
- https://github.com/netbox-community/netbox-docker
|
||||||
version: 3.0.9
|
version: 3.0.10
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [netbox-3.0.10](https://github.com/truecharts/charts/compare/netbox-3.0.9...netbox-3.0.10) (2022-12-11)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||||
|
|
||||||
|
|
|
@ -524,7 +524,6 @@ questions:
|
||||||
description: By default uploaded media is stored on the local filesystem. Using Django-storages is also supported. Provide the class path of the storage driver in storage_backend and any configuration options in storage_config.
|
description: By default uploaded media is stored on the local filesystem. Using Django-storages is also supported. Provide the class path of the storage driver in storage_backend and any configuration options in storage_config.
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
|
||||||
default: ""
|
default: ""
|
||||||
- variable: storage_config
|
- variable: storage_config
|
||||||
label: Storage Config
|
label: Storage Config
|
||||||
|
@ -570,59 +569,61 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
- variable: backend
|
show_subquestions_if: true
|
||||||
label: Backend
|
subquestions:
|
||||||
schema:
|
- variable: backend
|
||||||
type: string
|
label: Backend
|
||||||
required: true
|
|
||||||
default: ""
|
|
||||||
- variable: header
|
|
||||||
label: Header
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
required: true
|
|
||||||
default: ""
|
|
||||||
- variable: auto_create_user
|
|
||||||
label: Auto Create User
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: default_groups
|
|
||||||
label: Default Groups
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: default_group_entry
|
|
||||||
label: Default Group
|
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
- variable: default_permissions
|
- variable: header
|
||||||
label: Default Permissions
|
label: Header
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: default_permissions_entry
|
|
||||||
label: Default Permission Entry
|
|
||||||
schema:
|
schema:
|
||||||
type: dict
|
type: string
|
||||||
additional_attrs: true
|
required: true
|
||||||
attrs:
|
default: ""
|
||||||
- variable: key
|
- variable: auto_create_user
|
||||||
label: Key
|
label: Auto Create User
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: default_groups
|
||||||
|
label: Default Groups
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: default_group_entry
|
||||||
|
label: Default Group
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
- variable: value
|
- variable: default_permissions
|
||||||
label: Value
|
label: Default Permissions
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: default_permissions_entry
|
||||||
|
label: Default Permission Entry
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: dict
|
||||||
required: true
|
additional_attrs: true
|
||||||
default: ""
|
attrs:
|
||||||
|
- variable: key
|
||||||
|
label: Key
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: value
|
||||||
|
label: Value
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
- variable: date_time
|
- variable: date_time
|
||||||
label: Date Time
|
label: Date Time
|
||||||
description: Date/time formatting. See the following link for supported formats https://docs.djangoproject.com/en/stable/ref/templates/builtins/#date
|
description: Date/time formatting. See the following link for supported formats https://docs.djangoproject.com/en/stable/ref/templates/builtins/#date
|
|
@ -7,7 +7,7 @@
|
||||||
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) }}
|
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) }}
|
||||||
{{- $secret_key = (index .data "secret_key") }}
|
{{- $secret_key = (index .data "secret_key") }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- $secret_key = randAlphaNum 64 }}
|
{{- $secret_key = randAlphaNum 64 | b64enc }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -20,7 +20,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
{{- include "tc.common.labels" . | nindent 4 }}
|
{{- include "tc.common.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
secret_key: {{ $secret_key | b64enc }}
|
secret_key: {{ $secret_key }}
|
||||||
stringData:
|
stringData:
|
||||||
config.py: |
|
config.py: |
|
||||||
ALLOWED_HOSTS = [
|
ALLOWED_HOSTS = [
|
||||||
|
@ -57,7 +57,7 @@ stringData:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
SECRET_KEY = '{{ $secret_key }}'
|
SECRET_KEY = '{{ $secret_key | b64dec }}'
|
||||||
|
|
||||||
{{- with .Values.netbox.admins }}
|
{{- with .Values.netbox.admins }}
|
||||||
ADMINS = [
|
ADMINS = [
|
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [netbox-3.0.9](https://github.com/truecharts/charts/compare/netbox-3.0.8...netbox-3.0.9) (2022-12-05)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [meshcentral-9.0.11](https://github.com/truecharts/charts/compare/meshcentral-9.0.10...meshcentral-9.0.11) (2022-12-10)
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [meshcentral-9.0.12](https://github.com/truecharts/charts/compare/meshcentral-9.0.11...meshcentral-9.0.12) (2022-12-11)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [meshcentral-9.0.11](https://github.com/truecharts/charts/compare/meshcentral-9.0.10...meshcentral-9.0.11) (2022-12-10)
|
## [meshcentral-9.0.11](https://github.com/truecharts/charts/compare/meshcentral-9.0.10...meshcentral-9.0.11) (2022-12-10)
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [meshcentral-9.0.8](https://github.com/truecharts/charts/compare/meshcentral-9.0.7...meshcentral-9.0.8) (2022-11-29)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [meshcentral-9.0.8](https://github.com/truecharts/charts/compare/meshcentral-9.0.7...meshcentral-9.0.8) (2022-11-29)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: meshcentral
|
name: meshcentral
|
||||||
version: 9.0.11
|
version: 9.0.12
|
||||||
appVersion: "1.1.1"
|
appVersion: "1.1.1"
|
||||||
description: MeshCentral is a full computer management web site
|
description: MeshCentral is a full computer management web site
|
||||||
type: application
|
type: application
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [meshcentral-9.0.12](https://github.com/truecharts/charts/compare/meshcentral-9.0.11...meshcentral-9.0.12) (2022-12-11)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/ylianst/meshcentral
|
repository: tccr.io/truecharts/meshcentral
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.1.1@sha256:fc31e9430fbbbc4cbebb8a008133468d9f2ebde37afe8d67fe47f42038cc687b
|
tag: 1.1.1@sha256:1719ae34bfec743049d5e415d9a89a472e707fb9dfb1f64c33df70141db09032
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- node
|
- node
|
|
@ -32,7 +32,7 @@
|
||||||
{{- with (lookup "v1" "Secret" .Release.Namespace $secretStorageName) }}
|
{{- with (lookup "v1" "Secret" .Release.Namespace $secretStorageName) }}
|
||||||
{{- $sessionKey = (index .data "session_key") }}
|
{{- $sessionKey = (index .data "session_key") }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- $sessionKey = randAlphaNum 32 }}
|
{{- $sessionKey = randAlphaNum 32 | b64enc}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{/* Inject some values */}}
|
{{/* Inject some values */}}
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
{{- $_ := set $config.settings "mongoDB" (.Values.mongodb.url.complete | trimAll "\"") }}
|
{{- $_ := set $config.settings "mongoDB" (.Values.mongodb.url.complete | trimAll "\"") }}
|
||||||
{{- $_ := set $config.settings "mongoDbName" .Values.mongodb.mongodbDatabase }}
|
{{- $_ := set $config.settings "mongoDbName" .Values.mongodb.mongodbDatabase }}
|
||||||
{{- $_ := set $config.settings "sessionKey" $sessionKey }}
|
{{- $_ := set $config.settings "sessionKey" ($sessionKey | b64dec) }}
|
||||||
{{- $_ := set $config.settings "port" .Values.service.main.ports.main.port }}
|
{{- $_ := set $config.settings "port" .Values.service.main.ports.main.port }}
|
||||||
|
|
||||||
{{/* Force disable some functions that are not appliable in docker */}}
|
{{/* Force disable some functions that are not appliable in docker */}}
|
||||||
|
@ -77,7 +77,7 @@ metadata:
|
||||||
{{- include "tc.common.labels" . | nindent 4 }}
|
{{- include "tc.common.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
{{/* Store session_key to reuse */}}
|
{{/* Store session_key to reuse */}}
|
||||||
session_key: {{ $sessionKey | b64enc }}
|
session_key: {{ $sessionKey }}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue