Skip to content

Commit fd5ec56

Browse files
committed
fix: correct documentation URL from pages-docs.sites.kup6s.com to pages-docs.kup6s.com
1 parent 6cbad89 commit fd5ec56

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/kup6s-pages/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ annotations:
2323
artifacthub.io/category: integration-delivery
2424
artifacthub.io/images: |
2525
- name: logo
26-
image: https://pages-docs.sites.kup6s.com/assets/kup6s-pages-icon.svg
26+
image: https://pages-docs.kup6s.com/assets/kup6s-pages-icon.svg
2727
artifacthub.io/links: |
2828
- name: Documentation
29-
url: https://pages-docs.sites.kup6s.com
29+
url: https://pages-docs.kup6s.com
3030
- name: Support
3131
url: https://github.com/kup6s/pages/issues
3232
artifacthub.io/crds: |

charts/kup6s-pages/templates/clusterrole-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
# All generated resources (IngressRoutes, Middlewares, Certificates) are created
1111
# in the system namespace only - see Role for those permissions.
1212
# This ClusterRole is now read-only except for status/finalizer updates.
13-
# See https://pages-docs.sites.kup6s.com/security/ for detailed RBAC documentation.
13+
# See https://pages-docs.kup6s.com/security/ for detailed RBAC documentation.
1414
rules:
1515
# StaticSite CRD - watch and manage existing resources
1616
# The operator does NOT create or delete StaticSites (users do that).

charts/kup6s-pages/templates/role-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
# All generated resources are created in the system namespace only.
1111
# This limits the blast radius - a compromised operator can only affect
1212
# resources in this namespace, not user namespaces.
13-
# See https://pages-docs.sites.kup6s.com/security/ for detailed RBAC documentation.
13+
# See https://pages-docs.kup6s.com/security/ for detailed RBAC documentation.
1414
rules:
1515
# Traefik IngressRoutes and Middlewares
1616
# Created in system namespace with labels for tracking.

docs/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL: https://pages-docs.sites.kup6s.com/
1+
baseURL: https://pages-docs.kup6s.com/
22
title: kup6s-pages
33
theme: github.com/alex-shpak/hugo-book
44

0 commit comments

Comments
 (0)