Skip to content

Commit

Permalink
chore: Update helm chart tag (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
helayoty committed Nov 17, 2022
1 parent 55f6905 commit ad4a0dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/virtual-kubelet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ maintainers:
name: virtual-kubelet-azure-aci
sources:
- https://github.com/virtual-kubelet/azure-aci
version: 1.4.6
version: 1.4.7

6 changes: 3 additions & 3 deletions charts/virtual-kubelet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ cd helm
2. Install chart using Helm v3.0+
```shell
$ export CHART_NAME=virtual-kubelet-azure-aci
$ export VK_RELEASE=virtual-kubelet-azure-aci-1.4.6
$ export VK_RELEASE=virtual-kubelet-azure-aci-1.4.7
$ export NODE_NAME=virtual-kubelet-aci
$ export CHART_URL=https://github.com/virtual-kubelet/azure-aci/raw/gh-pages/charts/$VK_RELEASE.tgz

Expand All @@ -39,7 +39,7 @@ $ kubectl get nodes

```shell
NAME STATUS ROLES AGE VERSION
virtual-kubelet-aci Ready agent 2m v1.19.10-vk-azure-aci-v1.4.6-dev
virtual-kubelet-aci Ready agent 2m v1.19.10-vk-azure-aci-v1.4.7-dev
```
</details><br/>

Expand All @@ -52,7 +52,7 @@ The following table lists the configurable parameters of the azure-aci chart and
| image.secretName | The name of image secret. | `virtual-kubelet-aci-acr` |
| image.repository | Image repository. | `mcr.microsoft.com` |
| image.name | Image name. | `oss/virtual-kubelet/virtual-kubelet` |
| image.tag | Image release version/tag. | `1.4.6` |
| image.tag | Image release version/tag. | `1.4.7` |
| image.pullPolicy | Image pull policy. | `Always` |
| nodeName | The node name that will be assigned to be the VK one. | `virtual-node-aci-linux-helm` |
| nodeOsType | The node/VM type. Values should be `Windows` or `Linux`. | `Linux` |
Expand Down
2 changes: 1 addition & 1 deletion charts/virtual-kubelet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
secretName: virtual-kubelet-aci-acr
repository: mcr.microsoft.com
name: oss/virtual-kubelet/virtual-kubelet
tag: 1.4.6
tag: 1.4.7
pullPolicy: Always

useVKVersion2: true
Expand Down
2 changes: 1 addition & 1 deletion docs/DOWNGRADE-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ kubectl get nodes

NAME STATUS ROLES AGE VERSION
virtual-kubelet-aci-1.4.5 Ready agent 2m v1.19.10-vk-azure-aci-v1.4.5
virtual-node-aci-linux Ready agent 150m v1.19.10-vk-azure-aci-v1.4.6-dev
virtual-node-aci-linux Ready agent 150m v1.19.10-vk-azure-aci-v1.4.7-dev
```

The `virtual-kubelet-aci-1.4.5` virtual node is managed by the downgraded version of ACI virtual kubelet.
Expand Down

0 comments on commit ad4a0dc

Please sign in to comment.