From 9a1a9377768b81da9e034dd9e1ce2eb5fabd6751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= <66256922+daniel-weisse@users.noreply.github.com> Date: Thu, 8 Dec 2022 12:08:14 +0100 Subject: [PATCH] Bump version (#34) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- .github/workflows/build-container-image.yml | 3 --- Makefile | 2 +- charts/edgeless/Chart.yaml | 4 ++-- charts/edgeless/templates/csi-azuredisk-node.yaml | 1 - charts/edgeless/values.yaml | 2 +- 5 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-container-image.yml b/.github/workflows/build-container-image.yml index 37a71cf21..4bd78eb18 100644 --- a/.github/workflows/build-container-image.yml +++ b/.github/workflows/build-container-image.yml @@ -8,9 +8,6 @@ on: default: "latest" type: string required: true - push: - branches: - - main jobs: build-csi-driver: diff --git a/Makefile b/Makefile index 24ece81d6..6edaaaa99 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g") IMAGE_NAME ?= constellation/azure-csi-driver ifneq ($(BUILD_V2), true) PLUGIN_NAME = azurediskplugin -IMAGE_VERSION ?= v1.0.0 +IMAGE_VERSION ?= v1.1.0 CHART_VERSION ?= latest else PLUGIN_NAME = azurediskpluginv2 diff --git a/charts/edgeless/Chart.yaml b/charts/edgeless/Chart.yaml index 239478890..44c7b5fe2 100644 --- a/charts/edgeless/Chart.yaml +++ b/charts/edgeless/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "v1.0.1" +appVersion: "v1.1.0" description: Azure disk Container Storage Interface (CSI) Storage Plugin with on-node encryption support name: azuredisk-csi-driver -version: v1.0.1 +version: v1.1.0 diff --git a/charts/edgeless/templates/csi-azuredisk-node.yaml b/charts/edgeless/templates/csi-azuredisk-node.yaml index 537a575f7..3b0ef9a62 100644 --- a/charts/edgeless/templates/csi-azuredisk-node.yaml +++ b/charts/edgeless/templates/csi-azuredisk-node.yaml @@ -37,7 +37,6 @@ spec: {{ toYaml .Values.imagePullSecrets | indent 8 }} {{- end }} hostNetwork: {{ .Values.linux.hostNetwork }} - dnsPolicy: Default serviceAccountName: {{ .Values.serviceAccount.node }} nodeSelector: kubernetes.io/os: linux diff --git a/charts/edgeless/values.yaml b/charts/edgeless/values.yaml index 82a1600e7..5b52761ef 100644 --- a/charts/edgeless/values.yaml +++ b/charts/edgeless/values.yaml @@ -2,7 +2,7 @@ image: baseRepo: mcr.microsoft.com azuredisk: repository: ghcr.io/edgelesssys/constellation/azure-csi-driver - tag: v1.1.0-rc0 + tag: v1.1.0 pullPolicy: IfNotPresent csiProvisioner: repository: /oss/kubernetes-csi/csi-provisioner