From 0bc1ef0aa91c443ed4ea1a93854da7bf010f765d Mon Sep 17 00:00:00 2001 From: Mathias Brunkow Moser Date: Wed, 11 Sep 2024 14:08:47 +0200 Subject: [PATCH] chore: removed all the catenax-ng references from the documentation --- INSTALL.md | 2 +- charts/digital-product-pass/values.yaml | 1 - deployment/local/postman/README.md | 1 - docs/GETTING-STARTED.md | 1 - docs/security/secrets-management/SecretsManagement.md | 3 --- 5 files changed, 1 insertion(+), 7 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index edd74a492..e0dbeb7b6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -210,7 +210,7 @@ The following environment variables must be set in [build and deploy](./dpp-fron ../buildAndDeploy.sh consumer-frontend ``` -You can run the application in docker container with existing image `ghcr.io/catenax-ng/tx-digital-product-pass/digital-product-pass-frontend:latest` from GitHub packages. You need to update the [build and deploy](./buildAndDeploy.sh) script. +You can run the application in docker container with existing image `docker.io/tractusx/digital-product-pass-frontend:latest` from GitHub packages. You need to update the [build and deploy](./buildAndDeploy.sh) script. The consumer frontend is available in browser at [http://localhost:8080](http://localhost:8080) diff --git a/charts/digital-product-pass/values.yaml b/charts/digital-product-pass/values.yaml index 2305f612f..eec3669bf 100644 --- a/charts/digital-product-pass/values.yaml +++ b/charts/digital-product-pass/values.yaml @@ -388,7 +388,6 @@ oauth: header: "X-Api-Key" secret: "" -# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm # @url: https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits resources: limits: diff --git a/deployment/local/postman/README.md b/deployment/local/postman/README.md index 9ec021b2f..bdbd25a0b 100644 --- a/deployment/local/postman/README.md +++ b/deployment/local/postman/README.md @@ -69,4 +69,3 @@ This technical guide depicts the digital product pass end-to-end API calls throu - ***bpn*** -For more technical documentation, please refer to the [catenax-at-home-getting-started-guide](https://catenax-ng.github.io/docs/guides/catenax-at-home) diff --git a/docs/GETTING-STARTED.md b/docs/GETTING-STARTED.md index d85ed47e8..e394a83c9 100644 --- a/docs/GETTING-STARTED.md +++ b/docs/GETTING-STARTED.md @@ -263,7 +263,6 @@ __Note:__ Adjust the URLs according to the _local_ (`http://localhost:port/`) or _integration_ (`https://dpp.int.demo.catena-x.net/`) environments. - [Documentation of EDC Data Transfer](https://github.com/eclipse-tractusx/tractusx-edc/blob/main/docs/usage/management-api-walkthrough/06_transferprocesses.md) -- [End-to-End Use Case](https://catenax-ng.github.io/docs/guides/catenax-at-home#end-to-end-use-case) ## NOTICE diff --git a/docs/security/secrets-management/SecretsManagement.md b/docs/security/secrets-management/SecretsManagement.md index a7c387a48..a626eef59 100644 --- a/docs/security/secrets-management/SecretsManagement.md +++ b/docs/security/secrets-management/SecretsManagement.md @@ -57,7 +57,6 @@ Some examples below: **Note:** ***/data/*** path is always be placed after ***material-pass***, though it is not defined in a vault directory structure. AVP uses this data path itself internally. -To use a vault and create new secret, please look here: [how to-use vault create a secret](https://catenax-ng.github.io/docs/guides/how-to-use-vault#create-a-secret) ## Local Run @@ -96,8 +95,6 @@ If dpp frontend is run using docker, the following environment variables must be The required variables must be set in values-*.yaml file manually. -Further info about vault plugin for helm charts: [argocd-vault-plugin-helm](https://catenax-ng.github.io/docs/guides/ArgoCD/howto-use-vault-secrets-with-argocd#argocd-vault-plugin-helm) - ## Secrets Scanning