Skip to content

Commit

Permalink
chore: update 1.9 bundle definitions to use kfp 2.3 (#1151)
Browse files Browse the repository at this point in the history
Fixes #1147
  • Loading branch information
DnPlas authored Dec 3, 2024
1 parent ba8dce5 commit 881142b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions releases/1.9/edge/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ applications:
_github_repo_branch: main
kfp-api:
charm: kfp-api
channel: 2.2/edge
channel: 2.3/edge
scale: 1
trust: true
_github_repo_name: kfp-operators
Expand All @@ -108,49 +108,49 @@ applications:
_github_dependency_repo_branch: main
kfp-metadata-writer:
charm: kfp-metadata-writer
channel: 2.2/edge
channel: 2.3/edge
scale: 1
trust: true
_github_repo_name: kfp-operators
_github_repo_branch: main
kfp-persistence:
charm: kfp-persistence
channel: 2.2/edge
channel: 2.3/edge
scale: 1
trust: true
_github_repo_name: kfp-operators
_github_repo_branch: main
kfp-profile-controller:
charm: kfp-profile-controller
channel: 2.2/edge
channel: 2.3/edge
scale: 1
trust: true
_github_repo_name: kfp-operators
_github_repo_branch: main
kfp-schedwf:
charm: kfp-schedwf
channel: 2.2/edge
channel: 2.3/edge
scale: 1
trust: true
_github_repo_name: kfp-operators
_github_repo_branch: main
kfp-ui:
charm: kfp-ui
channel: 2.2/edge
channel: 2.3/edge
scale: 1
trust: true
_github_repo_name: kfp-operators
_github_repo_branch: main
kfp-viewer:
charm: kfp-viewer
channel: 2.2/edge
channel: 2.3/edge
scale: 1
trust: true
_github_repo_name: kfp-operators
_github_repo_branch: main
kfp-viz:
charm: kfp-viz
channel: 2.2/edge
channel: 2.3/edge
scale: 1
trust: true
_github_repo_name: kfp-operators
Expand Down
16 changes: 8 additions & 8 deletions releases/1.9/stable/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ applications:
_github_repo_branch: track/0.17
kfp-api:
charm: kfp-api
channel: 2.2/stable
channel: 2.3/stable
scale: 1
trust: true
_github_repo_name: kfp-operators
Expand All @@ -108,49 +108,49 @@ applications:
_github_dependency_repo_branch: main
kfp-metadata-writer:
charm: kfp-metadata-writer
channel: 2.2/stable
channel: 2.3/stable
scale: 1
trust: true
_github_repo_name: kfp-operators
_github_repo_branch: track/2.2
kfp-persistence:
charm: kfp-persistence
channel: 2.2/stable
channel: 2.3/stable
scale: 1
trust: true
_github_repo_name: kfp-operators
_github_repo_branch: track/2.2
kfp-profile-controller:
charm: kfp-profile-controller
channel: 2.2/stable
channel: 2.3/stable
scale: 1
trust: true
_github_repo_name: kfp-operators
_github_repo_branch: track/2.2
kfp-schedwf:
charm: kfp-schedwf
channel: 2.2/stable
channel: 2.3/stable
scale: 1
trust: true
_github_repo_name: kfp-operators
_github_repo_branch: track/2.2
kfp-ui:
charm: kfp-ui
channel: 2.2/stable
channel: 2.3/stable
scale: 1
trust: true
_github_repo_name: kfp-operators
_github_repo_branch: track/2.2
kfp-viewer:
charm: kfp-viewer
channel: 2.2/stable
channel: 2.3/stable
scale: 1
trust: true
_github_repo_name: kfp-operators
_github_repo_branch: track/2.2
kfp-viz:
charm: kfp-viz
channel: 2.2/stable
channel: 2.3/stable
scale: 1
trust: true
_github_repo_name: kfp-operators
Expand Down

0 comments on commit 881142b

Please sign in to comment.