Skip to content

Commit 61b2580

Browse files
committed
api/config adjustments
1 parent 58cfc3c commit 61b2580

File tree

2 files changed

+90
-89
lines changed

2 files changed

+90
-89
lines changed

api/config.pb.go

+88-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/config.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ message Source {
2424
// Ignored if the repo is an intermediate bundle since the images are inside the bundle
2525
Containers containers = 3;
2626

27-
repeated Repo trustedSourceDeps = 6;
27+
repeated Repo ignoreTrustedRepos = 6;
2828
}
2929

3030
message Containers {
@@ -50,7 +50,7 @@ message Target {
5050
string repo_name = 4;
5151

5252
Containers containers = 6;
53-
bool replaceDependencyRepo = 7;
53+
repeated Repo syncTrustedRepos = 7;
5454
}
5555

5656
// Generic repo representation

0 commit comments

Comments
 (0)