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 @@ -16,7 +16,7 @@ require (
16
16
kmodules.xyz/client-go v0.25.12
17
17
kmodules.xyz/custom-resources v0.25.0
18
18
kmodules.xyz/offshoot-api v0.25.0
19
- stash.appscode.dev/apimachinery v0.24 .0
19
+ stash.appscode.dev/apimachinery v0.25 .0
20
20
)
21
21
22
22
require (
Original file line number Diff line number Diff line change @@ -898,5 +898,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kF
898
898
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 /go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E =
899
899
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo =
900
900
sigs.k8s.io/yaml v1.3.0 /go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8 =
901
- stash.appscode.dev/apimachinery v0.24 .0 h1:bMEySRvft1WYZX8EpYQR5Lqsi280/WKOYVUpqXRTTuM =
902
- stash.appscode.dev/apimachinery v0.24 .0 /go.mod h1:AdK7wfKZXqlL5g30ceuMw/7nEVW3AOemQVWjc03sI3k =
901
+ stash.appscode.dev/apimachinery v0.25 .0 h1:+j8kc164AXd9p8CdeWsvlMLugVFlRGlbARqKz+pLgcQ =
902
+ stash.appscode.dev/apimachinery v0.25 .0 /go.mod h1:AdK7wfKZXqlL5g30ceuMw/7nEVW3AOemQVWjc03sI3k =
Original file line number Diff line number Diff line change @@ -664,7 +664,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
664
664
# sigs.k8s.io/yaml v1.3.0
665
665
## explicit; go 1.12
666
666
sigs.k8s.io/yaml
667
- # stash.appscode.dev/apimachinery v0.24 .0
667
+ # stash.appscode.dev/apimachinery v0.25 .0
668
668
## explicit; go 1.18
669
669
stash.appscode.dev/apimachinery/apis
670
670
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