Releases: Skarlso/crd-bootstrap
Releases · Skarlso/crd-bootstrap
v0.9.8
v0.9.0
Release v0.9.0
Added ability to apply CRDs into a target cluster using a KubeConfig.
v0.8.0
Release v0.8.0
Added unit tests for the Helm Charts and removed the deprecated Kustomize way of installing the controller
and generating manifests.
v0.7.0
Release v0.7.0
This release contains a BUNCH of dependency updates for latest versions.
v0.6.0
v0.5.3
Release v0.5.3
Add authentication to private helm chart resources.
v0.5.2
Release v0.5.2
Updated dependencies.
v0.5.1
Release v0.5.1
Updated dependencies.
v0.5.0
Release v0.5.0
Add Helm Chart as a resource.
Use either HTTP sources...
apiVersion: delivery.crd-bootstrap/v1alpha1
kind: Bootstrap
metadata:
name: bootstrap-sample-helm
namespace: crd-bootstrap-system
spec:
interval: 10s
source:
helm:
chartReference: https://ibm.github.io/helm101/
chartName: guestbook
version:
semver: 0.2.1
Or an OCI source:
apiVersion: delivery.crd-bootstrap/v1alpha1
kind: Bootstrap
metadata:
name: bootstrap-sample-helm
namespace: crd-bootstrap-system
spec:
interval: 10s
source:
helm:
chartReference: oci://ghcr.io/skarlso/helm/crd-bootstrap
chartName: crd-bootstrap
version:
semver: v0.4.2
Either way, the helm chart needs to have the crds in a folder called crds
.
For now, only public sources will work that have no authentication.
v0.4.2
Release v0.4.2
Rename the artifact file.