Skip to content

Commit

Permalink
Define new CMAB with updated vCluster (v0.19.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
yankcrime committed May 21, 2024
1 parent cff2901 commit 4f6fd01
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
11 changes: 9 additions & 2 deletions charts/unikorn/templates/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ kind: HelmApplication
metadata:
name: cert-manager-issuers
spec:
name: Eschercloud AI Issuers for cert-manager
name: Default ClusterIssuers for cert-manager
description: |-
Provides a default set of cluster-wide issuers for use with Jetstack cert-manager.
These include Let's Encrypt staging and production servers.
Expand Down Expand Up @@ -75,6 +75,13 @@ spec:
parameters:
- name: hostpathMapper.enabled
value: 'true'
- version: 0.19.5
repo: https://charts.loft.sh
chart: vcluster
release: vcluster
parameters:
- name: hostpathMapper.enabled
value: 'true'
---
apiVersion: unikorn-cloud.org/v1alpha1
kind: HelmApplication
Expand All @@ -90,7 +97,7 @@ spec:
tags:
- infrastructure
versions:
- version: v0.1.12
- version: v0.1.11
repo: https://unikorn-cloud.github.io/helm-cluster-api
chart: cluster-api
interface: 1.0.0
Expand Down
25 changes: 24 additions & 1 deletion charts/unikorn/templates/clustermanagerapplicationbundles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,27 @@ spec:
reference:
kind: HelmApplication
name: cluster-api
version: v0.1.12
version: v0.1.11
---
apiVersion: unikorn-cloud.org/v1alpha1
kind: ClusterManagerApplicationBundle
metadata:
name: cluster-manager-1.1.0
spec:
version: 1.1.0
applications:
- name: vcluster
reference:
kind: HelmApplication
name: vcluster
version: 0.19.5
- name: cert-manager
reference:
kind: HelmApplication
name: cert-manager
version: v1.12.4
- name: cluster-api
reference:
kind: HelmApplication
name: cluster-api
version: v0.1.11

0 comments on commit 4f6fd01

Please sign in to comment.