Fix links, add better footer, use icofont

Fork/Font awesome is too heavy and fails for some icons.
This commit is contained in:
2025-09-15 21:44:34 +02:00
parent 4e55f868ac
commit 58d8eb48b5
22 changed files with 1541 additions and 1132 deletions

View File

@@ -1,9 +1,9 @@
# This is the main values.yaml file for the website chart.
# More information can be found in the chart's README.md file.
#
# generated at: 2025-08-20T23:24:21+02:00
# generated at: 2025-09-15T21:40:24+02:00
# compose files: compose.katenary.yaml, compose.yaml
# compose hash (sha1): 0c69ac40895910ccdabc3a2655ff7a3e6f5cf9fa
# compose hash (sha1): 76866ef0672f04e085c6e3d50e4e8431d1d95bc0
# Name of the chart (required), basically the name of the project.
name: website

View File

@@ -2,8 +2,8 @@ apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
katenary.v3/compose-hash: 0c69ac40895910ccdabc3a2655ff7a3e6f5cf9fa
katenary.v3/version: 3.0.0-rc5
katenary.v3/compose-hash: 76866ef0672f04e085c6e3d50e4e8431d1d95bc0
katenary.v3/version: master-f3c1bf3
labels:
{{- include "website.labels" . | nindent 4 }}
katenary.v3/component: server

View File

@@ -5,8 +5,8 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
katenary.v3/compose-hash: 0c69ac40895910ccdabc3a2655ff7a3e6f5cf9fa
katenary.v3/version: 3.0.0-rc5
katenary.v3/compose-hash: 76866ef0672f04e085c6e3d50e4e8431d1d95bc0
katenary.v3/version: master-f3c1bf3
{{- if .Values.server.ingress.annotations -}}
{{- toYaml .Values.server.ingress.annotations | nindent 4 }}
{{- end }}

View File

@@ -2,8 +2,8 @@ apiVersion: v1
kind: Service
metadata:
annotations:
katenary.v3/compose-hash: 0c69ac40895910ccdabc3a2655ff7a3e6f5cf9fa
katenary.v3/version: 3.0.0-rc5
katenary.v3/compose-hash: 76866ef0672f04e085c6e3d50e4e8431d1d95bc0
katenary.v3/version: master-f3c1bf3
labels:
{{- include "website.labels" . | nindent 4 }}
katenary.v3/component: server

File diff suppressed because one or more lines are too long