Skip to content

Commit

Permalink
Update cicd-gitops.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Oct 14, 2024
1 parent e7982b4 commit a8d1695
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions presentations/cicd-gitops.md
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" -->
---
Expand Down Expand Up @@ -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
Expand All @@ -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" -->
--

0 comments on commit a8d1695

Please sign in to comment.