mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-02-14 09:59:50 +00:00
* added/fixed helm chart images/dependencies features * added helm chart images/dependencies features to sync/manifests * more fixes for helm chart images/dependencies features * fixed tests for incorrect referenced images * fixed sync for helm chart images/dependencies * added helm chart image annotations and registry/platform features * updated ordering of experimental * added more parsing types for helm images/dependencies * a few more remove artifacts updates --------- Signed-off-by: Zack Brady <zackbrady123@gmail.com>
68 lines
1.7 KiB
YAML
Executable File
68 lines
1.7 KiB
YAML
Executable File
# v1 manifests
|
|
apiVersion: content.hauler.cattle.io/v1
|
|
kind: Images
|
|
metadata:
|
|
name: hauler-content-images-example
|
|
spec:
|
|
images:
|
|
- name: ghcr.io/hauler-dev/library/busybox
|
|
- name: ghcr.io/hauler-dev/library/busybox:stable
|
|
platform: linux/amd64
|
|
- name: gcr.io/distroless/base@sha256:7fa7445dfbebae4f4b7ab0e6ef99276e96075ae42584af6286ba080750d6dfe5
|
|
---
|
|
apiVersion: content.hauler.cattle.io/v1
|
|
kind: Charts
|
|
metadata:
|
|
name: hauler-content-charts-example
|
|
spec:
|
|
charts:
|
|
- name: rancher
|
|
repoURL: https://releases.rancher.com/server-charts/stable
|
|
version: 2.8.5
|
|
- name: hauler-helm
|
|
repoURL: oci://ghcr.io/hauler-dev
|
|
---
|
|
apiVersion: content.hauler.cattle.io/v1
|
|
kind: Files
|
|
metadata:
|
|
name: hauler-content-files-example
|
|
spec:
|
|
files:
|
|
- path: https://get.rke2.io
|
|
name: install.sh
|
|
- path: testdata/hauler-manifest.yaml
|
|
---
|
|
# v1alpha1 manifests
|
|
apiVersion: content.hauler.cattle.io/v1alpha1
|
|
kind: Images
|
|
metadata:
|
|
name: hauler-content-images-example
|
|
spec:
|
|
images:
|
|
- name: ghcr.io/hauler-dev/library/busybox
|
|
- name: ghcr.io/hauler-dev/library/busybox:stable
|
|
platform: linux/amd64
|
|
- name: gcr.io/distroless/base@sha256:7fa7445dfbebae4f4b7ab0e6ef99276e96075ae42584af6286ba080750d6dfe5
|
|
---
|
|
apiVersion: content.hauler.cattle.io/v1alpha1
|
|
kind: Charts
|
|
metadata:
|
|
name: hauler-content-charts-example
|
|
spec:
|
|
charts:
|
|
- name: rancher
|
|
repoURL: https://releases.rancher.com/server-charts/stable
|
|
version: 2.8.5
|
|
- name: hauler-helm
|
|
repoURL: oci://ghcr.io/hauler-dev
|
|
---
|
|
apiVersion: content.hauler.cattle.io/v1alpha1
|
|
kind: Files
|
|
metadata:
|
|
name: hauler-content-files-example
|
|
spec:
|
|
files:
|
|
- path: https://get.rke2.io
|
|
name: install.sh
|
|
- path: testdata/hauler-manifest.yaml
|