Skip to content

Commit c79d62a

Browse files
committed
Update screenshots for gitops apps topics
1 parent 1760a2c commit c79d62a

12 files changed

+22
-7
lines changed

_docs/deployments/gitops/applications-dashboard.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ max-width="30%"
488488

489489
You can:
490490
* [Monitor CI details by deployments](#monitor-ci-details-by-deployment)
491-
* [Monitor updated resources by deployment](#monitor-updated-resources-by-deployment)
491+
<!--* [Monitor updated resources by deployment](#monitor-updated-resources-by-deployment) -->
492492
* [Monitor rollouts by deployment](#monitor-rollouts-by-deployment)
493493

494494

@@ -518,7 +518,8 @@ Each deployment record displays the complete CI history for that deployment.
518518
* The **Committer** who made the changes.
519519

520520

521-
### Monitor updated applications by deployment
521+
<!---
522+
### Monitor updated resources by deployment
522523
Each deployment record also identifies the applications that were changed (created, updated, or removed) as part of that deployment in **Updated Applications**. You can trace the history, from the original to their final versions. For each version, you can see the actual change or changes through the Diff view. The Full View shows the complete resource manifest, with the diff view of the changes, while the Compact View shows only those lines with the changes.
523524
524525
> For detailed information on the current state of a resource, switch to the Current State tab and click the resource node. See [Monitoring application resources](#monitor-resources-for-selected-application).
@@ -561,7 +562,7 @@ alt="Full View of changes for updated resource"
561562
caption="Full View of changes for updated resource"
562563
max-width="70%"
563564
%}
564-
565+
-->
565566

566567

567568

_docs/deployments/gitops/create-application.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,19 @@ Advanced settings define the tool used to create the application, and related to
111111
max-width="70%"
112112
%}
113113

114+
{::nomarkdown}
115+
</br>
116+
{:/}
117+
114118
### ArgoCD Project
115119
The project group to which the application belongs. A project is useful to enforce restrictions on permitted sources and targets for applications, and roles. If not defined, the application is automatically assigned to the `default` project, which is created automatically by Argo CD and has no restrictions.
116120
For more information, see Argo CD's documentation on [Projects](https://argo-cd.readthedocs.io/en/stable/user-guide/projects/#projects){:target="\_blank"}.
117121

122+
123+
{::nomarkdown}
124+
</br>
125+
{:/}
126+
118127
### Propagation policy for application deletion
119128
Defines how resources are pruned, applying Kubernetes cascading deletion prune policies when you delete the application.
120129
For more information, see [Argo CD's app deletion](https://argo-cd.readthedocs.io/en/stable/user-guide/app_deletion/){:target="_blank"}.<!---(https://kubernetes.io/docs/concepts/architecture/garbage-collection/#cascading-deletion)-->.
@@ -125,6 +134,10 @@ For more information, see [Argo CD's app deletion](https://argo-cd.readthedocs.i
125134
* **Non-cascading**
126135
When selected, Kubernetes deletes only the application and not its resources.
127136

137+
{::nomarkdown}
138+
</br>
139+
{:/}
140+
128141
### Type of Application
129142
The tool used to create the application's manifests. Codefresh supports defining application manifests as a directory, Helm charts, or Kustomize. If you are using other tools to define application manifests, use the Plugin type. For more information, see the Argo CD's documentation on [Tools](https://argo-cd.readthedocs.io/en/stable/user-guide/application_sources/){:target="_blank"}.
130143

@@ -192,19 +205,20 @@ Review:
192205
lightbox="true"
193206
file="/images/applications/add-app-general-settings.png"
194207
url="/images/applications/add-app-general-settings.png"
195-
alt="Add Application: General settings"
196-
caption="Add Application: General settings"
208+
alt="Add Application: Advanced settings"
209+
caption="Add Application: Advanced settings"
197210
max-width="70%"
198211
%}
199212

213+
200214
{:start="6"}
201215
1. Define the **Advanced** settings for the application.
202216

203217
{% include
204218
image.html
205219
lightbox="true"
206-
file="/images/applications/add-app-general-settings.png"
207-
url="/images/applications/add-app-general-settings.png"
220+
file="/images/applications/add-app-advanced-settings.png"
221+
url="/images/applications/add-app-advanced-settings.png"
208222
alt="Add Application: Advanced settings"
209223
caption="Add Application: Advanced settings"
210224
max-width="70%"
-14.9 KB
Loading
-2.65 KB
Loading
-8.51 KB
Loading
-15.7 KB
Loading
-20 KB
Loading
-16.9 KB
Loading
57.7 KB
Loading
-4.41 KB
Loading

0 commit comments

Comments
 (0)