diff --git a/config.dev.yaml b/config.dev.yaml index 4bf0bbcc8..5e905aa66 100644 --- a/config.dev.yaml +++ b/config.dev.yaml @@ -18,10 +18,10 @@ params: domain_pharmer: https://pharmer-v1-hugo.web.app domain_kubeci: https://kubeci-v1-hugo.web.app domain_kubeshield: https://kubeshield-v1-hugo.web.app - domain_bytebuilders: https://byte.builders - domain_marketplace: https://marketplace.byte.builders + domain_bytebuilders: https://appscode.com + domain_marketplace: https://marketplace.appscode.com search_api_key: 8fd610038d901dd16a111e6f1568343bb969b084a1952dafdcb1545fd8c35e96 - blog_url: https://blog.byte.builders + blog_url: https://blog.appscode.com slack_url: https://slack.appscode.com github_url: https://github.com/appscode twitter_url: https://twitter.com/AppsCodeHQ diff --git a/config.yaml b/config.yaml index fc25f43b5..add2946de 100644 --- a/config.yaml +++ b/config.yaml @@ -18,10 +18,10 @@ params: domain_pharmer: https://pharmer.dev domain_kubeci: https://kube.ci domain_kubeshield: https://kubeshield.com - domain_bytebuilders: https://byte.builders - domain_marketplace: https://marketplace.byte.builders + domain_bytebuilders: https://appscode.com + domain_marketplace: https://marketplace.appscode.com search_api_key: 8fd610038d901dd16a111e6f1568343bb969b084a1952dafdcb1545fd8c35e96 - blog_url: https://blog.byte.builders + blog_url: https://blog.appscode.com slack_url: https://slack.appscode.com github_url: https://github.com/appscode twitter_url: https://twitter.com/AppsCodeHQ diff --git a/content/docs/v2023.9.18/guides/ingress/configuration/custom-templates.md b/content/docs/v2023.9.18/guides/ingress/configuration/custom-templates.md index 092025342..eec757ce8 100644 --- a/content/docs/v2023.9.18/guides/ingress/configuration/custom-templates.md +++ b/content/docs/v2023.9.18/guides/ingress/configuration/custom-templates.md @@ -57,10 +57,12 @@ $ kubectl create configmap -n voyager voyager-templates --from-file=/tmp/default Now, the ConfigMap `voyager-templates` has to be mounted in the voyager operator pod and `--custom-templates` flag has to be set. To do this, set `templates.cfgmap` value to Voyager operator chart. ```bash -$ helm install voyager appscode/voyager --version {{< param "info.version" >}} \ - --namespace voyager \ +$ helm install voyager oci://ghcr.io/appscode-charts/voyager \ + --version {{< param "info.version" >}} \ + --namespace voyager --create-namespace \ --set cloudProvider=minikube \ - --set templates.cfgmap=voyager-templates + --set templates.cfgmap=voyager-templates \ + --wait --burst-limit=10000 --debug ``` ![installer](/docs/v2023.9.18/images/ingress/configuration/custom-template/installer.png) diff --git a/content/docs/v2023.9.18/setup/README.md b/content/docs/v2023.9.18/setup/README.md index c5be0a0b9..fcffb2e41 100644 --- a/content/docs/v2023.9.18/setup/README.md +++ b/content/docs/v2023.9.18/setup/README.md @@ -22,19 +22,17 @@ info: # Setup