feat(design) remove tailwind, fixes some elements

This commit is contained in:
2025-10-20 13:53:08 +02:00
parent 11914c6baa
commit cd5eadf613
5 changed files with 147 additions and 189 deletions

View File

@@ -1,7 +1,7 @@
# This is the main values.yaml file for the website chart. # This is the main values.yaml file for the website chart.
# More information can be found in the chart's README.md file. # More information can be found in the chart's README.md file.
# #
# generated at: 2025-10-19T09:24:08+02:00 # generated at: 2025-10-20T13:52:01+02:00
# compose files: compose.katenary.yaml, compose.yaml # compose files: compose.katenary.yaml, compose.yaml
# compose hash (sha1): 76866ef0672f04e085c6e3d50e4e8431d1d95bc0 # compose hash (sha1): 76866ef0672f04e085c6e3d50e4e8431d1d95bc0

View File

@@ -3,7 +3,7 @@ kind: Deployment
metadata: metadata:
annotations: annotations:
katenary.v3/compose-hash: 76866ef0672f04e085c6e3d50e4e8431d1d95bc0 katenary.v3/compose-hash: 76866ef0672f04e085c6e3d50e4e8431d1d95bc0
katenary.v3/version: master katenary.v3/version: master-f0fc694
labels: labels:
{{- include "website.labels" . | nindent 4 }} {{- include "website.labels" . | nindent 4 }}
katenary.v3/component: server katenary.v3/component: server

View File

@@ -6,7 +6,7 @@ kind: Ingress
metadata: metadata:
annotations: annotations:
katenary.v3/compose-hash: 76866ef0672f04e085c6e3d50e4e8431d1d95bc0 katenary.v3/compose-hash: 76866ef0672f04e085c6e3d50e4e8431d1d95bc0
katenary.v3/version: master katenary.v3/version: master-f0fc694
{{- if .Values.server.ingress.annotations -}} {{- if .Values.server.ingress.annotations -}}
{{- toYaml .Values.server.ingress.annotations | nindent 4 }} {{- toYaml .Values.server.ingress.annotations | nindent 4 }}
{{- end }} {{- end }}

View File

@@ -3,7 +3,7 @@ kind: Service
metadata: metadata:
annotations: annotations:
katenary.v3/compose-hash: 76866ef0672f04e085c6e3d50e4e8431d1d95bc0 katenary.v3/compose-hash: 76866ef0672f04e085c6e3d50e4e8431d1d95bc0
katenary.v3/version: master katenary.v3/version: master-f0fc694
labels: labels:
{{- include "website.labels" . | nindent 4 }} {{- include "website.labels" . | nindent 4 }}
katenary.v3/component: server katenary.v3/component: server

File diff suppressed because one or more lines are too long