Skip to content

Commit

Permalink
chore: use the latest JWA image (#346)
Browse files Browse the repository at this point in the history
* chore: use the latest JWA image

canonical/kubeflow-rocks#81 introduced changes in the rockcraft project
that improved readability and set a standard. This commit uses the version
of the container image that corresponds to that PR.
  • Loading branch information
DnPlas authored Apr 18, 2024
1 parent 32487cf commit 602bcf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charms/jupyter-ui/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:
oci-image:
type: oci-image
description: 'Backing OCI image'
upstream-source: docker.io/kubeflownotebookswg/jupyter-web-app:v1.8.0
upstream-source: docker.io/charmedkubeflow/jupyter-web-app:1.8-816a3b9
requires:
ingress:
interface: ingress
Expand Down
2 changes: 1 addition & 1 deletion charms/jupyter-ui/src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _jupyter_ui_layer(self) -> Layer:
"description": "Pebble config layer for jupyter-ui",
"services": {
self._container_name: {
"override": "replace",
"override": "merge",
"summary": "Entrypoint of jupyter-ui image",
"command": self._exec_command,
"startup": "enabled",
Expand Down

0 comments on commit 602bcf0

Please sign in to comment.