Skip to content
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

ENDOC-627 Update fixpack from 7.1.1 to 7.1.2. Fix a broken link. #646

Merged
merged 1 commit into from
Dec 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vuepress/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ module.exports = {
entando: {
fixpack: {
"v70": "v7.0.2",
"v71": "v7.1.1"
"v71": "v7.1.2"
},
logoLink: "https://entando.com",
section: "Docs",
Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/next/docs/create/component-gen-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following provides an overview of the component generation process. To view

1. Create components
- The Component Generator creates a Spring Boot microservice and, optionally, React micro frontends for entities that you add to your project.
- The microservice and (optional) micro frontends are out-of-the-box runnable and preconfigured to connect to the [Entando Identity Management System](../consume/identity-management-system.md).
- The microservice and (optional) micro frontends are out-of-the-box runnable and preconfigured to connect to the [Entando Identity Management System](../consume/identity-management.md).
- JHipster offers interactive updates and merges to ensure the Entando Blueprint conforms to the current software revision. Developers can perform their own modifications to enhance the generated code or add new functionality via JHipster.
- The microservice includes Liquibase and integrated data mocking to offer data generation in API calls.

Expand Down
20 changes: 6 additions & 14 deletions vuepress/docs/next/tutorials/curate/bundle-private-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ For microservices in a private image registry, follow the [install guide here](m
2. [Convert the JSON configuration into a base64 string](https://www.base64encode.org/)

### Step 2: Create and Apply the Secret
1. Create `container-registry-secret.yaml` in your namespace with the following snippet. Replace the registryCredentials value with your own. 
1. Create `container-registry-secret.yaml` in your namespace with the following snippet. Replace the registryCredentials value with your own.
``` yaml
kind: Secret
apiVersion: v1
metadata:
   name: container-registry-secret
name: container-registry-secret
type: Opaque
data:
   registryCredentials: "ewogICJhdXRocyI6IHsKICAgICJyZWdpc3RyeS5odWIuZG9ja2VyLmNvbSI6IHsKICAgICAgICAidXNlcm5hbWUiOiAidGVzdG5hbWV4eHgiLAogICAgICAgICJwYXNzd29yZCI6ICJUZXN0bmFtZXBhc3N3ZCIKfQp9Cn0="
registryCredentials: "ewogICJhdXRocyI6IHsKICAgICJyZWdpc3RyeS5odWIuZG9ja2VyLmNvbSI6IHsKICAgICAgICAidXNlcm5hbWUiOiAidGVzdG5hbWV4eHgiLAogICAgICAgICJwYXNzd29yZCI6ICJUZXN0bmFtZXBhc3N3ZCIKfQp9Cn0="
```

2. Apply the registry Secret YAML to your Entando instance, replacing the namespace with your own as needed:
``` sh
```sh
kubectl apply -f container-registry-secret.yaml -n entando
```

Expand All @@ -53,7 +53,7 @@ kubectl get EntandoApp -n entando
kubectl edit EntandoApp/quickstart -n entando
```
2. Add the `environmentVariables` under the spec property as shown here:
``` yaml
```yaml
kind: EntandoApp
spec:
environmentVariables:
Expand All @@ -64,16 +64,8 @@ spec:
key: registryCredentials

```
3. The Component Manager (CM) deployment requires modification due to an open issue with Entando 7.1.1. Scale the deployment down to 0, add the following spec for the HOME variable, and then restart the CM.
``` yaml
spec:
containers:
- env:
- name: HOME
value: /deployments
```

4. Deploy and install the bundle into Entando:
3. Deploy and install the bundle into Entando:
```
ent bundle deploy
ent bundle install
Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/v7.1/docs/create/component-gen-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following provides an overview of the component generation process. To view

1. Create components
- The Component Generator creates a Spring Boot microservice and, optionally, React micro frontends for entities that you add to your project.
- The microservice and (optional) micro frontends are out-of-the-box runnable and preconfigured to connect to the [Entando Identity Management System](../consume/identity-management-system.md).
- The microservice and (optional) micro frontends are out-of-the-box runnable and preconfigured to connect to the [Entando Identity Management System](../consume/identity-management.md).
- JHipster offers interactive updates and merges to ensure the Entando Blueprint conforms to the current software revision. Developers can perform their own modifications to enhance the generated code or add new functionality via JHipster.
- The microservice includes Liquibase and integrated data mocking to offer data generation in API calls.

Expand Down
12 changes: 6 additions & 6 deletions vuepress/docs/v7.1/tutorials/curate/bundle-private-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ For microservices in a private image registry, follow the [install guide here](m
2. [Convert the JSON configuration into a base64 string](https://www.base64encode.org/)

### Step 2: Create and Apply the Secret
1. Create `container-registry-secret.yaml` in your namespace with the following snippet. Replace the registryCredentials value with your own. 
1. Create `container-registry-secret.yaml` in your namespace with the following snippet. Replace the registryCredentials value with your own.
``` yaml
kind: Secret
apiVersion: v1
metadata:
   name: container-registry-secret
name: container-registry-secret
type: Opaque
data:
   registryCredentials: "ewogICJhdXRocyI6IHsKICAgICJyZWdpc3RyeS5odWIuZG9ja2VyLmNvbSI6IHsKICAgICAgICAidXNlcm5hbWUiOiAidGVzdG5hbWV4eHgiLAogICAgICAgICJwYXNzd29yZCI6ICJUZXN0bmFtZXBhc3N3ZCIKfQp9Cn0="
registryCredentials: "ewogICJhdXRocyI6IHsKICAgICJyZWdpc3RyeS5odWIuZG9ja2VyLmNvbSI6IHsKICAgICAgICAidXNlcm5hbWUiOiAidGVzdG5hbWV4eHgiLAogICAgICAgICJwYXNzd29yZCI6ICJUZXN0bmFtZXBhc3N3ZCIKfQp9Cn0="
```

2. Apply the registry Secret YAML to your Entando instance, replacing the namespace with your own as needed:
``` sh
```sh
kubectl apply -f container-registry-secret.yaml -n entando
```

Expand All @@ -53,7 +53,7 @@ kubectl get EntandoApp -n entando
kubectl edit EntandoApp/quickstart -n entando
```
2. Add the `environmentVariables` under the spec property as shown here:
``` yaml
```yaml
kind: EntandoApp
spec:
environmentVariables:
Expand All @@ -64,7 +64,7 @@ spec:
key: registryCredentials

```
3. The Component Manager (CM) deployment requires modification due to an open issue with Entando 7.1.1. Scale the deployment down to 0, add the following spec for the HOME variable, and then restart the CM.
3. (Entando 7.1.0-7.1.1 only) The Component Manager (CM) deployment requires modification due to an open issue. Scale the deployment down to 0, add the following spec for the HOME variable, and then restart the CM.
``` yaml
spec:
containers:
Expand Down