Skip to content

Commit

Permalink
api/config adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissgyulev committed May 24, 2023
1 parent 58cfc3c commit 61b2580
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 89 deletions.
175 changes: 88 additions & 87 deletions api/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ message Source {
// Ignored if the repo is an intermediate bundle since the images are inside the bundle
Containers containers = 3;

repeated Repo trustedSourceDeps = 6;
repeated Repo ignoreTrustedRepos = 6;
}

message Containers {
Expand All @@ -50,7 +50,7 @@ message Target {
string repo_name = 4;

Containers containers = 6;
bool replaceDependencyRepo = 7;
repeated Repo syncTrustedRepos = 7;
}

// Generic repo representation
Expand Down

0 comments on commit 61b2580

Please sign in to comment.