diff --git a/.werf/consts.yaml b/.werf/consts.yaml index dad02041..7148067c 100644 --- a/.werf/consts.yaml +++ b/.werf/consts.yaml @@ -15,7 +15,7 @@ # component versions {{- $versions := dict }} {{- $_ := set $versions "UTIL_LINUX" "v2.39.3" }} -{{- $_ := set $versions "DRBD" "9.2.13" }} +{{- $_ := set $versions "DRBD" "9.2.14" }} {{- $_ := set $versions "DRBD_REACTOR" "1.8.0" }} {{- $_ := set $versions "DRBD_UTILS" "9.30.0" }} {{- $_ := set $versions "LINSTOR_AFFINITY_CONTROLLER" "0.3.0" }} @@ -40,9 +40,8 @@ {{- $_ := set $ "VERSIONS" $versions }} - # custom constants {{- $_ := set $ "BUILD_PACKAGES" "build-essential rpm-build rpm-macros-intro-conflicts sudo git jq" }} {{- $_ := set $ "DECKHOUSE_UID_GID" "64535" }} {{- $_ := set $ "ALT_CLEANUP_CMD" "rm -rf /var/lib/apt/lists/* /var/cache/apt/* && mkdir -p /var/lib/apt/lists/partial /var/cache/apt/archives/partial" }} -{{- $_ := set $ "ALT_BASE_PACKAGES" "openssl libtirpc tzdata" }} \ No newline at end of file +{{- $_ := set $ "ALT_BASE_PACKAGES" "openssl libtirpc tzdata" }} diff --git a/openapi/values_ce.yaml b/openapi/values_ce.yaml index 7967f1e8..3c243bb1 100644 --- a/openapi/values_ce.yaml +++ b/openapi/values_ce.yaml @@ -15,7 +15,7 @@ properties: properties: drbdVersion: type: string - default: "9.2.13" + default: "9.2.14" dataNodesChecksum: type: string default: "default_data_nodes_checksum" diff --git a/openapi/values_ee.yaml b/openapi/values_ee.yaml index 7967f1e8..3c243bb1 100644 --- a/openapi/values_ee.yaml +++ b/openapi/values_ee.yaml @@ -15,7 +15,7 @@ properties: properties: drbdVersion: type: string - default: "9.2.13" + default: "9.2.14" dataNodesChecksum: type: string default: "default_data_nodes_checksum"