Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

forward-port(chore): integrate rocks for 1.9.0 from #137 #139

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading