Skip to content

Commit

Permalink
* make werf manifests compatible with other modules (like sds-replica…
Browse files Browse the repository at this point in the history
…ted-volume)

Signed-off-by: Ivan.Makeev <[email protected]>
  • Loading branch information
Ranger-X committed Dec 20, 2024
1 parent b6814e9 commit 67f2753
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .werf/consts.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# base images
{{- $_ := set $ "BASE_ALPINE_DEV" "registry.deckhouse.io/base_images/dev-alpine:3.16.3@sha256:c706fa83cc129079e430480369a3f062b8178cac9ec89266ebab753a574aca8e" }}
{{- $_ := set $ "BASE_ALT_P11" "registry.deckhouse.io/base_images/alt:p11@sha256:c396cd7348a48f9236413e2ef5569223c15e554c0a3ca37f9d92fb787d4f1893" }}
{{- $_ := set $ "BASE_ALT_DEV" "registry.deckhouse.ru/base_images/dev-alt:p10@sha256:76e6e163fa982f03468166203488b569e6d9fc10855d6a259c662706436cdcad" }}
{{- $_ := set $ "BASE_GOLANG_1_22" "registry.deckhouse.io/base_images/golang:1.22.7-bullseye@sha256:e5dc67bf84590c008338a0e30f56a6ed2092a38e0d2895c797dd501db73a2330" }}
{{- $_ := set $ "BASE_SCRATCH" "registry.deckhouse.io/base_images/scratch@sha256:653ae76965c98c8cd1c8c9ff7725316d2983986f896655b30e0f44d2f8b2dd7e" }}

Expand Down
2 changes: 1 addition & 1 deletion images/agent/werf.inc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ $binaries := "/opt/deckhouse/sds/lib/libblkid.so.1 /opt/deckhouse/sds/lib/libmount.so.1 /opt/deckhouse/sds/lib/libsmartcols.so.1 /opt/deckhouse/sds/bin/nsenter.static /opt/deckhouse/sds/lib/x86_64-linux-gnu/libudev.so.1 /opt/deckhouse/sds/lib/x86_64-linux-gnu/libcap.so.2 ld-linux-x86-64.so.2 /opt/deckhouse/sds/bin/lsblk.dynamic" }}
---
image: {{ $.ImageName }}-binaries-artifact
from: {{ $.Root.BASE_ALT_P11 }}
from: {{ $.Root.BASE_ALT_DEV }}
final: false

shell:
Expand Down
2 changes: 1 addition & 1 deletion images/sds-utils-installer/werf.inc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ $binaries := "/sds-utils/bin/lvm.static" }}
---
image: {{ $.ImageName }}-binaries-artifact
from: {{ $.Root.BASE_ALT_P11 }}
from: {{ $.Root.BASE_ALT_DEV }}
final: false

shell:
Expand Down

0 comments on commit 67f2753

Please sign in to comment.