You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, when you [work with the Micro Integrator (MI) runtime in Choreo](./work-with-the-micro-integrator-runtime-in-choreo.md), you can use Git submodules to reuse MI templates and sequences across components without duplication.
45
45
46
-
!!! tip
46
+
!!! info "Note"
47
47
If you encounter an error stating that you cannot clone a submodule due to insufficient permissions, follow the instructions below to grant the necessary permissions:
48
48
49
49
- For a personal account:
@@ -62,9 +62,30 @@ For example, when you [work with the Micro Integrator (MI) runtime in Choreo](./
62
62
4. Click **Configure** corresponding to **choreo.dev**.
63
63
5. Under **Repository Access**, grant access to the necessary repositories.
64
64
65
-
!!! info "Note"
65
+
!!! note
66
66
Choreo currently does not support accessing private repositories in other organizations.
67
67
68
+
#### Automatically pull latest versions of Git submodules
69
+
70
+
Choreo lets you automatically pull the latest versions of Git submodules from their respective repositories. To enable this feature, follow these steps:
71
+
72
+
!!! note
73
+
Choreo currently supports this feature only for components where the buildpack is **WSO2 MI**.
74
+
75
+
1. Sign in to the [Choreo Console](https://console.choreo.dev/).
76
+
2. In the **Component Listing** pane, click the component for which you want to pull the latest versions of Git submodules.
77
+
3. In the left navigation menu, click **Build**.
78
+
4. On the **Build** page, click to edit **Build Configurations**.
79
+
5. Turn on the **Pull Latest Submodules** toggle.
80
+
81
+
!!! info "Note"
82
+
If you rebuild a previously built commit and it doesn’t reflect the latest changes, follow these steps to ensure the changes are applied to the deployed environment:
83
+
84
+
1. In the Choreo Console left navigation menu, click **DevOps**, then click **Containers**.
85
+
2. Click **Edit** to update the container settings.
86
+
3. Select **Always** as the **Image Pull Policy**.
87
+
4. Click **Save Changes**.
88
+
68
89
## Authorize Bitbucket with Choreo
69
90
70
91
Authorizing using a personal access token (PAT) from Bitbucket grants Choreo the following permissions to perform the respective actions on your behalf within the repository.
0 commit comments