Skip to content
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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ in Juju. For details, see [development setup](https://documentation.ubuntu.com/j

In our case, we want to deploy `valkey` to a model `test` on a Kubernetes cloud. Use the `upstream-source` from `metadata.yaml`:
```shell
$ juju deploy ./valkey_ubuntu@24.04-amd64.charm -n 3 --resource valkey-image=ghcr.io/canonical/valkey:9.0.1-26.04-edge --trust
$ juju deploy ./valkey_ubuntu@24.04-amd64.charm -n 3 --resource valkey-image=ghcr.io/canonical/charmed-valkey:9.0.1-26.04_edge --trust

$ juju status
Model Controller Cloud/Region Version SLA Timestamp
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resources:
valkey-image:
type: oci-image
description: OCI Image for Valkey
upstream-source: ghcr.io/canonical/valkey:9.0.1-26.04-edge
upstream-source: ghcr.io/canonical/charmed-valkey:9.0.1-26.04_edge
Comment thread
skourta marked this conversation as resolved.

peers:
valkey-peers:
Expand Down
Loading