Skip to content

Commit 1c41fe3

Browse files
bump up version
1 parent 6a43fbe commit 1c41fe3

File tree

3 files changed

+9
-31
lines changed

3 files changed

+9
-31
lines changed

argo/argo-cd/app.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
apiVersion: argoproj.io/v1alpha1
22
kind: Application
33
metadata:
4-
name: test2
4+
name: example-app
55
namespace: argocd
66
spec:
77
project: default
88
source:
99
repoURL: https://github.com/marcel-dempers/docker-development-youtube-series.git
1010
targetRevision: HEAD
1111
path: argo/example-app
12+
directory:
13+
recurse: true
1214
destination:
1315
server: https://kubernetes.default.svc
14-
namespace: test
16+
namespace: example-app
17+
syncPolicy:
18+
automated:
19+
prune: false
20+
selfHeal: false

argo/example-app/deployments/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
spec:
2323
containers:
2424
- name: example-app
25-
image: aimvector/python:1.0.0
25+
image: aimvector/python:1.0.1
2626
imagePullPolicy: Always
2727
ports:
2828
- containerPort: 5000

argo/example-app/deployments/readme.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)