Skip to content
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

updates for 2.16.1 #645

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tekton/odh-operator-bundle-v2-16-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ spec:
value: $(params.build-args-file)
- name: LABELS
value:
- version=v2.16.0
- version=v2.16.1
- url=$(params.git-url)
- git.url=$(params.git-url)
- git.commit=$(params.revision)
Expand Down
2 changes: 1 addition & 1 deletion .tekton/odh-operator-bundle-v2-16-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ spec:
value: $(params.build-args-file)
- name: LABELS
value:
- version=v2.16.0
- version=v2.16.1
- url=$(params.git-url)
- git.url=$(params.git-url)
- git.commit=$(params.revision)
Expand Down
2 changes: 1 addition & 1 deletion .tekton/rhoai-fbc-fragment-v2-16-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ spec:
value: $(params.build-args-file)
- name: LABELS
value:
- version=v2.16.0
- version=v2.16.1
- url=$(params.git-url)
- git.url=$(params.git-url)
- git.commit=$(params.revision)
Expand Down
2 changes: 1 addition & 1 deletion .tekton/rhoai-fbc-fragment-v2-16-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ spec:
value: $(params.build-args-file)
- name: LABELS
value:
- version=v2.16.0
- version=v2.16.1
- url=$(params.git-url)
- git.url=$(params.git-url)
- git.commit=$(params.revision)
Expand Down
2 changes: 1 addition & 1 deletion bundle/bundle-patch.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
patch:
version: 2.16.0
version: 2.16.1
relatedImages:
- name: RELATED_IMAGE_ODH_KF_NOTEBOOK_CONTROLLER_IMAGE
value: "quay.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:8fdab8122b0433dfa1045f22074c891d2b84fd21a073f406d12d5bcbe9b9b805"
Expand Down
9 changes: 9 additions & 0 deletions catalog/catalog-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ patch:
- name: rhods-operator.2.16.0
replaces: rhods-operator.2.13.1
skipRange: '>=2.13.0 <2.16.0'
- name: rhods-operator.2.16.1
replaces: rhods-operator.2.16.0
skipRange: '>=2.16.0 <2.16.1'
- name: stable-2.16
package: rhods-operator
schema: olm.channel
Expand Down Expand Up @@ -107,6 +110,9 @@ patch:
- name: rhods-operator.2.16.0
replaces: rhods-operator.2.13.1
skipRange: '>=2.13.0 <2.16.0'
- name: rhods-operator.2.16.1
replaces: rhods-operator.2.16.0
skipRange: '>=2.16.0 <2.16.1'
- name: eus-2.16
package: rhods-operator
schema: olm.channel
Expand Down Expand Up @@ -183,6 +189,9 @@ patch:
- name: rhods-operator.2.16.0
replaces: rhods-operator.2.8.5
skipRange: '>=2.8.0 <2.16.0'
- name: rhods-operator.2.16.1
replaces: rhods-operator.2.16.0
skipRange: '>=2.16.0 <2.16.1'

olm.bundle:
- quay.io/rhoai/odh-operator-bundle@sha256:7d68ed8db2dfcfe2d762e360ee3e917e9fd827c212f91b82b2a0f2481e1acdbb
Expand Down