-
Notifications
You must be signed in to change notification settings - Fork 302
KubeArchive: promote to v1.5.0 production clusters #7569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
KubeArchive: promote to v1.5.0 production clusters #7569
Conversation
Signed-off-by: Hector Martinez <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rh-hemartin The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Code Review by GeminiThe changes in this pull request promote the KubeArchive version to Bugs and Issues:No direct bugs or syntax issues are found in the provided diff. The changes correctly reflect a version bump. Suggested Improvements:
Exact lines of files that need to be changed (already changed in the diff):components/kubearchive/production/kflux-ocp-p01/kustomization.yaml --- a/components/kubearchive/production/kflux-ocp-p01/kustomization.yaml
+++ b/components/kubearchive/production/kflux-ocp-p01/kustomization.yaml
@@ -4,19 +4,19 @@
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
patches:
- patch: |-
apiVersion: batch/v1
kind: Job
metadata:
name: kubearchive-schema-migration
spec:
template:
spec:
containers:
- name: migration
env:
- name: KUBEARCHIVE_VERSION
- value: v1.2.0
+ value: v1.5.0 components/kubearchive/production/kflux-prd-rh03/kustomization.yaml --- a/components/kubearchive/production/kflux-prd-rh03/kustomization.yaml
+++ b/components/kubearchive/production/kflux-prd-rh03/kustomization.yaml
@@ -4,19 +4,19 @@
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
patches:
- patch: |-
apiVersion: batch/v1
kind: Job
metadata:
name: kubearchive-schema-migration
spec:
template:
spec:
containers:
- name: migration
env:
- name: KUBEARCHIVE_VERSION
- value: v1.2.0
+ value: v1.5.0 components/kubearchive/production/kflux-rhel-p01/kustomization.yaml --- a/components/kubearchive/production/kflux-rhel-p01/kustomization.yaml
+++ b/components/kubearchive/production/kflux-rhel-p01/kustomization.yaml
@@ -4,19 +4,19 @@
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
patches:
- patch: |-
apiVersion: batch/v1
kind: Job
metadata:
name: kubearchive-schema-migration
spec:
template:
spec:
containers:
- name: migration
env:
- name: KUBEARCHIVE_VERSION
- value: v1.3.0
+ value: v1.5.0 components/kubearchive/production/stone-prod-p02/kustomization.yaml --- a/components/kubearchive/production/stone-prod-p02/kustomization.yaml
+++ b/components/kubearchive/production/stone-prod-p02/kustomization.yaml
@@ -4,19 +4,19 @@
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
patches:
- patch: |-
apiVersion: batch/v1
kind: Job
metadata:
name: kubearchive-schema-migration
spec:
template:
spec:
containers:
- name: migration
env:
- name: KUBEARCHIVE_VERSION
- value: v1.3.0
+ value: v1.5.0 |
/retest |
No description provided.