-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds registry1 flavor of uds runtime (#925)
## Description adds registry1 flavor of uds runtime --------- Co-authored-by: UnicornChance <[email protected]> Co-authored-by: Micah Nagel <[email protected]>
- Loading branch information
1 parent
2f51c75
commit 0011852
Showing
5 changed files
with
64 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,7 @@ components: | |
|
||
# UDS Runtime | ||
- name: uds-runtime | ||
required: false | ||
required: true | ||
import: | ||
path: ../ui | ||
|
||
|
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,29 @@ | ||
# Copyright 2024 Defense Unicorns | ||
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial | ||
|
||
kind: ZarfPackageConfig | ||
metadata: | ||
name: uds-core-runtime | ||
description: "UDS Core Runtime" | ||
url: "https://github.com/defenseunicorns/uds-runtime" | ||
|
||
components: | ||
- name: uds-runtime | ||
required: true | ||
charts: | ||
- name: uds-runtime | ||
namespace: uds-runtime | ||
version: "v0.7.0" | ||
url: https://github.com/defenseunicorns/uds-runtime.git | ||
gitPath: chart | ||
actions: | ||
onDeploy: | ||
after: | ||
- description: Validate Runtime Package | ||
maxTotalSeconds: 300 | ||
wait: | ||
cluster: | ||
kind: packages.uds.dev | ||
name: uds-runtime | ||
namespace: uds-runtime | ||
condition: "'{.status.phase}'=Ready" |
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,6 @@ | ||
# Copyright 2024 Defense Unicorns | ||
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial | ||
|
||
image: | ||
repository: registry1.dso.mil/ironbank/opensource/defenseunicorns/uds/runtime | ||
tag: 0.7.0 |
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