diff --git a/README.md b/README.md index d607807..a1ad55e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kubernetes Operator for CoreMedia Content Cloud -[![build](https://github.com/T-Systems-MMS/cmcc-operator/actions/workflows/build.yml/badge.svg)](https://github.com/T-Systems-MMS/cmcc-operator/actions/workflows/build.yml) +[![build](https://github.com/Telekom-MMS/cmcc-operator/actions/workflows/build.yml/badge.svg)](https://github.com/Telekom-MMS/cmcc-operator/actions/workflows/build.yml) **Important** On June 11, 2024, this repo will move from T-Systems-MMS/cmcc-operator to Telekom-MMS/cmcc-operator. While Github will automatically redirect requests for the Git repo, the Helm repo URL has to be adjusted manually. @@ -22,7 +22,7 @@ helm repo update * [Installing the Operator](#preparing-your-cluster-and-installing-the-operator) * [Using the Operator to create a CoreMedia installation](#using-the-operator): quick start * [Customizing the CMCC Operator](docs/customizing-the-operator.md): information for developers -* [ghcr.io/t-systems-mms/cmcc-operator/cmcc-operator](https://github.com/T-Systems-MMS/cmcc-operator/pkgs/container/cmcc-operator%2Fcmcc-operator) Docker Image +* [ghcr.io/t-systems-mms/cmcc-operator/cmcc-operator](https://github.com/Telekom-MMS/cmcc-operator/pkgs/container/cmcc-operator%2Fcmcc-operator) Docker Image * [Cluster Roles and Rights](docs/cluster-roles.md) that the operator requires. ## Table of Contents diff --git a/build.gradle b/build.gradle index ed4d6b7..147ac2d 100644 --- a/build.gradle +++ b/build.gradle @@ -100,11 +100,11 @@ jib { container { labels = [ "org.opencontainers.image.description" : "A Kubernetes operator that installs and configures a CoreMedia Content Cloud installation in a cluster.", - "org.opencontainers.image.documentation": "https://github.com/T-Systems-MMS/cmcc-operator", + "org.opencontainers.image.documentation": "https://github.com/Telekom-MMS/cmcc-operator", "org.opencontainers.image.licenses" : "Apache-2.0", - "org.opencontainers.image.source" : "https://github.com/T-Systems-MMS/cmcc-operator", + "org.opencontainers.image.source" : "https://github.com/Telekom-MMS/cmcc-operator", "org.opencontainers.image.title" : "CoreMedia Content Cloud Kubernetes Operator", - "org.opencontainers.image.url" : "https://github.com/T-Systems-MMS/cmcc-operator", + "org.opencontainers.image.url" : "https://github.com/Telekom-MMS/cmcc-operator", "org.opencontainers.image.vendor" : "T-Systems Multimedia Solutions GmbH" ] user = 1000 diff --git a/charts/cmcc-operator/README.md b/charts/cmcc-operator/README.md index d221655..0c02756 100644 --- a/charts/cmcc-operator/README.md +++ b/charts/cmcc-operator/README.md @@ -1,6 +1,6 @@ # CoreMedia Content Cloud Operator -The [CoreMedia Content Cloud Operator](https://github.com/T-Systems-MMS/cmcc-operator) provides an easy to use way to +The [CoreMedia Content Cloud Operator](https://github.com/Telekom-MMS/cmcc-operator) provides an easy to use way to manage deployments of [CoreMedia Content Cloud](https://www.coremedia.com/). This Helm chart allows you to install the operator; an accompanying chart helps managing the custom resource or config map to manage an individual deployment. @@ -13,7 +13,7 @@ $ helm upgrade --install --create-namespace --namespace cmcc-operator cmcc-opera ## Introduction -The [CoreMedia Content Cloud Operator](https://github.com/T-Systems-MMS/cmcc-operator) provides an easy to use way to +The [CoreMedia Content Cloud Operator](https://github.com/Telekom-MMS/cmcc-operator) provides an easy to use way to manage deployments of [CoreMedia Content Cloud](https://www.coremedia.com/). This Helm chart allows you to install the operator; an accompanying chart helps managing the custom resource or config map to manage an individual deployment. @@ -78,7 +78,7 @@ The command removes all the Kubernetes components associated with the chart and The operator gets the desired configuration from a custom resource of type `CoreMediaContentClouds`. If `cmcc.useCrd` is enabled (default), the chart will install the appropriate `CustomResourceDefinition`. -If you cannot install a CRD, you can disable `cmcc.useCrd` and enable `cmcc.useConfigMap`, to supply the configuration for a deployment using a config map instead of the custom resource. See [Using a Config Map](https://github.com/T-Systems-MMS/cmcc-operator#using-a-config-map) for further details. +If you cannot install a CRD, you can disable `cmcc.useCrd` and enable `cmcc.useConfigMap`, to supply the configuration for a deployment using a config map instead of the custom resource. See [Using a Config Map](https://github.com/Telekom-MMS/cmcc-operator#using-a-config-map) for further details. ### Role-based Access Control diff --git a/charts/cmcc-operator/templates/NOTES.txt b/charts/cmcc-operator/templates/NOTES.txt index 97657bd..d53ee87 100644 --- a/charts/cmcc-operator/templates/NOTES.txt +++ b/charts/cmcc-operator/templates/NOTES.txt @@ -1,4 +1,4 @@ The CoreMedia Content Cloud Operator has been installed and should be ready to manage installations shortly. -See https://github.com/T-Systems-MMS/cmcc-operator for general information on how to deploy a CoreMedia application +See https://github.com/Telekom-MMS/cmcc-operator for general information on how to deploy a CoreMedia application stack by adding a custom resource to your Kubernetes cluster, and the configuration options available. \ No newline at end of file diff --git a/charts/cmcc/README.md b/charts/cmcc/README.md index cfabbd3..1143b9c 100644 --- a/charts/cmcc/README.md +++ b/charts/cmcc/README.md @@ -1,6 +1,6 @@ # CoreMedia Content Cloud -This helm chart creates a custom resource for the [CoreMedia Content Cloud Operator](https://github.com/T-Systems-MMS/cmcc-operator), configures and manages a [CoreMedia Content Cloud](https://www.coremedia.com/) deployment based on the configuration in that resource. +This helm chart creates a custom resource for the [CoreMedia Content Cloud Operator](https://github.com/Telekom-MMS/cmcc-operator), configures and manages a [CoreMedia Content Cloud](https://www.coremedia.com/) deployment based on the configuration in that resource. ## TL;DR @@ -11,7 +11,7 @@ $ helm upgrade --install my-release cmcc-operator/cmcc --values my-values.yaml ## Introduction -The [CoreMedia Content Cloud Operator](https://github.com/T-Systems-MMS/cmcc-operator) provides an easy to use way to +The [CoreMedia Content Cloud Operator](https://github.com/Telekom-MMS/cmcc-operator) provides an easy to use way to manage deployments of [CoreMedia Content Cloud](https://www.coremedia.com/). This Helm chart helps managing the custom resource or config map to manage an individual deployment. ## Prerequisites @@ -45,7 +45,7 @@ The command removes all the Kubernetes components associated with the chart and | Name | Description | Value | |--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------| -| `cmcc` | The contents of the custom resource. See [Custom Resource CoreMediaContentClouds](https://github.com/T-Systems-MMS/cmcc-operator/blob/main/docs/custom-resource.md) for more information | – | +| `cmcc` | The contents of the custom resource. See [Custom Resource CoreMediaContentClouds](https://github.com/Telekom-MMS/cmcc-operator/blob/main/docs/custom-resource.md) for more information | – | | `fullnameOverride` | Overrides the full name of components, which is used for the deployment, clusterrole and clusterrolemapping, and the service account. | the chart name plus the release name | | `nameOverride` | Overrides the short name. Used for the selector labels. | the chart name | | `useConfigMap` | Instead of creating a custom resource with the deployment description, use a config map. | the chart name | diff --git a/docs/custom-resource.md b/docs/custom-resource.md index a8dcfda..583c7fb 100644 --- a/docs/custom-resource.md +++ b/docs/custom-resource.md @@ -754,7 +754,7 @@ The default image for this component is `blob-server`. You can override the defa tag: "2201.1" ``` -See [github.com/T-Systems-MMS/cmcc-blob-server](https://github.com/T-Systems-MMS/cmcc-blob-server) for an example on how +See [github.com/Telekom-MMS/cmcc-blob-server](https://github.com/Telekom-MMS/cmcc-blob-server) for an example on how to create a suitable Docker image. ### Component `content-feeder`