Skip to content

Commit 2d286a0

Browse files
authored
Upgrade to kubearchive v1.3.0 - stone-prod-p02 (#7359)
Include fix to prevent unnecessary modifications to namespaces Signed-off-by: Marta Anon <[email protected]>
1 parent fc583a2 commit 2d286a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/kubearchive/production/stone-prod-p02/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
- ../base
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

@@ -21,7 +21,7 @@ patches:
2121
- name: migration
2222
env:
2323
- name: KUBEARCHIVE_VERSION
24-
value: v1.2.0
24+
value: v1.3.0
2525
# We don't need the Secret as it will be created by the ExternalSecrets Operator
2626
- patch: |-
2727
$patch: delete

0 commit comments

Comments
 (0)