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

fix: organization migration #11

Merged
merged 1 commit into from
Nov 14, 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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To deploy the local charm follow these instructions:
- Clone the source repository

```
git clone https://github.com/ubuntu-robotics/ros2bag-fileserver-k8s-operator.git
git clone https://github.com/canonical/ros2bag-fileserver-k8s-operator.git
```

- Access the folder
Expand Down Expand Up @@ -53,7 +53,7 @@ To deploy with COS lite bundle follow these instructions:
- Clone the source repository

```
git clone https://github.com/ubuntu-robotics/ros2bag-fileserver-k8s-operator.git
git clone https://github.com/canonical/ros2bag-fileserver-k8s-operator.git
```

- Enter the folder
Expand All @@ -73,7 +73,7 @@ To deploy with COS lite bundle follow these instructions:
```
juju deploy cos-lite --trust --overlay ./robotics-overlay.yaml
```
NB. this bundle is in development and attempts to deploy the foxglove-studio-k8s charm. Before deploying make sure to have the charm in the ros2bag-fileserver-k8s folder. You can create the charm by following the instructions at [foxglove-k8s-operator repository](https://github.com/ubuntu-robotics/foxglove-k8s-operator.git).
NB. this bundle is in development and attempts to deploy the foxglove-studio-k8s charm. Before deploying make sure to have the charm in the ros2bag-fileserver-k8s folder. You can create the charm by following the instructions at [foxglove-k8s-operator repository](https://github.com/canonical/foxglove-k8s-operator.git).


Once deployed the ros2bag-fileserver charm will be accessible via traefik at the following link:
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resources:
caddy-fileserver-image:
type: oci-image
description: upstream docker image for Caddy
upstream-source: ghcr.io/ubuntu-robotics/ros2bag-fileserver:dev
upstream-source: ghcr.io/canonical/ros2bag-fileserver:dev

requires:
ingress-tcp:
Expand Down