Skip to content

Commit

Permalink
release: update manifest and helm charts for v1.4.10 (#432)
Browse files Browse the repository at this point in the history
Co-authored-by: helayoty <helayoty@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and helayoty authored Jan 25, 2023
1 parent 6f9a015 commit 9d1ae59
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TEST_CREDENTIALS_JSON ?= $(TEST_CREDENTIALS_DIR)/credentials.json
TEST_LOGANALYTICS_JSON ?= $(TEST_CREDENTIALS_DIR)/loganalytics.json
export TEST_CREDENTIALS_JSON TEST_LOGANALYTICS_JSON

VERSION ?= v1.4.9
VERSION ?= v1.4.10
REGISTRY ?= ghcr.io
IMG_NAME ?= virtual-kubelet
INIT_IMG_NAME ?= init-validation
Expand Down
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.9
version: 1.4.10

2 changes: 1 addition & 1 deletion charts/virtual-kubelet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ cd helm
2. Install chart using Helm v3.0+

```shell
$ export RELEASE_TAG=1.4.9
$ export RELEASE_TAG=1.4.10
$ export CHART_NAME=virtual-kubelet-azure-aci
$ export VK_RELEASE=$CHART_NAME-$RELEASE_TAG
$ export NODE_NAME=virtual-kubelet-aci
Expand Down
4 changes: 2 additions & 2 deletions charts/virtual-kubelet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ image:
secretName: virtual-kubelet-aci-acr
repository: mcr.microsoft.com
name: oss/virtual-kubelet/virtual-kubelet
tag: 1.4.9
tag: 1.4.10
pullPolicy: Always

initImage:
repository: mcr.microsoft.com
name: init-validation
tag: 0.1.0
tag: 1.4.10
pullPolicy: Always

namespace: vk-azure-aci
Expand Down
2 changes: 1 addition & 1 deletion docs/UPGRADE-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install [Helm](https://helm.sh/docs/intro/quickstart/#install-helm)
### Clone the project

```shell
$ export RELEASE_TAG=1.4.9
$ export RELEASE_TAG=1.4.10
$ git clone https://github.com/virtual-kubelet/azure-aci.git
$ cd azure-aci
$ git checkout v$RELEASE_TAG
Expand Down

0 comments on commit 9d1ae59

Please sign in to comment.