Skip to content

Commit

Permalink
Final images - fromImage
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwesadex-flant committed Jan 14, 2025
1 parent 4f46ef7 commit c3f61dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/sds-local-volume-controller/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ import:

---
image: {{ $.ImageName }}
from: {{ $.ImageName }}-distroless
fromImage: {{ $.ImageName }}-distroless

import:
- image: {{ $.ImageName }}-golang-artifact
Expand Down
2 changes: 1 addition & 1 deletion images/sds-local-volume-csi/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ import:

---
image: {{ $.ImageName }}
from: {{ $.ImageName }}-distroless
fromImage: {{ $.ImageName }}-distroless

import:
- image: {{ $.ImageName }}-golang-artifact
Expand Down
2 changes: 1 addition & 1 deletion images/sds-local-volume-scheduler-extender/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ import:

---
image: {{ $.ImageName }}
from: {{ $.ImageName }}-distroless
fromImage: {{ $.ImageName }}-distroless

import:
- image: {{ $.ImageName }}-golang-artifact
Expand Down
2 changes: 1 addition & 1 deletion images/webhooks/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ import:

---
image: {{ $.ImageName }}
from: {{ $.ImageName }}-distroless
fromImage: {{ $.ImageName }}-distroless

import:
- image: {{ $.ImageName }}-golang-artifact
Expand Down

0 comments on commit c3f61dc

Please sign in to comment.