Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions deploy/010-ImageStream.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions deploy/020-BuildConfig.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions deploy/070-CronJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: run
image: trustify-xtask
image: ghcr.io/trustification/xtask:latest
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -66,7 +66,7 @@ spec:
set -xe
set -o pipefail
mkdir -p /mnt/data/builder/work
/app/target/release/xtask generate-dump --working-dir /mnt/data/builder/work --output /mnt/data/builder/work/dump.sql --input /etc/config/input.yaml |& tee /mnt/data/builder/work/dump.log
/usr/local/bin/xtask generate-dump --working-dir /mnt/data/builder/work --output /mnt/data/builder/work/dump.sql --input /etc/config/input.yaml |& tee /mnt/data/builder/work/dump.log
cd /mnt/data/builder/work

rm -f dump.sql.gz
Expand Down
4 changes: 2 additions & 2 deletions deploy/071-CronJob-ds4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: run
image: trustify-xtask
image: ghcr.io/trustification/xtask:latest
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -66,7 +66,7 @@ spec:
set -xe
set -o pipefail
mkdir -p /mnt/data/builder/work
/app/target/release/xtask generate-dump --working-dir /mnt/data/builder/work --output /mnt/data/builder/work/dump.sql --input /etc/config/input-ds4.yaml |& tee /mnt/data/builder/work/dump.log
/usr/local/bin/xtask generate-dump --working-dir /mnt/data/builder/work --output /mnt/data/builder/work/dump.sql --input /etc/config/input-ds4.yaml |& tee /mnt/data/builder/work/dump.log
cd /mnt/data/builder/work

rm -f dump.sql.gz
Expand Down