Skip to content

Commit 588d42f

Browse files
committed
KubeArchive: update KubeArchive to v1.13.0 on dev
Signed-off-by: Hector Martinez <[email protected]>
1 parent 355114e commit 588d42f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/kubearchive/development/kustomization.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resources:
88
- release-vacuum.yaml
99
- kubearchive-config.yaml
1010
- pipelines-vacuum.yaml
11-
- https://github.com/kubearchive/kubearchive/releases/download/v1.12.0/kubearchive.yaml?timeout=90
11+
- https://github.com/kubearchive/kubearchive/releases/download/v1.13.0/kubearchive.yaml?timeout=90
1212

1313
namespace: product-kubearchive
1414
secretGenerator:
@@ -56,7 +56,7 @@ patches:
5656
spec:
5757
containers:
5858
- name: vacuum
59-
image: quay.io/kubearchive/vacuum:v1.12.0
59+
image: quay.io/kubearchive/vacuum:v1.13.0
6060
- patch: |-
6161
apiVersion: batch/v1
6262
kind: CronJob
@@ -69,7 +69,7 @@ patches:
6969
spec:
7070
containers:
7171
- name: vacuum
72-
image: quay.io/kubearchive/vacuum:v1.12.0
72+
image: quay.io/kubearchive/vacuum:v1.13.0
7373
- patch: |-
7474
apiVersion: batch/v1
7575
kind: CronJob
@@ -82,7 +82,7 @@ patches:
8282
spec:
8383
containers:
8484
- name: vacuum
85-
image: quay.io/kubearchive/vacuum:v1.12.0
85+
image: quay.io/kubearchive/vacuum:v1.13.0
8686
- patch: |-
8787
apiVersion: batch/v1
8888
kind: Job
@@ -102,7 +102,7 @@ patches:
102102
- name: migration
103103
env:
104104
- name: KUBEARCHIVE_VERSION
105-
value: v1.12.0
105+
value: v1.13.0
106106
# These patches add an annotation so an OpenShift service
107107
# creates the TLS secrets instead of Cert Manager
108108
- patch: |-

0 commit comments

Comments
 (0)