-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vendor 3rd-party charts and use ACR images (#305)
* Vendor 3rd-party charts and use ACR images Move 3rd-party container resources into ACR. * fixup * Update docs/development/deploying.md Co-authored-by: Tom Augspurger <taugspurger@microsoft.com> --------- Co-authored-by: Tom Augspurger <taugspurger@microsoft.com>
- Loading branch information
1 parent
6e8a0a3
commit a2847cb
Showing
8 changed files
with
95 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
server: | ||
baseHref: /argo/ | ||
secure: false | ||
# extraArgs: | ||
# - --auth-mode=server | ||
serviceAccount: | ||
name: pctasks-sa | ||
image: | ||
registry: pccomponentstest.azurecr.io | ||
repository: argoproj/argocli | ||
tag: v3.5.7 | ||
controller: | ||
image: | ||
registry: pccomponentstest.azurecr.io | ||
repository: argoproj/workflow-controller | ||
tag: v3.5.7 | ||
executor: | ||
image: | ||
registry: pccomponentstest.azurecr.io | ||
repository: argoproj/argoexec | ||
tag: v3.5.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
global: | ||
registry: pccomponentstest.azurecr.io | ||
image: | ||
keda: | ||
registry: pccomponentstest.azurecr.io | ||
repository: kedacore/keda | ||
tag: 2.14.0 | ||
metricsApiServer: | ||
registry: pccomponentstest.azurecr.io | ||
repository: kedacore/keda-metrics-apiserver | ||
tag: 2.14.0 | ||
webhooks: | ||
registry: pccomponentstest.azurecr.io | ||
repository: kedacore/keda-admission-webhooks | ||
tag: 2.14.0 |
Binary file not shown.
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters