Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Maximilian Gindorfer <info@fmj.dev>
STRGZRS
kehralexander <alexanderkehr@alexware.systems>
fty4
helionmusic
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ helm install oci://ghcr.io/fmjstudios/helm/<CHART_NAME>:<VERSION>
|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------:|--------------------------------------------------------|
| [Vaultwarden <img src="https://raw.githubusercontent.com/dani-garcia/vaultwarden/890e668071cffe2833834348e19bbef3c061d014/resources/vaultwarden-icon.svg" alt="Vaultwarden Logo" width="32px" height="32px" align="right" loading="lazy">][vaultwarden_chart] | 0.2.3 | [vaultwarden/server][vaultwarden_images] |
| [Uptime-Kuma <img src="https://raw.githubusercontent.com/louislam/uptime-kuma/36196f632d499fddef436a3aacf2f11a01958f07/public/icon.svg" alt="Uptime-Kuma Logo" width="32px" height="32px" align="right" loading="lazy">][uptimekuma_chart] | 0.2.2 | [louislam/uptime-kuma][uptime_kuma_images] |
| [Linkwarden <img src="https://raw.githubusercontent.com/linkwarden/linkwarden/main/assets/logo.png" alt="Linkwarden Logo" width="32px" height="32px" align="right" loading="lazy">][linkwarden_chart] | 0.3.3 | [linkwarden/linkwarden][linkwarden_images] |
| [Linkwarden <img src="https://raw.githubusercontent.com/linkwarden/linkwarden/main/assets/logo.png" alt="Linkwarden Logo" width="32px" height="32px" align="right" loading="lazy">][linkwarden_chart] | 0.3.4 | [linkwarden/linkwarden][linkwarden_images] |
| [Gotenberg <img src="https://user-images.githubusercontent.com/8983173/130322857-185831e2-f041-46eb-a17f-0a69d066c4e5.png" alt="Gotenberg Logo" width="32px" height="32px" align="right" loading="lazy">][gotenberg_chart] | 0.2.2 | [gotenberg/gotenberg][gotenberg_images] |
| [Paperless-NGX <img src="https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/5842944d1ef817c11a47ed5c19ba8b7886c9fbfe/resources/logo/web/svg/square.svg" alt="Paperless-NGX Logo" width="32px" height="32px" align="right" loading="lazy">][paperless_chart] | 0.2.5 | [paperless-ngx/paperless-ngx][paperless_ngx_images] |
| [LinkStack <img src="https://raw.githubusercontent.com/LinkStackOrg/branding/main/logo/svg/logo_color_bg_1.svg" alt="Linkstack Logo" width="32px" height="32px" align="right" loading="lazy">][linkstack_chart] | 0.2.2 | [linkstackorg/linkstack][linkstack_images] |
Expand Down
2 changes: 1 addition & 1 deletion charts/linkwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: v2
appVersion: 2.5.3
kubeVersion: ">=1.26.0-0"
name: linkwarden
version: 0.3.3
version: 0.3.4
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
2 changes: 1 addition & 1 deletion charts/linkwarden/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ data:
{{- if $v.customName }}
{{ include "linkwarden.auth.envs.customName" $providerArg }}: {{ $v.customName }}
{{- end }}
{{- if has $issuer $issuerList }}
{{- if has $provider $issuerList }}
{{- if $v.issuer }}
{{ include "linkwarden.auth.envs.issuer" $providerArg }}: {{ $issuer }}
{{- end }}
Expand Down