Skip to content

Commit

Permalink
chore: update path of files
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmargi12 committed Oct 15, 2024
1 parent d2d33ad commit 6efc92a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions charts/centralidp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This helm chart installs the Helm chart for Central Keycloak Instance.

For further information please refer to the [technical documentation](../../docs/admin/technical-documentation/).
For further information please refer to the [technical documentation](/docs/admin/technical-documentation/).

The referenced container images are for demonstration purposes only.

Expand Down Expand Up @@ -152,14 +152,14 @@ No specific upgrade notes.

This major changes from the Keycloak version from 16.1.1 to version 22.0.3.

Please have a look at the [CHANGELOG](../../CHANGELOG.md#200) for a more detailed description.
Please have a look at the [CHANGELOG](/CHANGELOG.md#200) for a more detailed description.

We also recommend checking out the [Keycloak Upgrading Guide](https://www.keycloak.org/docs/latest/upgrading/index.html).

To be explicitly mentioned: this major adds the production mode with default value false and the reverse proxy mode with default value passthrough.
Please check the description of those parameters and decide if they're suitable for you.

Please also refer to [Upgrade Details](../../docs/admin/technical-documentation/12.%20Upgrade%20Details.md#v200).
Please also refer to [Upgrade Details](/docs/admin/technical-documentation/12.%20Upgrade%20Details.md#v200).

#### Upgrade approach

Expand Down
4 changes: 2 additions & 2 deletions charts/centralidp/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This helm chart installs the {{ template "chart.description" . }}.

For further information please refer to the [technical documentation](../../docs/admin/technical-documentation).
For further information please refer to the [technical documentation](/docs/admin/technical-documentation).

The referenced container images are for demonstration purposes only.

Expand Down Expand Up @@ -84,7 +84,7 @@ We also recommend checking out the [Keycloak Upgrading Guide](https://www.keyclo
To be explicitly mentioned: this major adds the production mode with default value false and the reverse proxy mode with default value passthrough.
Please check the description of those parameters and decide if they're suitable for you.

Please also refer to [Upgrade Details](../../docs/admin/technical-documentation/12.%20Upgrade%20Details.md#v200).
Please also refer to [Upgrade Details](/docs/admin/technical-documentation/12.%20Upgrade%20Details.md#v200).

#### Upgrade approach

Expand Down
2 changes: 1 addition & 1 deletion charts/sharedidp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This helm chart installs the Helm chart for Shared Keycloak Instance.

For further information please refer to the [technical documentation](../../docs/admin/technical-documentation/).
For further information please refer to the [technical documentation](/docs/admin/technical-documentation/).

The referenced container images are for demonstration purposes only.

Expand Down
2 changes: 1 addition & 1 deletion charts/sharedidp/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This helm chart installs the {{ template "chart.description" . }}.

For further information please refer to the [technical documentation](../../docs/admin/technical-documentation).
For further information please refer to the [technical documentation](/docs/admin/technical-documentation).

The referenced container images are for demonstration purposes only.

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/dev-process/How to contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ What was changed, why was it changed (e.g. which issue was fixed or which requir

### Additional information

Please refer to the [Development Flow](./17.%20Dev%20Flow.md).
Please refer to the [Development Flow](./Dev%20Flow.md).

## NOTICE

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/release-process/Release Process.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ _build(1.2.0): merge release into main_
>
> The workflow creates a 'centralidp-x.x.x' and 'sharedidp-x.x.x' tags and according releases. The release contains the new chart.
>
> This workflow also pushes the version tag that triggers the [release workflow](../../.github/workflows/release.yaml) which creates the versioned docker image/s.
> This workflow also pushes the version tag that triggers the [release workflow](/.github/workflows/release.yaml) which creates the versioned docker image/s.
_environment relevant: The 'vx.x.x' tag is used to install (with the convenience of the argocd-app-templates) or upgrade the version via AgroCD on the hosted K8s clusters._

Expand Down
4 changes: 2 additions & 2 deletions docs/admin/technical-documentation/11. FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To transform the created "role" to an actual role, since currently its a single

3. Update keycloak base image

The [CX-Central realm file](../../../import/realm-config/generic/catenax-central/CX-Central-realm.json) needs to be updated with role changes (export from Keycloak) to provide the configuration in the init container for the realm import and seeding.
The [CX-Central realm file](/import/realm-config/generic/catenax-central/CX-Central-realm.json) needs to be updated with role changes (export from Keycloak) to provide the configuration in the init container for the realm import and seeding.

4. Update documentation

Expand Down Expand Up @@ -130,7 +130,7 @@ For the scenario of sql, the relevant sql can get found below:

3. Update Keycloak base image

The [CX-Central realm file](../../../import/realm-config/generic/catenax-central/CX-Central-realm.json) needs to be updated with role changes (export from Keycloak) to provide the configuration in the init container for the realm import and seeding.
The [CX-Central realm file](/import/realm-config/generic/catenax-central/CX-Central-realm.json) needs to be updated with role changes (export from Keycloak) to provide the configuration in the init container for the realm import and seeding.

4. Update documentation

Expand Down

0 comments on commit 6efc92a

Please sign in to comment.