Skip to content

Commit

Permalink
readme: update image URIs
Browse files Browse the repository at this point in the history
Signed-off-by: Muvaffak Onus <[email protected]>
  • Loading branch information
muvaf committed May 15, 2024
1 parent 7ca765a commit 11f6910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN curl "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x4E2A48715C45AE
&& apt-get install --no-install-recommends --yes criu iptables

# Install crik
COPY --from=ghcr.io/qawolf/crik:v0.1.0 /usr/local/bin/crik /usr/local/bin/crik
COPY --from=ghcr.io/qawolf/crik/crik:v0.1.2 /usr/local/bin/crik /usr/local/bin/crik

# Copy your application
COPY entrypoint.sh /entrypoint.sh
Expand Down Expand Up @@ -121,7 +121,7 @@ to the cloud provider's API to check the node's state in the future.
Deploy the controller:

```bash
helm install crik charts/node-state-server
helm upgrade --install node-state-server oci://ghcr.io/qawolf/crik/charts/node-state-server --version 0.1.2
```

Make sure to include the URL of the server in `crik`'s configuration mounted to your `Pod`.
Expand Down

0 comments on commit 11f6910

Please sign in to comment.