Change domain to "katenary.io"

This commit is contained in:
2025-08-15 22:59:23 +02:00
parent 8419da2398
commit ac6b75de11
10 changed files with 16 additions and 16 deletions

View File

@@ -1,14 +1,14 @@
# 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-07-13T12:10:43+02:00
# generated at: 2025-08-15T22:10:22+02:00
# compose files: compose.katenary.yaml, compose.yaml
# compose hash (sha1): ad8a7a55c2536a97d1e04148b6677ce1c72b6d5c
# compose hash (sha1): 0c69ac40895910ccdabc3a2655ff7a3e6f5cf9fa
# Name of the chart (required), basically the name of the project.
name: website
apiVersion: v2
icon: https://repo.katenary.io/Katenary/katenary/src/branch/master/doc/docs/statics/icon.svg
# Version of the chart (required)
version: 0.1.0

View File

@@ -28,7 +28,7 @@ The following table lists the configurable parameters of the website chart and t
| `server.imagePullPolicy` | `IfNotPresent` |
| `server.ingress.class` | `-` |
| `server.ingress.enabled` | `false` |
| `server.ingress.host` | `katenary.org` |
| `server.ingress.host` | `katenary.io` |
| `server.ingress.path` | `/` |
| `server.ingress.tls.enabled` | `true` |
| `server.ingress.tls.secretName` | `` |

View File

@@ -2,8 +2,8 @@ apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
katenary.v3/compose-hash: ad8a7a55c2536a97d1e04148b6677ce1c72b6d5c
katenary.v3/version: develop-89fd516
katenary.v3/compose-hash: 0c69ac40895910ccdabc3a2655ff7a3e6f5cf9fa
katenary.v3/version: 3.0.0-rc5
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: ad8a7a55c2536a97d1e04148b6677ce1c72b6d5c
katenary.v3/version: develop-89fd516
katenary.v3/compose-hash: 0c69ac40895910ccdabc3a2655ff7a3e6f5cf9fa
katenary.v3/version: 3.0.0-rc5
{{- 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: ad8a7a55c2536a97d1e04148b6677ce1c72b6d5c
katenary.v3/version: develop-89fd516
katenary.v3/compose-hash: 0c69ac40895910ccdabc3a2655ff7a3e6f5cf9fa
katenary.v3/version: 3.0.0-rc5
labels:
{{- include "website.labels" . | nindent 4 }}
katenary.v3/component: server

View File

@@ -148,8 +148,8 @@ data:
kind: ConfigMap
metadata:
annotations:
katenary.v3/compose-hash: ad8a7a55c2536a97d1e04148b6677ce1c72b6d5c
katenary.v3/version: develop-89fd516
katenary.v3/compose-hash: 0c69ac40895910ccdabc3a2655ff7a3e6f5cf9fa
katenary.v3/version: 3.0.0-rc5
labels:
{{- include "website.labels" . | nindent 4 }}
katenary.v3/component: server

View File

@@ -36,7 +36,7 @@ server:
# key: server.ingress.annotations
annotations: {}
# key: server.ingress.host
host: katenary.org
host: katenary.io
# key: server.ingress.path
path: /
# key: server.ingress.class