Skip to content

Commit

Permalink
Use 1.9.0 rock (#156)
Browse files Browse the repository at this point in the history
* Use rock for kfp 1.9
  • Loading branch information
misohu committed Sep 10, 2024
1 parent b3d3d27 commit 631cd68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resources:
oci-image:
type: oci-image
description: 'Backing OCI image'
upstream-source: docker.io/kubeflownotebookswg/volumes-web-app:v1.9.0
upstream-source: docker.io/charmedkubeflow/volumes-web-app:1.9.0-287d9e9
requires:
ingress:
interface: ingress
Expand Down
2 changes: 1 addition & 1 deletion src/components/pebble_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_layer(self) -> Layer:
{
"services": {
self.service_name: {
"override": "replace",
"override": "merge",
"summary": "entry point for kubeflow-volumes",
"command": "/bin/bash -c 'gunicorn -w 3 --bind 0.0.0.0:5000 --access-logfile - entrypoint:app'", # noqa: E501
"startup": "enabled",
Expand Down

0 comments on commit 631cd68

Please sign in to comment.