Skip to content
Draft
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-v3-3-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- name: build-image-index
value: false
- name: rhoai-version
value: "3.3.3"
value: "3.3.4"
pipelineRef:
resolver: git
params:
Expand Down
2 changes: 1 addition & 1 deletion .tekton/odh-operator-bundle-v3-3-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- name: build-image-index
value: false
- name: rhoai-version
value: "3.3.3"
value: "3.3.4"
pipelineRef:
resolver: git
params:
Expand Down
2 changes: 1 addition & 1 deletion .tekton/rhoai-fbc-fragment-v3-3-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- name: build-type
value: "ci"
- name: rhoai-version
value: "3.3.3"
value: "3.3.4"
pipelineRef:
resolver: git
params:
Expand Down
2 changes: 1 addition & 1 deletion .tekton/rhoai-fbc-fragment-v3-3-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- name: build-type
value: "nightly" # Possible values: 'nightly', 'stage', 'ci'
- name: rhoai-version
value: "3.3.3"
value: "3.3.4"
- name: workflow_url
value: "https://github.com/red-hat-data-services/conforma-reporter/actions/workflows/conforma-reporter.yaml"
- name: smoke_url
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: 3.3.3
version: 3.3.4
relatedImages:
- name: RELATED_IMAGE_ODH_KF_NOTEBOOK_CONTROLLER_IMAGE
value: "quay.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8fdab8122b0433dfa1045f22074c891d2b84fd21a073f406d12d5bcbe9b9b805"
Expand Down
12 changes: 6 additions & 6 deletions catalog/catalog-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ patch:
package: rhods-operator
schema: olm.channel
entries:
- name: rhods-operator.3.3.3
replaces: rhods-operator.3.3.2
skipRange: '>=3.3.0 <3.3.3'
- name: rhods-operator.3.3.4
replaces: rhods-operator.3.3.3
skipRange: '>=3.3.0 <3.3.4'
- name: support-required-upgrade
package: rhods-operator
schema: olm.channel
entries:
- name: rhods-operator.3.3.3
replaces: rhods-operator.3.3.2
skipRange: '>=2.25.6 <2.26.0 || >=3.3.2 <3.3.3'
- name: rhods-operator.3.3.4
replaces: rhods-operator.3.3.3
skipRange: '>=2.25.6 <2.26.0 || >=3.3.2 <3.3.4'

olm.bundle:
- quay.io/rhoai/odh-operator-bundle@sha256:ad3a0ff73400fe98c07a13cb6e1987b594e65812930cca6b28d02d28595f11a0
Expand Down
2 changes: 1 addition & 1 deletion config/trustyai-pig-build-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!productVersion=3.3.3
#!productVersion=3.3.4
#!scmRevision=rhoai-3.3


Expand Down