-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7982b4
commit a8d1695
Showing
1 changed file
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# CI/CD WORKSHOP | ||
|
||
### CI/CD WORKSHOP | ||
![why](https://media.makeameme.org/created/why-cicd.jpg) | ||
|
||
<!-- .slide: data-transition="zoom" --> | ||
--- | ||
|
@@ -38,7 +38,10 @@ [email protected] | |
## /STAGING | ||
![staging](https://miro.medium.com/v2/resize:fit:1400/format:webp/0*0RwREBh9PBZDvy9a.png) | ||
-- | ||
## /STAGING | ||
## /GITOPS TOOLS | ||
![staging](https://www.inovex.de/wp-content/uploads/2019/07/argocd-workflow.png) | ||
-- | ||
## /GITOPS TOOLS | ||
![staging](https://codefresh.io/wp-content/uploads/2023/07/with-caching.png) | ||
-- | ||
## /ARGO-CD | ||
|
@@ -54,11 +57,11 @@ [email protected] | |
* GitOps only allows declarative configuration. | ||
-- | ||
## /GitOps PullRequest | ||
* Changes to application configuration | ||
* Changes to container images | ||
* Changes to Kubernetes cluster configuration | ||
* Fixes to errors in an environment | ||
* Defining new infrastructure via declarative configuration | ||
* Updating an environment to new requirements | ||
* Changes to application configuration <!-- .element: class="fragment fade-up" --> | ||
* Changes to container images <!-- .element: class="fragment fade-up" --> | ||
* Changes to Kubernetes cluster configuration <!-- .element: class="fragment fade-up" --> | ||
* Fixes to errors in an environment <!-- .element: class="fragment fade-up" --> | ||
* Defining new infrastructure via declarative configuration <!-- .element: class="fragment fade-up" --> | ||
* Updating an environment to new requirements <!-- .element: class="fragment fade-up" --> | ||
-- | ||
|