Skip to content

Commit

Permalink
chore: bump api-server to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed May 8, 2024
1 parent 286d4a8 commit df6883e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api-server/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Dockerfile: https://github.com/kubeflow/pipelines/blob/2.0.3/backend/Dockerfile
# Dockerfile: https://github.com/kubeflow/pipelines/blob/2.0.5/backend/Dockerfile
name: kfp-api
summary: An image for using Kubeflow pipelines API
description: An image for using Kubeflow pipelines API
version: "2.0.3"
version: "2.0.5"
base: ubuntu@20.04
license: Apache-2.0
platforms:
Expand Down Expand Up @@ -32,7 +32,7 @@ parts:
builder:
plugin: go
source: https://github.com/kubeflow/pipelines.git
source-tag: 2.0.3
source-tag: 2.0.5
build-snaps:
- go/1.21/stable
build-environment:
Expand All @@ -56,7 +56,7 @@ parts:
compiler:
plugin: nil
source: https://github.com/kubeflow/pipelines.git
source-tag: 2.0.3
source-tag: 2.0.5
build-environment:
- ARGO_VERSION: v3.3.10
build-packages:
Expand Down Expand Up @@ -109,7 +109,7 @@ parts:
after: [builder, compiler]
plugin: nil
source: https://github.com/kubeflow/pipelines.git
source-tag: 2.0.3
source-tag: 2.0.5
build-packages:
- ca-certificates
- wget
Expand Down

0 comments on commit df6883e

Please sign in to comment.