Skip to content

Commit e885830

Browse files
authored
KubeArchive: promote to v1.5.0 production clusters (#7569)
Signed-off-by: Hector Martinez <[email protected]>
1 parent 17215cf commit e885830

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

components/kubearchive/production/kflux-ocp-p01/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.5.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.5.0
2525
# We don't need the Secret as it will be created by the ExternalSecrets Operator
2626
- patch: |-
2727
$patch: delete

components/kubearchive/production/kflux-prd-rh03/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.5.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.5.0
2525
# We don't need the Secret as it will be created by the ExternalSecrets Operator
2626
- patch: |-
2727
$patch: delete

components/kubearchive/production/kflux-rhel-p01/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.3.0/kubearchive.yaml?timeout=90
7+
- https://github.com/kubearchive/kubearchive/releases/download/v1.5.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.3.0
24+
value: v1.5.0
2525
# We don't need the Secret as it will be created by the ExternalSecrets Operator
2626
- patch: |-
2727
$patch: delete

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.3.0/kubearchive.yaml?timeout=90
7+
- https://github.com/kubearchive/kubearchive/releases/download/v1.5.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.3.0
24+
value: v1.5.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)