-
Notifications
You must be signed in to change notification settings - Fork 25
chore(update): rename all occurences of janus-idp. to rhdh. prefix #291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(update): rename all occurences of janus-idp. to rhdh. prefix #291
Conversation
Signed-off-by: Fortune Ndlovu <[email protected]>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR TypeEnhancement Description
|
| Relevant files | |||||||
|---|---|---|---|---|---|---|---|
| Enhancement |
| ||||||
| Documentation |
| ||||||
| Configuration changes |
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
Signed-off-by: Fortune Ndlovu <[email protected]>
|
rm3l
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still quite a few occurrences of janus. Could you please take a look at those while you're at it? Thanks.
.github/ISSUE_TEMPLATE/config.yml: - name: ❓ Janus IDP Community Slack
.github/ISSUE_TEMPLATE/config.yml: url: https://join.slack.com/t/janus-idp/shared_invite/zt-1pxtehxom-fCFtF9rRe3vFqUiFFeAkmg
.github/workflows/on-new-issue.yaml: # https://github.com/janus-idp/.github/blob/main/.github/workflows/add-to-project.yaml
.github/workflows/on-new-issue.yaml: uses: janus-idp/.github/.github/workflows/add-to-project.yaml@main
LICENSE:Copyright 2022 The Janus-IDP Authors
charts/backstage/README.md:Note: this repo replaces https://github.com/janus-idp/helm-backstage, which has been deprecated in Feb 2024.
charts/backstage/README.md:| 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"` |
charts/backstage/README.md:| 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` |
charts/backstage/README.md:1. Uses [janus-idp/backstage-showcase](https://github.com/janus-idp/backstage-showcase/) that pre-loads a lot of useful plugins and features
charts/backstage/README.md:For additional instance features please consult the [documentation for `janus-idp/backstage-showcase`](https://github.com/janus-idp/backstage-showcase/tree/main/showcase-docs).
charts/backstage/README.md:This charts defaults to using the [latest Janus-IDP Backstage Showcase image](https://quay.io/janus-idp/backstage-showcase:latest) that is OpenShift compatible:
charts/backstage/README.md:quay.io/janus-idp/backstage-showcase:latest
charts/backstage/README.md.gotmpl:Note: this repo replaces https://github.com/janus-idp/helm-backstage, which has been deprecated in Feb 2024.
charts/backstage/README.md.gotmpl:1. Uses [janus-idp/backstage-showcase](https://github.com/janus-idp/backstage-showcase/) that pre-loads a lot of useful plugins and features
charts/backstage/README.md.gotmpl:For additional instance features please consult the [documentation for `janus-idp/backstage-showcase`](https://github.com/janus-idp/backstage-showcase/tree/main/showcase-docs).
charts/backstage/README.md.gotmpl:This charts defaults to using the [latest Janus-IDP Backstage Showcase image](https://quay.io/janus-idp/backstage-showcase:latest) that is OpenShift compatible:
charts/backstage/README.md.gotmpl:quay.io/janus-idp/backstage-showcase:latest
charts/backstage/values.schema.tmpl.json: "repository": "janus-idp/redhat-backstage-build",
charts/backstage/values.yaml: # -- List of dynamic plugins included inside the `janus-idp/backstage-showcase` container image, some of which are disabled by default.
charts/backstage/values.yaml: # This file ONLY works with the `janus-idp/backstage-showcase` container image.
charts/backstage/values.yaml: # @default -- `quay.io/janus-idp/backstage-showcase:latest`
charts/orchestrator-software-templates-infra/docs/GitopsOperator.md:>The openshift-gitops subchart is adapted from the [gitops operator Helm Chart provided in the redhat-gpte-devopsautomation/janus-idp-bootstrap project](https://github.com/redhat-gpte-devopsautomation/janus-idp-bootstrap/tree/main/charts/gitops-operator). Orchestrator-software-templates-infra will act as a wrapper Chart for that unreleased Chart, providing some of its functionality and adapting it for orchestrator needs and applying specific configuration.
charts/orchestrator-software-templates-infra/docs/GitopsOperator.md:helm upgrade --install argocd . -f values.yaml -n janus-argocd --create-namespace
charts/orchestrator-software-templates-infra/docs/GitopsOperator.md: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`.
charts/orchestrator-software-templates-infra/docs/GitopsOperator.md:helm uninstall argocd --namespace janus-gitops
charts/orchestrator-software-templates-infra/docs/GitopsOperator.md:oc delete project janus-argocd
docs/external-db.md:- [AWS RDS PostgreSQL](https://github.com/janus-idp/operator/blob/main/docs/external-db.md#aws-rds-postgresql)
docs/external-db.md:- [Azure Database PostgreSQL](https://github.com/janus-idp/operator/blob/main/docs/external-db.md#aws-rds-postgresql)
docs/external-db.md: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).



Description of the change
chore(update): rename all occurences of janus-idp. to rhdh. prefix
Which issue(s) does this PR fix or relate to
How to test changes / Special notes to the reviewer
Checklist
Chart.yamlaccording to Semantic Versioning.values.yamland added to the corresponding README.md. The pre-commit utility can be used to generate the necessary content. Usepre-commit run -ato apply changes. The pre-commit Workflow will do this automatically for you if needed.pre-commithook.ct lintcommand.