Skip to content

Commit

Permalink
Update templates for v0.0.7 (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshatrix authored Jan 14, 2025
1 parent a85fab1 commit 981747c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Mirantis Hybrid Multi Cluster (KCM), Codename: Project 0x2A
# k0rdent Cluster Manager (KCM)

## Overview

Mirantis Hybrid Multi Cluster is part of Mirantis Project 0x2A which is focused
k0rdent Cluster Manager is part of k0rdent which is focused
on delivering a open source approach to providing an enterprise grade
multi-cluster kubernetes management solution based entirely on standard open
source tooling that works across private or public clouds.
Expand All @@ -20,13 +20,13 @@ Detailed documentation is available in [K0rdent Docs](https://k0rdent.github.io/
### TL;DR

```bash
kubectl apply -f https://github.com/K0rdent/kcm/releases/download/v0.0.6/install.yaml
kubectl apply -f https://github.com/K0rdent/kcm/releases/download/v0.0.7/install.yaml
```

or install using `helm`

```bash
helm install kcm oci://ghcr.io/k0rdent/kcm/charts/kcm --version 0.0.6 -n kcm-system --create-namespace
helm install kcm oci://ghcr.io/k0rdent/kcm/charts/kcm --version 0.0.7 -n kcm-system --create-namespace
```

Then follow the [Deploy a cluster deployment](#create-a-clusterdeployment) guide to
Expand Down
2 changes: 1 addition & 1 deletion templates/provider/kcm-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.6
version: 0.0.7
6 changes: 3 additions & 3 deletions templates/provider/kcm-templates/files/release.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: k0rdent.mirantis.com/v1alpha1
kind: Release
metadata:
name: kcm-0-0-6
name: kcm-0-0-7
annotations:
helm.sh/resource-policy: keep
labels:
k0rdent.mirantis.com/component: kcm
spec:
version: 0.0.6
version: 0.0.7
kcm:
template: kcm-0-0-6
template: kcm-0-0-7
capi:
template: cluster-api-0-0-6
providers:
Expand Down
4 changes: 2 additions & 2 deletions templates/provider/kcm-templates/files/templates/kcm.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: k0rdent.mirantis.com/v1alpha1
kind: ProviderTemplate
metadata:
name: kcm-0-0-6
name: kcm-0-0-7
annotations:
helm.sh/resource-policy: keep
labels:
Expand All @@ -10,7 +10,7 @@ spec:
helm:
chartSpec:
chart: kcm
version: 0.0.6
version: 0.0.7
interval: 10m0s
sourceRef:
kind: HelmRepository
Expand Down
2 changes: 1 addition & 1 deletion templates/provider/kcm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.6
version: 0.0.7

dependencies:
- name: flux2
Expand Down

0 comments on commit 981747c

Please sign in to comment.