From 2eabdb361f34135e640ac210269c897358c27db0 Mon Sep 17 00:00:00 2001 From: peng9808 Date: Thu, 11 Jan 2024 16:43:34 +0800 Subject: [PATCH] v0.4.1 --- Makefile | 2 +- helm/drbd-adapter/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4fd7a88..9404ebf 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL := /bin/bash ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST)))) -CHART_VER ?= 0.4.0 +CHART_VER ?= 0.4.1 DRBD_VER ?= 9.0.32-1# another tested value is: 9.1.11 DRBD_UTILS_VER ?= 9.12.1# another tested value is: 9.21.4 diff --git a/helm/drbd-adapter/Chart.yaml b/helm/drbd-adapter/Chart.yaml index 2556667..6ca92e3 100644 --- a/helm/drbd-adapter/Chart.yaml +++ b/helm/drbd-adapter/Chart.yaml @@ -4,6 +4,6 @@ description: A DRBD kernel loader that auto-adapts OS distros type: application -version: v0.4.0 +version: v0.4.1 appVersion: v9.0.32