File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
components/kubearchive/development Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ resources:
6
6
- postgresql.yaml
7
7
- vacuum.yaml
8
8
- release-vacuum.yaml
9
- - https://github.com/kubearchive/kubearchive/releases/download/v1.3 .0/kubearchive.yaml?timeout=90
9
+ - https://github.com/kubearchive/kubearchive/releases/download/v1.5 .0/kubearchive.yaml?timeout=90
10
10
11
11
namespace : product-kubearchive
12
12
secretGenerator :
@@ -35,7 +35,7 @@ patches:
35
35
spec:
36
36
containers:
37
37
- name: vacuum
38
- image: quay.io/kubearchive/vacuum:v1.3 .0
38
+ image: quay.io/kubearchive/vacuum:v1.5 .0
39
39
- patch : |-
40
40
apiVersion: batch/v1
41
41
kind: Job
@@ -48,7 +48,7 @@ patches:
48
48
- name: migration
49
49
env:
50
50
- name: KUBEARCHIVE_VERSION
51
- value: v1.3 .0
51
+ value: v1.5 .0
52
52
# These patches add an annotation so an OpenShift service
53
53
# creates the TLS secrets instead of Cert Manager
54
54
- patch : |-
Original file line number Diff line number Diff line change 26
26
serviceAccountName : kubearchive-cluster-vacuum
27
27
containers :
28
28
- name : vacuum
29
- image : quay.io/kubearchive/vacuum:v1.3 .0
29
+ image : quay.io/kubearchive/vacuum:v1.5 .0
30
30
command : [ "/ko-app/vacuum" ]
31
31
args :
32
32
- " --type"
Original file line number Diff line number Diff line change 22
22
serviceAccountName : kubearchive-cluster-vacuum
23
23
containers :
24
24
- name : vacuum
25
- image : quay.io/kubearchive/vacuum:v1.3 .0
25
+ image : quay.io/kubearchive/vacuum:v1.5 .0
26
26
command : [ "/ko-app/vacuum" ]
27
27
args :
28
28
- --type
You can’t perform that action at this time.
0 commit comments