File tree 8 files changed +17
-17
lines changed
8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 15
15
project : default
16
16
source :
17
17
path : manifests/overlays/dev
18
- repoURL : https://github.com/datadog /sdlc-gitops-sample-stack.git
18
+ repoURL : https://github.com/scottgerring /sdlc-gitops-sample-stack.git
19
19
targetRevision : deploy
20
20
syncPolicy :
21
21
automated :
Original file line number Diff line number Diff line change 16
16
spec :
17
17
containers :
18
18
- name : load-test-service
19
- image : ghcr.io/datadog /sdlc-gitops-sample-stack/load-test-service:latest
19
+ image : ghcr.io/scottgerring /sdlc-gitops-sample-stack/load-test-service:latest
20
20
imagePullPolicy : IfNotPresent
21
21
env :
22
22
- name : K6_SCRIPT
Original file line number Diff line number Diff line change 17
17
spec :
18
18
containers :
19
19
- name : pass-api
20
- image : ghcr.io/datadog /sdlc-gitops-sample-stack/pass-api:latest
20
+ image : ghcr.io/scottgerring /sdlc-gitops-sample-stack/pass-api:latest
21
21
ports :
22
22
- containerPort : 8080
23
23
readinessProbe :
Original file line number Diff line number Diff line change 15
15
spec :
16
16
containers :
17
17
- name : pass-image-api
18
- image : ghcr.io/datadog /sdlc-gitops-sample-stack/pass-image-api:latest
18
+ image : ghcr.io/scottgerring /sdlc-gitops-sample-stack/pass-image-api:latest
19
19
ports :
20
20
- containerPort : 8080
21
21
readinessProbe :
Original file line number Diff line number Diff line change 17
17
spec :
18
18
containers :
19
19
- name : pass-summary-api
20
- image : ghcr.io/datadog /sdlc-gitops-sample-stack/pass-summary-api:latest
20
+ image : ghcr.io/scottgerring /sdlc-gitops-sample-stack/pass-summary-api:latest
21
21
ports :
22
22
- containerPort : 8080
23
23
readinessProbe :
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ configMapGenerator:
27
27
- DD_VERSION=latest
28
28
29
29
images :
30
- - name : ghcr.io/datadog /sdlc-gitops-sample-stack/pass-api
30
+ - name : ghcr.io/scottgerring /sdlc-gitops-sample-stack/pass-api
31
31
newTag : " latest"
32
32
33
- - name : ghcr.io/datadog /sdlc-gitops-sample-stack/pass-summary-api
33
+ - name : ghcr.io/scottgerring /sdlc-gitops-sample-stack/pass-summary-api
34
34
newTag : " latest"
35
35
36
- - name : ghcr.io/datadog /sdlc-gitops-sample-stack/pass-image-api
36
+ - name : ghcr.io/scottgerring /sdlc-gitops-sample-stack/pass-image-api
37
37
newTag : " latest"
38
38
39
- - name : ghcr.io/datadog /sdlc-gitops-sample-stack/load-test-service
39
+ - name : ghcr.io/scottgerring /sdlc-gitops-sample-stack/load-test-service
40
40
newTag : " latest"
Original file line number Diff line number Diff line change @@ -39,19 +39,19 @@ configMapGenerator:
39
39
- DD_VERSION=latest
40
40
41
41
images :
42
- - name : ghcr.io/datadog /sdlc-gitops-sample-stack/pass-api
42
+ - name : ghcr.io/scottgerring /sdlc-gitops-sample-stack/pass-api
43
43
newName : pass-api
44
44
newTag : " latest"
45
45
46
- - name : ghcr.io/datadog /sdlc-gitops-sample-stack/pass-summary-api
46
+ - name : ghcr.io/scottgerring /sdlc-gitops-sample-stack/pass-summary-api
47
47
newName : pass-summary-api
48
48
newTag : " latest"
49
49
50
- - name : ghcr.io/datadog /sdlc-gitops-sample-stack/pass-image-api
50
+ - name : ghcr.io/scottgerring /sdlc-gitops-sample-stack/pass-image-api
51
51
newName : pass-image-api
52
52
newTag : " latest"
53
53
54
- - name : ghcr.io/datadog /sdlc-gitops-sample-stack/load-test-service
54
+ - name : ghcr.io/scottgerring /sdlc-gitops-sample-stack/load-test-service
55
55
newName : load-test-service
56
56
newTag : " latest"
57
57
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ links:
16
16
- name : Source
17
17
type : repo
18
18
provider : github
19
- url : https://github.com/datadog /sdlc-gitops-sample-stack
19
+ url : https://github.com/scottgerring /sdlc-gitops-sample-stack
20
20
- name : docs
21
21
type : doc
22
22
provider : link
23
- url : https://github.com/datadog /sdlc-gitops-sample-stack
23
+ url : https://github.com/scottgerring /sdlc-gitops-sample-stack
24
24
tags :
25
25
- cost-center:engineering
26
26
---
@@ -39,11 +39,11 @@ links:
39
39
- name : Source
40
40
type : repo
41
41
provider : github
42
- url : https://github.com/datadog /sdlc-gitops-sample-stack
42
+ url : https://github.com/scottgerring /sdlc-gitops-sample-stack
43
43
- name : docs
44
44
type : doc
45
45
provider : link
46
- url : https://github.com/datadog /sdlc-gitops-sample-stack
46
+ url : https://github.com/scottgerring /sdlc-gitops-sample-stack
47
47
tags :
48
48
- cost-center:engineering
49
49
You can’t perform that action at this time.
0 commit comments