Skip to content

Commit

Permalink
removing big bang
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Oct 2, 2024
1 parent 4c0f660 commit 32a8031
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 188 deletions.
119 changes: 0 additions & 119 deletions .github/workflows/test-bigbang.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/test-shim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,6 @@ jobs:
run: |
echo skipped
validate-bigbang:
runs-on: ubuntu-latest
steps:
- name: Skipped
run: |
echo skipped
validate-external:
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 0 additions & 5 deletions src/test/packages/14-import-everything/inception/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ components:
import:
url: oci://localhost:31888/import-everything:0.0.1

- name: import-big-bang
required: true
import:
url: oci://localhost:31888/import-everything:0.0.1

- name: file-imports
required: true
import:
Expand Down
57 changes: 0 additions & 57 deletions zarf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,6 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/zarf-dev/zarf/src/api/v1alpha1/zarf-package",
"$defs": {
"BigBang": {
"properties": {
"version": {
"type": "string",
"description": "The version of Big Bang to use."
},
"repo": {
"type": "string",
"description": "Override repo to pull Big Bang from instead of Repo One."
},
"valuesFiles": {
"items": {
"type": "string"
},
"type": "array",
"description": "The list of values files to pass to Big Bang; these will be merged together."
},
"skipFlux": {
"type": "boolean",
"description": "Whether to skip deploying flux; Defaults to false."
},
"fluxPatchFiles": {
"items": {
"type": "string"
},
"type": "array",
"description": "Optional paths to Flux kustomize strategic merge patch files."
}
},
"additionalProperties": false,
"type": "object",
"required": [
"version"
],
"description": "BigBang holds the configuration for the Big Bang extension.",
"patternProperties": {
"^x-": {}
}
},
"Constant": {
"properties": {
"name": {
Expand Down Expand Up @@ -533,10 +494,6 @@
"type": "array",
"description": "List of git repos to include in the package."
},
"extensions": {
"$ref": "#/$defs/ZarfComponentExtensions",
"description": "Extend component functionality with additional features."
},
"scripts": {
"$ref": "#/$defs/DeprecatedZarfComponentScripts",
"description": "[Deprecated] (replaced by actions) Custom commands to run before or after package deployment. This will be removed in Zarf v1.0.0."
Expand Down Expand Up @@ -824,20 +781,6 @@
"^x-": {}
}
},
"ZarfComponentExtensions": {
"properties": {
"bigbang": {
"$ref": "#/$defs/BigBang",
"description": "Configurations for installing Big Bang and Flux in the cluster."
}
},
"additionalProperties": false,
"type": "object",
"description": "ZarfComponentExtensions is a struct that contains all the official extensions.",
"patternProperties": {
"^x-": {}
}
},
"ZarfComponentImport": {
"properties": {
"name": {
Expand Down

0 comments on commit 32a8031

Please sign in to comment.