-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: generate hauls for each release for air-gapped delivery (#312)
## Issue <!-- Link to the github issue this PR address, ie: #123 --> ## Description <!-- Description of the changes made --> --------- Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
- Loading branch information
1 parent
b12d12e
commit 0633928
Showing
6 changed files
with
97 additions
and
4 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
Submodule build
updated
2 files
+8 −0 | .github/workflows/release.yaml | |
+6 −0 | .github/workflows/test.yaml |
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
apiVersion: content.hauler.cattle.io/v1alpha1 | ||
kind: Images | ||
metadata: | ||
name: validator-images | ||
spec: | ||
images: | ||
- name: quay.io/validator-labs/validator:v0.0.44 | ||
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.1 | ||
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.12 | ||
- name: quay.io/validator-labs/validator-plugin-kubescape:v0.0.3 | ||
- name: quay.io/validator-labs/validator-plugin-maas:v0.0.4 | ||
- name: quay.io/validator-labs/validator-plugin-network:v0.0.17 | ||
- name: quay.io/validator-labs/validator-plugin-oci:v0.0.10 | ||
- name: quay.io/validator-labs/validator-plugin-vsphere:v0.0.26 | ||
- name: quay.io/validator-labs/validator-certs-init:1.0.0 | ||
- name: gcr.io/spectro-images-public/release/spectro-cleanup:1.2.0 | ||
- name: kindest/node:v1.30.2 | ||
# TODO: align on a single kube-rbac-proxy image | ||
- name: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0 | ||
- name: gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0 | ||
--- | ||
apiVersion: content.hauler.cattle.io/v1alpha1 | ||
kind: Charts | ||
metadata: | ||
name: validator-charts | ||
spec: | ||
charts: | ||
- name: validator | ||
repoURL: https://validator-labs.github.io/validator | ||
version: 0.0.44 | ||
- name: validator-plugin-aws | ||
repoURL: https://validator-labs.github.io/validator-plugin-aws | ||
version: 0.1.1 | ||
- name: validator-plugin-azure | ||
repoURL: https://validator-labs.github.io/validator-plugin-azure | ||
version: 0.0.12 | ||
- name: validator-plugin-kubescape | ||
repoURL: https://validator-labs.github.io/validator-plugin-kubescape | ||
version: 0.0.3 | ||
- name: validator-plugin-maas | ||
repoURL: https://validator-labs.github.io/validator-plugin-maas | ||
version: 0.0.4 | ||
- name: validator-plugin-network | ||
repoURL: https://validator-labs.github.io/validator-plugin-network | ||
version: 0.0.17 | ||
- name: validator-plugin-oci | ||
repoURL: https://validator-labs.github.io/validator-plugin-oci | ||
version: 0.0.10 | ||
- name: validator-plugin-vsphere | ||
repoURL: https://validator-labs.github.io/validator-plugin-vsphere | ||
version: 0.0.26 | ||
--- | ||
apiVersion: content.hauler.cattle.io/v1alpha1 | ||
kind: Files | ||
metadata: | ||
name: validator-files | ||
spec: | ||
files: | ||
- name: validatorctl | ||
path: https://github.com/validator-labs/validatorctl/releases/download/v0.0.3/validator-linux-amd64 |