diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 67b07cb8..47dfa046 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: ❓ Janus IDP Community Slack - url: https://join.slack.com/t/janus-idp/shared_invite/zt-1pxtehxom-fCFtF9rRe3vFqUiFFeAkmg - about: Please ask and answer questions here. +- name: Report Issues on JIRA + url: https://issues.redhat.com/browse/RHIDP + about: To report issues against this chart, please use JIRA (not GH issues). diff --git a/.github/workflows/on-new-issue.yaml b/.github/workflows/on-new-issue.yaml index 872f09c2..a38bd4fe 100644 --- a/.github/workflows/on-new-issue.yaml +++ b/.github/workflows/on-new-issue.yaml @@ -4,13 +4,6 @@ on: - opened jobs: - add-to-project: - # https://github.com/janus-idp/.github/blob/main/.github/workflows/add-to-project.yaml - uses: janus-idp/.github/.github/workflows/add-to-project.yaml@main - with: - project_id: 2 - secrets: inherit - add-jira-label: runs-on: ubuntu-latest permissions: diff --git a/LICENSE b/LICENSE index bf5a0186..877b6f9c 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work. same "printed page" as the copyright notice for easier identification within third-party archives. -Copyright 2022 The Janus-IDP Authors +Copyright 2022 The RHDH Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index 4e939324..a95eaab9 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -47,4 +47,4 @@ sources: [] # Versions are expected to follow Semantic Versioning (https://semver.org/) # Note that when this chart is published to https://github.com/openshift-helm-charts/charts # it will follow the RHDH versioning 1.y.z -version: 4.9.0 +version: 4.9.1 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index add2999e..3be811a1 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -1,7 +1,7 @@ # RHDH Backstage Helm Chart for OpenShift -![Version: 4.9.0](https://img.shields.io/badge/Version-4.9.0-informational?style=flat-square) +![Version: 4.9.1](https://img.shields.io/badge/Version-4.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for deploying Red Hat Developer Hub, which is a Red Hat supported version of Backstage. @@ -30,7 +30,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add backstage https://backstage.github.io/charts helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-backstage redhat-developer/backstage --version 4.9.0 +helm install my-backstage redhat-developer/backstage --version 4.9.1 ``` ## Introduction @@ -92,8 +92,6 @@ helm upgrade -i redhat-developer/backstage ### Installing from an OCI Registry -Note: this repo replaces https://github.com/janus-idp/helm-backstage, which has been deprecated in Feb 2024. - Charts are also available in OCI format. The list of available releases can be found [here](https://quay.io/repository/rhdh/chart?tab=tags). Install one of the available versions: @@ -175,7 +173,7 @@ Kubernetes: `>= 1.27.0-0` | global.catalogIndex | Catalog index configuration for automatic plugin discovery. The `install-dynamic-plugins.py` script pulls this image if the `CATALOG_INDEX_IMAGE` environment variable is set. The `dynamic-plugins.default.yaml` file will be extracted and written to `dynamic-plugins-root` volume mount. | object | `{"image":{"registry":"quay.io","repository":"rhdh/plugin-catalog-index","tag":"1.9"}}` | | global.clusterRouterBase | Shorthand for users who do not want to specify a custom HOSTNAME. Used ONLY with the DEFAULT upstream.backstage.appConfig value and with OCP Route enabled. | string | `"apps.example.com"` | | global.dynamic.includes | Array of YAML files listing dynamic plugins to include with those listed in the `plugins` field. Relative paths are resolved from the working directory of the initContainer that will install the plugins (`/opt/app-root/src`). | list | `["dynamic-plugins.default.yaml"]` | -| global.dynamic.includes[0] | List of dynamic plugins included inside the `janus-idp/backstage-showcase` container image, some of which are disabled by default. This file ONLY works with the `janus-idp/backstage-showcase` container image. | string | `"dynamic-plugins.default.yaml"` | +| global.dynamic.includes[0] | List of dynamic plugins included inside the `rhdh` container image, some of which are disabled by default. This file ONLY works with the `rhdh` container image. | string | `"dynamic-plugins.default.yaml"` | | global.dynamic.plugins | List of dynamic plugins, possibly overriding the plugins listed in `includes` files. Every item defines the plugin `package` as a [NPM package spec](https://docs.npmjs.com/cli/v10/using-npm/package-spec), an optional `pluginConfig` with plugin-specific backstage configuration, and an optional `disabled` flag to disable/enable a plugin listed in `includes` files. It also includes an `integrity` field that is used to verify the plugin package [integrity](https://w3c.github.io/webappsec-subresource-integrity/#integrity-metadata-description). | list | `[]` | | global.host | Custom hostname shorthand, overrides `global.clusterRouterBase`, `upstream.ingress.host`, `route.host`, and url values in `upstream.backstage.appConfig`. | string | `""` | | nameOverride | | string | `"developer-hub"` | @@ -221,7 +219,7 @@ Kubernetes: `>= 1.27.0-0` | upstream | Upstream Backstage [chart configuration](https://github.com/backstage/charts/blob/main/charts/backstage/values.yaml) | object | Use Openshift compatible settings | | upstream.backstage.extraVolumes[0] | Ephemeral volume that will contain the dynamic plugins installed by the initContainer below at start. | object | `{"ephemeral":{"volumeClaimTemplate":{"spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"5Gi"}}}}},"name":"dynamic-plugins-root"}` | | upstream.backstage.extraVolumes[0].ephemeral.volumeClaimTemplate.spec.resources.requests.storage | Size of the volume that will contain the dynamic plugins. It should be large enough to contain all the plugins. | string | `"5Gi"` | -| upstream.backstage.initContainers[0].image | Image used by the initContainer to install dynamic plugins into the `dynamic-plugins-root` volume mount. It could be replaced by a custom image based on this one. | string | `quay.io/janus-idp/backstage-showcase:latest` | +| upstream.backstage.initContainers[0].image | Image used by the initContainer to install dynamic plugins into the `dynamic-plugins-root` volume mount. It could be replaced by a custom image based on this one. | string | `quay.io/rhdh-community/rhdh:next` | ## Opinionated Backstage deployment @@ -229,11 +227,11 @@ This chart defaults to an opinionated deployment of Backstage that provides user Features enabled by the default chart configuration: -1. Uses [janus-idp/backstage-showcase](https://github.com/janus-idp/backstage-showcase/) that pre-loads a lot of useful plugins and features +1. Uses [rhdh](https://github.com/redhat-developer/rhdh/) that pre-loads a lot of useful plugins and features 2. Exposes a `Route` for easy access to the instance 3. Enables OpenShift-compatible PostgreSQL database storage -For additional instance features please consult the [documentation for `janus-idp/backstage-showcase`](https://github.com/janus-idp/backstage-showcase/tree/main/showcase-docs). +For additional instance features please consult the [documentation for `rhdh`](https://github.com/redhat-developer/rhdh/tree/main/showcase-docs). Additional features can be enabled by extending the default configuration at: @@ -248,10 +246,10 @@ upstream: ## Features -This charts defaults to using the [latest Janus-IDP Backstage Showcase image](https://quay.io/janus-idp/backstage-showcase:latest) that is OpenShift compatible: +This charts defaults to using the [RHDH image](https://quay.io/rhdh-community/rhdh:next) that is OpenShift compatible: ```console -quay.io/janus-idp/backstage-showcase:latest +quay.io/rhdh-community/rhdh:next ``` Additionally this chart enhances the upstream Backstage chart with following OpenShift-specific features: @@ -294,11 +292,11 @@ upstream: backstage: appConfig: app: - baseUrl: 'https://{{- include "janus-idp.hostname" . }}' + baseUrl: 'https://{{- include "rhdh.hostname" . }}' backend: - baseUrl: 'https://{{- include "janus-idp.hostname" . }}' + baseUrl: 'https://{{- include "rhdh.hostname" . }}' cors: - origin: 'https://{{- include "janus-idp.hostname" . }}' + origin: 'https://{{- include "rhdh.hostname" . }}' ``` ### Catalog Index Configuration diff --git a/charts/backstage/README.md.gotmpl b/charts/backstage/README.md.gotmpl index bb364cc8..4d6877d4 100644 --- a/charts/backstage/README.md.gotmpl +++ b/charts/backstage/README.md.gotmpl @@ -90,8 +90,6 @@ helm upgrade -i redhat-developer/backstage ### Installing from an OCI Registry -Note: this repo replaces https://github.com/janus-idp/helm-backstage, which has been deprecated in Feb 2024. - Charts are also available in OCI format. The list of available releases can be found [here](https://quay.io/repository/rhdh/chart?tab=tags). Install one of the available versions: @@ -162,11 +160,11 @@ This chart defaults to an opinionated deployment of Backstage that provides user Features enabled by the default chart configuration: -1. Uses [janus-idp/backstage-showcase](https://github.com/janus-idp/backstage-showcase/) that pre-loads a lot of useful plugins and features +1. Uses [rhdh](https://github.com/redhat-developer/rhdh/) that pre-loads a lot of useful plugins and features 2. Exposes a `Route` for easy access to the instance 3. Enables OpenShift-compatible PostgreSQL database storage -For additional instance features please consult the [documentation for `janus-idp/backstage-showcase`](https://github.com/janus-idp/backstage-showcase/tree/main/showcase-docs). +For additional instance features please consult the [documentation for `rhdh`](https://github.com/redhat-developer/rhdh/tree/main/showcase-docs). Additional features can be enabled by extending the default configuration at: @@ -181,10 +179,10 @@ upstream: ## Features -This charts defaults to using the [latest Janus-IDP Backstage Showcase image](https://quay.io/janus-idp/backstage-showcase:latest) that is OpenShift compatible: +This charts defaults to using the [RHDH image](https://quay.io/rhdh-community/rhdh:next) that is OpenShift compatible: ```console -quay.io/janus-idp/backstage-showcase:latest +quay.io/rhdh-community/rhdh:next ``` Additionally this chart enhances the upstream Backstage chart with following OpenShift-specific features: @@ -227,11 +225,11 @@ upstream: backstage: appConfig: app: - baseUrl: 'https://{{"{{"}}- include "janus-idp.hostname" . {{"}}"}}' + baseUrl: 'https://{{"{{"}}- include "rhdh.hostname" . {{"}}"}}' backend: - baseUrl: 'https://{{"{{"}}- include "janus-idp.hostname" . {{"}}"}}' + baseUrl: 'https://{{"{{"}}- include "rhdh.hostname" . {{"}}"}}' cors: - origin: 'https://{{"{{"}}- include "janus-idp.hostname" . {{"}}"}}' + origin: 'https://{{"{{"}}- include "rhdh.hostname" . {{"}}"}}' ``` ### Catalog Index Configuration diff --git a/charts/backstage/templates/_helpers.tpl b/charts/backstage/templates/_helpers.tpl index b1210191..8fbd7afc 100644 --- a/charts/backstage/templates/_helpers.tpl +++ b/charts/backstage/templates/_helpers.tpl @@ -1,7 +1,7 @@ {{/* Returns custom hostname */}} -{{- define "janus-idp.hostname" -}} +{{- define "rhdh.hostname" -}} {{- if .Values.global.host -}} {{- .Values.global.host -}} {{- else if .Values.global.clusterRouterBase -}} @@ -14,7 +14,7 @@ Returns custom hostname {{/* Returns a secret name for service to service auth */}} -{{- define "janus-idp.backend-secret-name" -}} +{{- define "rhdh.backend-secret-name" -}} {{- if .Values.global.auth.backend.existingSecret -}} {{- .Values.global.auth.backend.existingSecret -}} {{- else -}} @@ -25,7 +25,7 @@ Returns a secret name for service to service auth {{/* Sets the secretKeyRef name for Backstage to the PostgreSQL existing secret if it present */}} -{{- define "janus-idp.postgresql.secretName" -}} +{{- define "rhdh.postgresql.secretName" -}} {{- if ((((.Values).global).postgresql).auth).existingSecret -}} {{- .Values.global.postgresql.auth.existingSecret -}} {{- else if .Values.postgresql.auth.existingSecret -}} diff --git a/charts/backstage/templates/route.yaml b/charts/backstage/templates/route.yaml index b2912ef7..149c758f 100644 --- a/charts/backstage/templates/route.yaml +++ b/charts/backstage/templates/route.yaml @@ -23,7 +23,7 @@ spec: {{- if $host }} host: {{ $host }} {{- else }} - host: {{ include "janus-idp.hostname" . }} + host: {{ include "rhdh.hostname" . }} {{- end }} {{- if .Values.route.path }} path: {{ .Values.route.path }} diff --git a/charts/backstage/values.schema.json b/charts/backstage/values.schema.json index 4a98733d..90747adc 100644 --- a/charts/backstage/values.schema.json +++ b/charts/backstage/values.schema.json @@ -1209,7 +1209,7 @@ "appConfig": { "default": { "app": { - "baseUrl": "https://{{- include \"janus-idp.hostname\" . }}" + "baseUrl": "https://{{- include \"rhdh.hostname\" . }}" }, "auth": { "providers": {} @@ -1226,9 +1226,9 @@ } ] }, - "baseUrl": "https://{{- include \"janus-idp.hostname\" . }}", + "baseUrl": "https://{{- include \"rhdh.hostname\" . }}", "cors": { - "origin": "https://{{- include \"janus-idp.hostname\" . }}" + "origin": "https://{{- include \"rhdh.hostname\" . }}" }, "database": { "connection": { @@ -2716,7 +2716,7 @@ "valueFrom": { "secretKeyRef": { "key": "backend-secret", - "name": "{{ include \"janus-idp.backend-secret-name\" $ }}" + "name": "{{ include \"rhdh.backend-secret-name\" $ }}" } } }, @@ -2725,7 +2725,7 @@ "valueFrom": { "secretKeyRef": { "key": "postgres-password", - "name": "{{- include \"janus-idp.postgresql.secretName\" . }}" + "name": "{{- include \"rhdh.postgresql.secretName\" . }}" } } } diff --git a/charts/backstage/values.schema.tmpl.json b/charts/backstage/values.schema.tmpl.json index 5e461a16..e94d0470 100644 --- a/charts/backstage/values.schema.tmpl.json +++ b/charts/backstage/values.schema.tmpl.json @@ -11,7 +11,7 @@ "backstage": { "image": { "registry": "quay.io", - "repository": "janus-idp/redhat-backstage-build", + "repository": "rhdh-community/rhdh", "tag": "latest", "pullPolicy": "" } diff --git a/charts/backstage/values.yaml b/charts/backstage/values.yaml index 0456b8ae..fc7a7e73 100644 --- a/charts/backstage/values.yaml +++ b/charts/backstage/values.yaml @@ -5,8 +5,8 @@ global: # -- Array of YAML files listing dynamic plugins to include with those listed in the `plugins` field. # Relative paths are resolved from the working directory of the initContainer that will install the plugins (`/opt/app-root/src`). includes: - # -- List of dynamic plugins included inside the `janus-idp/backstage-showcase` container image, some of which are disabled by default. - # This file ONLY works with the `janus-idp/backstage-showcase` container image. + # -- List of dynamic plugins included inside the `rhdh` container image, some of which are disabled by default. + # This file ONLY works with the `rhdh` container image. - "dynamic-plugins.default.yaml" # -- List of dynamic plugins, possibly overriding the plugins listed in `includes` files. @@ -63,11 +63,11 @@ upstream: providers: {} app: # Please update to match host in case you don't want to configure hostname via `global.clusterRouterBase` or `global.host` if not deploying on an openshift cluster. - baseUrl: 'https://{{- include "janus-idp.hostname" . }}' + baseUrl: 'https://{{- include "rhdh.hostname" . }}' backend: - baseUrl: 'https://{{- include "janus-idp.hostname" . }}' + baseUrl: 'https://{{- include "rhdh.hostname" . }}' cors: - origin: 'https://{{- include "janus-idp.hostname" . }}' + origin: 'https://{{- include "rhdh.hostname" . }}' database: connection: password: ${POSTGRESQL_ADMIN_PASSWORD} @@ -139,12 +139,12 @@ upstream: valueFrom: secretKeyRef: key: backend-secret - name: '{{ include "janus-idp.backend-secret-name" $ }}' + name: '{{ include "rhdh.backend-secret-name" $ }}' - name: POSTGRESQL_ADMIN_PASSWORD valueFrom: secretKeyRef: key: postgres-password - name: '{{- include "janus-idp.postgresql.secretName" . }}' + name: '{{- include "rhdh.postgresql.secretName" . }}' args: # This additional `app-config`` file is generated by the initContainer below, and contains the merged configuration of installed dynamic plugins. - "--config" @@ -212,7 +212,7 @@ upstream: type: "RuntimeDefault" # -- Image used by the initContainer to install dynamic plugins into the `dynamic-plugins-root` volume mount. # It could be replaced by a custom image based on this one. - # @default -- `quay.io/janus-idp/backstage-showcase:latest` + # @default -- `quay.io/rhdh-community/rhdh:next` image: '{{ include "backstage.image" . }}' command: - ./install-dynamic-plugins.sh diff --git a/charts/orchestrator-software-templates-infra/Chart.yaml b/charts/orchestrator-software-templates-infra/Chart.yaml index 245bcbaa..c727fd0e 100644 --- a/charts/orchestrator-software-templates-infra/Chart.yaml +++ b/charts/orchestrator-software-templates-infra/Chart.yaml @@ -10,7 +10,7 @@ kubeVersion: ">= 1.25.0-0" type: application sources: - https://github.com/redhat-developer/rhdh-software-templates-infrastructure -version: 0.3.0 +version: 0.3.1 maintainers: - name: Red Hat Developer Hub Team url: https://github.com/redhat-developer/rhdh-chart diff --git a/charts/orchestrator-software-templates-infra/README.md b/charts/orchestrator-software-templates-infra/README.md index 57b3a249..374218ba 100644 --- a/charts/orchestrator-software-templates-infra/README.md +++ b/charts/orchestrator-software-templates-infra/README.md @@ -1,7 +1,7 @@ # Orchestrator Software Templates Infra Chart for OpenShift (Community Version) -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) +![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart to install Openshift GitOps and Openshift Pipelines, which are required operators for installing the Orchestrator Software Templates to be available on RHDH. @@ -25,7 +25,7 @@ Kubernetes: `>= 1.25.0-0` ```console helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-orchestrator-software-templates-infra redhat-developer/orchestrator-software-templates-infra --version 0.3.0 +helm install my-orchestrator-software-templates-infra redhat-developer/orchestrator-software-templates-infra --version 0.3.1 ``` > **Tip**: List all releases using `helm list` diff --git a/charts/orchestrator-software-templates-infra/docs/GitopsOperator.md b/charts/orchestrator-software-templates-infra/docs/GitopsOperator.md index 57e1f9f1..a8d4c798 100644 --- a/charts/orchestrator-software-templates-infra/docs/GitopsOperator.md +++ b/charts/orchestrator-software-templates-infra/docs/GitopsOperator.md @@ -5,21 +5,21 @@ # ⚓️ GitOps Operator Helm Deploy -The GitOps Helm Chart customizes and deploys the [RedHat GitOps Operator](https://github.com/redhat-developer/gitops-operator) written by Red Hat. +The GitOps Helm Chart customizes and deploys the [RedHat GitOps Operator](https://github.com/redhat-developer/gitops-operator) written by Red Hat. ## Installing the chart To install the chart from source: ```bash # within this directory -helm upgrade --install argocd . -f values.yaml -n janus-argocd --create-namespace +helm upgrade --install argocd . -f values.yaml -n rhdh-argocd --create-namespace ``` ## Configuration The [values.yml](values.yaml) file contains instructions for common chart overrides. -You can install multiple team instances of ArgoCD into different namespaces, just add your namespace to this list. Namespaces will be created first e.g. shown above for a single namespace called `janus-gitops`. +You can install multiple team instances of ArgoCD into different namespaces, just add your namespace to this list. Namespaces will be created first e.g. shown above for a single namespace called `rhdh-gitops`. RBAC for each ArgoCD instance is `cluster-admin` scoped by default. You can create `namespaced` ArgoCD instances by specifying `teamInstancesAreClusterScoped: false`. This setting does not deploy any excess RBAC and uses the defaults from the gitops-operator. @@ -42,8 +42,8 @@ helm instance argocd ./charts/gitops-operator --set operator=null --set ignoreHe To delete the chart: ```bash -helm uninstall argocd --namespace janus-gitops -oc delete project janus-argocd +helm uninstall argocd --namespace rhdh-gitops +oc delete project rhdh-argocd ### If ignoreHelmHooks is set to 'false' you will need to remove the argocd and appproject resources manually oc delete argocd argocd diff --git a/charts/orchestrator-software-templates/Chart.yaml b/charts/orchestrator-software-templates/Chart.yaml index 13d18194..23b3b1d7 100644 --- a/charts/orchestrator-software-templates/Chart.yaml +++ b/charts/orchestrator-software-templates/Chart.yaml @@ -11,7 +11,7 @@ kubeVersion: ">= 1.25.0-0" type: application sources: - https://github.com/redhat-developer/rhdh-chart -version: 0.2.0 +version: 0.2.1 maintainers: - name: Red Hat Developer Hub Team url: https://github.com/redhat-developer/rhdh-chart diff --git a/charts/orchestrator-software-templates/README.md b/charts/orchestrator-software-templates/README.md index d7f68a34..bb030391 100644 --- a/charts/orchestrator-software-templates/README.md +++ b/charts/orchestrator-software-templates/README.md @@ -1,7 +1,7 @@ # Orchestrator Software Templates Chart for Red Hat Developer Hub -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) +![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) This Helm chart deploys the Orchestrator Software Templates for Red Hat Developer Hub (RHDH) and other necessary GitOps configurations. @@ -78,7 +78,7 @@ After configuring all prerequisites, you can install the chart with the followin ```console helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-orchestrator-templates redhat-developer/orchestrator-software-templates --version 0.2.0 +helm install my-orchestrator-templates redhat-developer/orchestrator-software-templates --version 0.2.1 ``` Now, follow the instruction on the post-installation Notes. They will include the steps to create a custom values.yaml file to allow you to update the backstage chart diff --git a/charts/orchestrator-software-templates/orchestrator-templates-values.yaml.template b/charts/orchestrator-software-templates/orchestrator-templates-values.yaml.template index 3478e237..cdff4410 100644 --- a/charts/orchestrator-software-templates/orchestrator-templates-values.yaml.template +++ b/charts/orchestrator-software-templates/orchestrator-templates-values.yaml.template @@ -120,12 +120,12 @@ upstream: valueFrom: secretKeyRef: key: backend-secret - name: '{{ include "janus-idp.backend-secret-name" $ }}' + name: '{{ include "rhdh.backend-secret-name" $ }}' - name: POSTGRESQL_ADMIN_PASSWORD valueFrom: secretKeyRef: key: postgres-password - name: '{{- include "janus-idp.postgresql.secretName" . }}' + name: '{{- include "rhdh.postgresql.secretName" . }}' - name: NODE_TLS_REJECT_UNAUTHORIZED value: "0" diff --git a/docs/external-db.md b/docs/external-db.md index fda52728..6aa9ec90 100644 --- a/docs/external-db.md +++ b/docs/external-db.md @@ -16,10 +16,10 @@ As a prerequisite, you have to know: In addition, to get your database connection secured with SSL/TLS, you also need certificates in the form of PEM file. You can find configuration guidelines for: -- [AWS RDS PostgreSQL](https://github.com/janus-idp/operator/blob/main/docs/external-db.md#aws-rds-postgresql) -- [Azure Database PostgreSQL](https://github.com/janus-idp/operator/blob/main/docs/external-db.md#aws-rds-postgresql) +- [AWS RDS PostgreSQL](https://github.com/redhat-developer/rhdh-operator/blob/main/docs/external-db.md#aws-rds-postgresql) +- [Azure Database PostgreSQL](https://github.com/redhat-developer/rhdh-operator/blob/main/docs/external-db.md#azure-db-postgresql) -If you want to move Backstage database from local to external, here is a [Migration Guide](https://github.com/janus-idp/operator/blob/main/docs/db_migration.md). +If you want to move Backstage database from local to external, here is a [Migration Guide](https://github.com/redhat-developer/rhdh-operator/blob/main/docs/db_migration.md). ### Create secret with PostgreSQL connection properties: ````yaml @@ -78,7 +78,7 @@ upstream: valueFrom: secretKeyRef: key: backend-secret - name: '{{ include "janus-idp.backend-secret-name" $ }}' + name: '{{ include "rhdh.backend-secret-name" $ }}' extraVolumeMounts: - mountPath: /opt/app-root/src/dynamic-plugins-root name: dynamic-plugins-root