Skip to content

Commit c33d05a

Browse files
authored
Upgrade to kubearchive v1.3.0 (#7337)
Include fix to prevent unnecessary modifications to namespaces Signed-off-by: Marta Anon <[email protected]>
1 parent 6beffc1 commit c33d05a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/kubearchive/development/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kustomization
44
resources:
55
- ../base
66
- postgresql.yaml
7-
- https://github.com/kubearchive/kubearchive/releases/download/v1.2.0/kubearchive.yaml?timeout=90
7+
- https://github.com/kubearchive/kubearchive/releases/download/v1.3.0/kubearchive.yaml?timeout=90
88

99
namespace: product-kubearchive
1010
secretGenerator:
@@ -33,7 +33,7 @@ patches:
3333
- name: migration
3434
env:
3535
- name: KUBEARCHIVE_VERSION
36-
value: v1.2.0
36+
value: v1.3.0
3737
# These patches add an annotation so an OpenShift service
3838
# creates the TLS secrets instead of Cert Manager
3939
- patch: |-

0 commit comments

Comments
 (0)