Bump kcrypt package (#197)

This commit is contained in:
Itxaka 2023-05-04 21:55:32 +02:00 committed by GitHub
parent 5e972c4d2d
commit 5f69e7a34e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View File

@ -11,7 +11,6 @@ steps:
- mkdir -p /package/etc/dracut.conf.d/
- cp -r {{.Values.name}}/dracut/28immucore /package/usr/lib/dracut/modules.d/28immucore
- cp {{.Values.name}}/dracut/*.conf /package/etc/dracut.conf.d/
- ls -ltra /package/etc/dracut.conf.d/
env:
- GITHUB_ORG={{ ( index .Values.labels "github.owner" ) }}

View File

@ -8,9 +8,9 @@ prelude:
steps:
- mkdir -p /package/usr/lib/dracut/modules.d
- mkdir -p /package//etc/dracut.conf.d/
- cp -r {{.Values.name}}/dracut/* /package/usr/lib/dracut/modules.d
- cp {{.Values.name}}/dracut.conf /package/etc/dracut.conf.d/10-kcrypt.conf
- mkdir -p /package/etc/dracut.conf.d/
- cp -r {{.Values.name}}/dracut/29kcrypt /package/usr/lib/dracut/modules.d/29kcrypt
- cp {{.Values.name}}/dracut/*.conf /package/etc/dracut.conf.d/
env:
- GITHUB_ORG={{ ( index .Values.labels "github.owner" ) }}

View File

@ -1,6 +1,6 @@
name: kcrypt
category: dracut
version: "0.5.2"
version: "0.6.0-rc1"
labels:
github.repo: "kcrypt"
github.owner: "kairos-io"