Skip to content

Commit 207b225

Browse files
authored
KubeArchive: upgrade to v1.5.0 on staging (#7552)
Signed-off-by: Hector Martinez <[email protected]>
1 parent c68a742 commit 207b225

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

components/kubearchive/development/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resources:
66
- postgresql.yaml
77
- vacuum.yaml
88
- 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
1010

1111
namespace: product-kubearchive
1212
secretGenerator:
@@ -35,7 +35,7 @@ patches:
3535
spec:
3636
containers:
3737
- name: vacuum
38-
image: quay.io/kubearchive/vacuum:v1.3.0
38+
image: quay.io/kubearchive/vacuum:v1.5.0
3939
- patch: |-
4040
apiVersion: batch/v1
4141
kind: Job
@@ -48,7 +48,7 @@ patches:
4848
- name: migration
4949
env:
5050
- name: KUBEARCHIVE_VERSION
51-
value: v1.3.0
51+
value: v1.5.0
5252
# These patches add an annotation so an OpenShift service
5353
# creates the TLS secrets instead of Cert Manager
5454
- patch: |-

components/kubearchive/development/release-vacuum.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
serviceAccountName: kubearchive-cluster-vacuum
2727
containers:
2828
- name: vacuum
29-
image: quay.io/kubearchive/vacuum:v1.3.0
29+
image: quay.io/kubearchive/vacuum:v1.5.0
3030
command: [ "/ko-app/vacuum" ]
3131
args:
3232
- "--type"

components/kubearchive/development/vacuum.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
serviceAccountName: kubearchive-cluster-vacuum
2323
containers:
2424
- name: vacuum
25-
image: quay.io/kubearchive/vacuum:v1.3.0
25+
image: quay.io/kubearchive/vacuum:v1.5.0
2626
command: [ "/ko-app/vacuum" ]
2727
args:
2828
- --type

0 commit comments

Comments
 (0)