Skip to content

Commit

Permalink
[drbd] DRBD update to 9.2.10 (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk authored Jun 13, 2024
1 parent 12101e2 commit 0906f41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/drbd/werf.inc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- $version := "9.2.9" }}
{{- $version := "9.2.10" }}
---
image: {{ $.ImageName }}
from: "registry.deckhouse.io/base_images/scratch@sha256:b054705fcc9f2205777d80a558d920c0b4209efdc3163c22b5bfcb5dda1db5fc"
Expand Down
2 changes: 1 addition & 1 deletion images/spaas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM $BASE_GOLANG_19_BULLSEYE as builder
ARG SPAAS_GITREPO=https://github.com/LINBIT/saas
ARG SPAAS_COMMIT_REF=7bef2e7976a455550bce2533487c635f20390ccf
ARG DRBD_GITREPO=https://github.com/LINBIT/drbd
ARG DRBD_VERSION=9.2.9
ARG DRBD_VERSION=9.2.10

# Copy patches
COPY ./patches /patches
Expand Down
2 changes: 1 addition & 1 deletion openapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ properties:
properties:
drbdVersion:
type: string
default: "9.2.9"
default: "9.2.10"
dataNodesChecksum:
type: string
default: "default_data_nodes_checksum"
Expand Down

0 comments on commit 0906f41

Please sign in to comment.