Skip to content

Commit

Permalink
Update hmc provider template version to 0.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Pavlov <[email protected]>
  • Loading branch information
Kshatrix committed Nov 18, 2024
1 parent 9a74039 commit dfdbf32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.3/install.yaml
kubectl apply -f https://github.com/Mirantis/hmc/releases/download/v0.0.4/install.yaml
```

or install using `helm`

```bash
helm install hmc oci://ghcr.io/mirantis/hmc/charts/hmc --version 0.0.3 -n hmc-system --create-namespace
helm install hmc oci://ghcr.io/mirantis/hmc/charts/hmc --version 0.0.4 -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-3
release: hmc-0-0-4
```
There are two options to override the default management configuration of HMC:
Expand Down
2 changes: 1 addition & 1 deletion docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ to ensure the correctly tagged HMC controller image is present in the bundle
prefix the `IMG` env var with the desired image, for example:

```bash
IMG="ghcr.io/mirantis/hmc:0.0.3" make airgap-package
IMG="ghcr.io/mirantis/hmc:0.0.4" make airgap-package
```

Not setting an `IMG` var will use the default image name/tag generated by the
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,10 +1,10 @@
apiVersion: hmc.mirantis.com/v1alpha1
kind: ProviderTemplate
metadata:
name: hmc-0-0-3
name: hmc-0-0-4
annotations:
helm.sh/resource-policy: keep
spec:
helm:
chartName: hmc
chartVersion: 0.0.3
chartVersion: 0.0.4
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.3
version: 0.0.4

dependencies:
- name: flux2
Expand Down

0 comments on commit dfdbf32

Please sign in to comment.