Skip to content

Commit

Permalink
Update templates for release 0.0.6 (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
a13x5 authored Jan 3, 2025
1 parent 808c43a commit 97a3a1f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Detailed documentation is available in [Project 0x2A Docs](https://mirantis.gith
### TL;DR

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

or install using `helm`

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

Then follow the [Deploy a cluster deployment](#deploy-a-cluster-deployment) guide to
Expand Down
2 changes: 1 addition & 1 deletion templates/provider/hmc-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.5
version: 0.0.6
6 changes: 3 additions & 3 deletions templates/provider/hmc-templates/files/release.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: hmc.mirantis.com/v1alpha1
kind: Release
metadata:
name: hmc-0-0-5
name: hmc-0-0-6
annotations:
helm.sh/resource-policy: keep
spec:
version: 0.0.5
version: 0.0.6
hmc:
template: hmc-0-0-5
template: hmc-0-0-6
capi:
template: cluster-api-0-0-6
providers:
Expand Down
4 changes: 2 additions & 2 deletions templates/provider/hmc-templates/files/templates/hmc.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: hmc.mirantis.com/v1alpha1
kind: ProviderTemplate
metadata:
name: hmc-0-0-5
name: hmc-0-0-6
annotations:
helm.sh/resource-policy: keep
spec:
helm:
chartSpec:
chart: hmc
version: 0.0.5
version: 0.0.6
interval: 10m0s
sourceRef:
kind: HelmRepository
Expand Down
2 changes: 1 addition & 1 deletion templates/provider/hmc/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.5
version: 0.0.6

dependencies:
- name: flux2
Expand Down

0 comments on commit 97a3a1f

Please sign in to comment.