diff --git a/components/kubearchive/production/kflux-ocp-p01/kustomization.yaml b/components/kubearchive/production/kflux-ocp-p01/kustomization.yaml index 201a1086a9b..fc6cbd3591d 100644 --- a/components/kubearchive/production/kflux-ocp-p01/kustomization.yaml +++ b/components/kubearchive/production/kflux-ocp-p01/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization resources: - ../../base - ../base - - https://github.com/kubearchive/kubearchive/releases/download/v1.2.0/kubearchive.yaml?timeout=90 + - https://github.com/kubearchive/kubearchive/releases/download/v1.5.0/kubearchive.yaml?timeout=90 namespace: product-kubearchive @@ -21,7 +21,7 @@ patches: - name: migration env: - name: KUBEARCHIVE_VERSION - value: v1.2.0 + value: v1.5.0 # We don't need the Secret as it will be created by the ExternalSecrets Operator - patch: |- $patch: delete diff --git a/components/kubearchive/production/kflux-prd-rh03/kustomization.yaml b/components/kubearchive/production/kflux-prd-rh03/kustomization.yaml index ac6c9d0d8b1..dba3ccd5b93 100644 --- a/components/kubearchive/production/kflux-prd-rh03/kustomization.yaml +++ b/components/kubearchive/production/kflux-prd-rh03/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization resources: - ../../base - ../base - - https://github.com/kubearchive/kubearchive/releases/download/v1.2.0/kubearchive.yaml?timeout=90 + - https://github.com/kubearchive/kubearchive/releases/download/v1.5.0/kubearchive.yaml?timeout=90 namespace: product-kubearchive @@ -21,7 +21,7 @@ patches: - name: migration env: - name: KUBEARCHIVE_VERSION - value: v1.2.0 + value: v1.5.0 # We don't need the Secret as it will be created by the ExternalSecrets Operator - patch: |- $patch: delete diff --git a/components/kubearchive/production/kflux-rhel-p01/kustomization.yaml b/components/kubearchive/production/kflux-rhel-p01/kustomization.yaml index a977d6ed2e7..5aae8ed6aa3 100644 --- a/components/kubearchive/production/kflux-rhel-p01/kustomization.yaml +++ b/components/kubearchive/production/kflux-rhel-p01/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization resources: - ../../base - ../base - - https://github.com/kubearchive/kubearchive/releases/download/v1.3.0/kubearchive.yaml?timeout=90 + - https://github.com/kubearchive/kubearchive/releases/download/v1.5.0/kubearchive.yaml?timeout=90 namespace: product-kubearchive @@ -21,7 +21,7 @@ patches: - name: migration env: - name: KUBEARCHIVE_VERSION - value: v1.3.0 + value: v1.5.0 # We don't need the Secret as it will be created by the ExternalSecrets Operator - patch: |- $patch: delete diff --git a/components/kubearchive/production/stone-prod-p02/kustomization.yaml b/components/kubearchive/production/stone-prod-p02/kustomization.yaml index 572efae5843..0ee21e3bf46 100644 --- a/components/kubearchive/production/stone-prod-p02/kustomization.yaml +++ b/components/kubearchive/production/stone-prod-p02/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization resources: - ../../base - ../base - - https://github.com/kubearchive/kubearchive/releases/download/v1.3.0/kubearchive.yaml?timeout=90 + - https://github.com/kubearchive/kubearchive/releases/download/v1.5.0/kubearchive.yaml?timeout=90 namespace: product-kubearchive @@ -21,7 +21,7 @@ patches: - name: migration env: - name: KUBEARCHIVE_VERSION - value: v1.3.0 + value: v1.5.0 # We don't need the Secret as it will be created by the ExternalSecrets Operator - patch: |- $patch: delete