Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Jun 21, 2024
1 parent 2f40c58 commit af8ba96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api-server/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ services:
override: merge
summary: "pipelines api-server service"
startup: disabled
command: /bin/apiserver --config=/config --sampleconfig=/config/sample_config.json -logtostderr=true
environment:
LOG_LEVEL: "info"
command: /bin/apiserver --config=/config --sampleconfig=/config/sample_config.json -logtostderr=true --logLevel=$LOG_LEVEL


package-repositories:
Expand Down Expand Up @@ -58,7 +60,7 @@ parts:
source: https://github.com/kubeflow/pipelines.git
source-tag: 2.2.0
build-environment:
- ARGO_VERSION: v3.3.10
- ARGO_VERSION: v3.4.16
build-packages:
- default-jdk
- python3.7
Expand Down

0 comments on commit af8ba96

Please sign in to comment.