Skip to content

Commit

Permalink
Merge pull request #80 from spectrocloud/feat/oam-app-controller-0.0.3
Browse files Browse the repository at this point in the history
feat: add oam-app-controller 0.0.3 (PAD-246)
  • Loading branch information
mattwelke authored May 29, 2024
2 parents 4eb0a2f + 0ce24ad commit 69f8d96
Show file tree
Hide file tree
Showing 8 changed files with 738 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packs/oam-app-controller-0.0.3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# OAM App Controller

## Overview
The OAM App Controller is a pack of packs used to deploy OAM applications.
The internal packs within the OAM App Controller are the app-core, flux2, and zot.

## CloudTypes supported:
Supported for all cloudTypes

## References:
* [Flux](https://fluxcd.io/)
* [Github Flux](https://github.com/fluxcd/flux2)
* [Zot](https://zotregistry.dev)
* [Github Zot](https://github.com/project-zot/zot)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added packs/oam-app-controller-0.0.3/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions packs/oam-app-controller-0.0.3/pack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "oam-app-controller",
"displayName": "OAM App Controller",
"annotations": {
"description": "OAM Application Controller",
"contributor": "spectrocloud"
},
"version": "0.0.3",
"charts": [
"charts/app-core-0.0.3.tgz",
"charts/flux2-2.12.4.tgz",
"charts/zot-0.1.50.tgz"
],
"layer": "addon",
"addonType": "system app",
"cloudTypes": [
"all"
]
}
2 changes: 2 additions & 0 deletions packs/oam-app-controller-0.0.3/schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pack.namespace:
schema: '{{ required | format "${string}" }}'
Loading

0 comments on commit 69f8d96

Please sign in to comment.