Skip to content

Commit

Permalink
chore: integrate rocks for 1.9.0 (#137)
Browse files Browse the repository at this point in the history
Fixes #135
  • Loading branch information
orfeas-k authored Sep 9, 2024
1 parent e3c5685 commit e534f36
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 e534f36

Please sign in to comment.