Compare commits

...

3 Commits

Author SHA1 Message Date
Kilian
aea96f30b6 Update index.md 2025-01-23 12:42:10 +01:00
Cedric Verstraeten
cffefd0356 Update create-release.yml 2024-11-21 09:42:37 +01:00
Cedric Verstraeten
91f313d302 remove fixed urls 2024-10-01 08:39:45 +02:00
5 changed files with 8 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ jobs:
gitops-file: "environments/staging/doc.kerberos.io/deployment.yaml"
gitops-pr-branch: "release-kerberos-documentation-${{ github.event.inputs.tag || github.ref_name }}"
gitops-key: ".spec.template.spec.containers[0].image"
gitops-value: "uugai/kerberos-documentation:${{ github.event.inputs.tag || github.ref_name }}"
gitops-value: "core.harbor.uug.ai/images/uugai/kerberos-documentation:${{ github.event.inputs.tag || github.ref_name }}"
commit-email: "gitops@uug.ai"
commit-name: "GitOps - UUG.AI"
commit-message: "A new release for Kerberos documentation - ${{ github.event.inputs.tag || github.ref_name }}"

View File

@@ -1,2 +1,2 @@
baseurl = "https://doks-next.netlify.app/"
canonifyURLs = true
baseurl = "/"
canonifyURLs = false

View File

@@ -1,4 +1,4 @@
baseurl = "https://doc.kerberos.io/"
canonifyURLs = true
baseurl = "/"
canonifyURLs = false
docsRepo = "https://github.com/kerberos-io/documentation"
editPage = true

View File

@@ -1,4 +1,4 @@
baseurl = "https://staging.doc.kerberos.live/"
canonifyURLs = true
baseurl = "/"
canonifyURLs = false
docsRepo = "https://github.com/kerberos-io/documentation"
editPage = true

View File

@@ -27,6 +27,6 @@ The Saas offering and the related subscription can be cancelled at any time. If
## Self-hosted
When licensing the self-hosted version of Kerberos Hub, you will need to purchase a license key for installing and consuming the application. After, you received a license you will be able to configure the [Kerberos Hub Helm chart](https://github.com/kerberos-io/hub/blob/master/values.yaml#L6). The self-hosted license will allow you to install unlimited amount of accounts and devices.
When licensing the self-hosted version of Kerberos Hub, you will need to purchase a license key for installing and consuming the application. After, you received a license you will be able to configure the [Kerberos Hub Helm chart](https://github.com/kerberos-io/helm-charts/blob/main/charts/hub/values.yaml#L11). The self-hosted license will allow you to install unlimited amount of accounts and devices.
More information about the self-hosted license [can be found on the public website](https://kerberos.io/product/hub).