File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
stash.appscode.dev/apimachinery Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
kmodules.xyz/client-go v0.25.12
18
18
kmodules.xyz/custom-resources v0.25.0
19
19
kmodules.xyz/offshoot-api v0.25.0
20
- stash.appscode.dev/apimachinery v0.24 .0
20
+ stash.appscode.dev/apimachinery v0.25 .0
21
21
)
22
22
23
23
require (
Original file line number Diff line number Diff line change @@ -902,5 +902,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kF
902
902
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 /go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E =
903
903
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo =
904
904
sigs.k8s.io/yaml v1.3.0 /go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8 =
905
- stash.appscode.dev/apimachinery v0.24 .0 h1:bMEySRvft1WYZX8EpYQR5Lqsi280/WKOYVUpqXRTTuM =
906
- stash.appscode.dev/apimachinery v0.24 .0 /go.mod h1:AdK7wfKZXqlL5g30ceuMw/7nEVW3AOemQVWjc03sI3k =
905
+ stash.appscode.dev/apimachinery v0.25 .0 h1:+j8kc164AXd9p8CdeWsvlMLugVFlRGlbARqKz+pLgcQ =
906
+ stash.appscode.dev/apimachinery v0.25 .0 /go.mod h1:AdK7wfKZXqlL5g30ceuMw/7nEVW3AOemQVWjc03sI3k =
Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
679
679
# sigs.k8s.io/yaml v1.3.0
680
680
## explicit; go 1.12
681
681
sigs.k8s.io/yaml
682
- # stash.appscode.dev/apimachinery v0.24 .0
682
+ # stash.appscode.dev/apimachinery v0.25 .0
683
683
## explicit; go 1.18
684
684
stash.appscode.dev/apimachinery/apis
685
685
stash.appscode.dev/apimachinery/apis/repositories
Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ const (
157
157
StashCronJobContainer = "stash-trigger"
158
158
LocalVolumeName = "stash-local"
159
159
ScratchDirVolumeName = "stash-scratchdir"
160
- TmpDirVolumeName = "tmp-dir"
161
- TmpDirMountPath = "/tmp"
160
+ TmpDirVolumeName = "stash- tmp-dir"
161
+ TmpDirMountPath = "/stash- tmp"
162
162
PodinfoVolumeName = "stash-podinfo"
163
163
164
164
RecoveryJobPrefix = "stash-recovery-"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import (
31
31
32
32
const (
33
33
DefaultOutputFileName = "output.json"
34
- DefaultScratchDir = "/tmp"
34
+ DefaultScratchDir = "/stash- tmp"
35
35
DefaultHost = "host-0"
36
36
)
37
37
You can’t perform that action at this time.
0 commit comments