Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs/templates for v0.0.5 #792

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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/Mirantis/hmc/releases/download/v0.0.4/install.yaml
kubectl apply -f https://github.com/Mirantis/hmc/releases/download/v0.0.5/install.yaml
```

or install using `helm`

```bash
helm install hmc oci://ghcr.io/mirantis/hmc/charts/hmc --version 0.0.4 -n hmc-system --create-namespace
helm install hmc oci://ghcr.io/mirantis/hmc/charts/hmc --version 0.0.5 -n hmc-system --create-namespace
```

Then follow the [Deploy a managed cluster](#deploy-a-managed-cluster) guide to
Expand Down Expand Up @@ -83,7 +83,7 @@ spec:
- name: cluster-api-provider-azure
- name: cluster-api-provider-vsphere
- name: projectsveltos
release: hmc-0-0-4
release: hmc-0-0-5
```

There are two options to override the default management configuration of HMC:
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.3
version: 0.0.5
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-4
name: hmc-0-0-5
annotations:
helm.sh/resource-policy: keep
spec:
version: 0.0.4
version: 0.0.5
hmc:
template: hmc-0-0-4
template: hmc-0-0-5
capi:
template: cluster-api-0-0-5
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-4
name: hmc-0-0-5
annotations:
helm.sh/resource-policy: keep
spec:
helm:
chartSpec:
chart: hmc
version: 0.0.4
version: 0.0.5
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.4
version: 0.0.5

dependencies:
- name: flux2
Expand Down
Loading