Skip to content

Commit

Permalink
Re-introduce v0.19 of vCluster
Browse files Browse the repository at this point in the history
Essentially revert 14e70f2, but introduce it as a new
clustermanagerapplicationbundle so that existing Cluster Managers can
still be managed without having to be destroyed.
  • Loading branch information
yankcrime committed Dec 17, 2024
1 parent 9416ea0 commit 7cd0674
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/kubernetes/templates/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ spec:
value: 'true'
- name: controlPlane.statefulSet.persistence.volumeClaim.retentionPolicy
value: Delete
- version: 0.19.5
repo: https://charts.loft.sh
chart: vcluster
release: vcluster
parameters:
- name: hostpathMapper.enabled
value: 'true'
- name: autoDeletePersistentVolumeClaims
value: 'true'
---
apiVersion: unikorn-cloud.org/v1alpha1
kind: HelmApplication
Expand Down
25 changes: 25 additions & 0 deletions charts/kubernetes/templates/clustermanagerapplicationbundles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,28 @@ spec:
kind: HelmApplication
name: {{ include "resource.id" "cluster-api" }}
version: v0.2.1
---
apiVersion: unikorn-cloud.org/v1alpha1
kind: ClusterManagerApplicationBundle
metadata:
name: cluster-manager-1.1.0
labels:
{{- include "unikorn.labels" . | nindent 4 }}
spec:
version: 1.1.0
applications:
- name: vcluster
reference:
kind: HelmApplication
name: {{ include "resource.id" "vcluster" }}
version: 0.19.5
- name: cert-manager
reference:
kind: HelmApplication
name: {{ include "resource.id" "cert-manager" }}
version: v1.14.5
- name: cluster-api
reference:
kind: HelmApplication
name: {{ include "resource.id" "cluster-api" }}
version: v0.2.1

0 comments on commit 7cd0674

Please sign in to comment.