Last active
March 2, 2026 17:21
-
-
Save riprasad/a8d380b74ef03365faf860d455d78424 to your computer and use it in GitHub Desktop.
Sample Release Resources for releasing ODH CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: appstudio.redhat.com/v1alpha1 | |
| kind: Snapshot | |
| metadata: | |
| labels: | |
| test.appstudio.openshift.io/type: override | |
| name: rhoai-v3-3-1772460571 | |
| namespace: rhoai-tenant | |
| spec: | |
| application: rhoai-v3-3 | |
| components: | |
| - containerImage: quay.io/rhoai/odh-cli-rhel9@sha256:b1e0e751ae2f51e098c0cd43fa2f2661df3b3cc4ec93ad15e528ef3be1e482ce | |
| name: odh-cli-v3-3 | |
| source: | |
| git: | |
| revision: e18f6ad0104b294b6306b122594c642a6331b1d3 | |
| url: https://github.com/red-hat-data-services/odh-cli | |
| --- | |
| apiVersion: appstudio.redhat.com/v1alpha1 | |
| kind: Release | |
| metadata: | |
| name: rhoai-v3-3-1772460571-3 | |
| namespace: rhoai-tenant | |
| spec: | |
| releasePlan: rhoai-onprem-v3-3-components-stage | |
| snapshot: rhoai-v3-3-1772460571 | |
| --- | |
| #============================= | |
| # For Production Release | |
| #============================= | |
| # apiVersion: appstudio.redhat.com/v1alpha1 | |
| # kind: Release | |
| # metadata: | |
| # name: rhoai-v3-3-1772460571-4 | |
| # namespace: rhoai-tenant | |
| # spec: | |
| # releasePlan: rhoai-onprem-v3-3-components-prod | |
| # snapshot: rhoai-v3-3-1772460571 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment