Skip to content

Commit

Permalink
Merge pull request #139 from canonical/kf-6155-integrate-rocks-main
Browse files Browse the repository at this point in the history
forward-port(chore): integrate rocks for 1.9.0 from #137
  • Loading branch information
orfeas-k authored Sep 9, 2024
2 parents 3b3b7ff + 31d5d5a commit 12473cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charms/tensorboard-controller/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resources:
tensorboard-controller-image:
type: oci-image
description: OCI image for Tensorboard Controller
upstream-source: kubeflownotebookswg/tensorboard-controller:v1.9.0-rc.0
upstream-source: charmedkubeflow/tensorboard-controller:1.9.0-d74bfd2
requires:
gateway-info:
interface: istio-gateway-info
Expand Down
2 changes: 1 addition & 1 deletion charms/tensorboards-web-app/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resources:
type: oci-image
description: OCI image for Tensorboards Web App
auto-fetch: true
upstream-source: kubeflownotebookswg/tensorboards-web-app:v1.9.0-rc.0
upstream-source: charmedkubeflow/tensorboards-web-app:1.9.0-4b44bb5
requires:
ingress:
interface: ingress
Expand Down
2 changes: 1 addition & 1 deletion charms/tensorboards-web-app/src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def _tensorboards_web_app_layer(self) -> Layer:
"description": "Pebble config layer for tensorboards-web-app",
"services": {
self._container_name: {
"override": "replace",
"override": "merge",
"summary": "Entrypoint of tensorboards-web-app image",
"command": exec_command,
"startup": "enabled",
Expand Down

0 comments on commit 12473cb

Please sign in to comment.