Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlyF committed Jun 21, 2018
1 parent adc588a commit 65ff4fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ make

You need to download the last version:
```bash
VERSION=0.4.0
VERSION=0.5.0
curl -LOf https://github.com/DataDog/pupernetes/releases/download/v${VERSION}/pupernetes
chmod +x ./pupernetes
./pupernetes --help
Expand Down
4 changes: 2 additions & 2 deletions environments/container-linux/ignition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ storage:
contents:
inline: |
#!/bin/bash -ex
curl -Lf https://github.com/DataDog/pupernetes/releases/download/v0.4.0/pupernetes -o /opt/bin/pupernetes
curl -Lf https://github.com/DataDog/pupernetes/releases/download/v0.5.0/pupernetes -o /opt/bin/pupernetes
sha512sum -c /opt/bin/pupernetes.sha512sum
chmod +x /opt/bin/pupernetes
Expand All @@ -100,7 +100,7 @@ storage:
filesystem: root
contents:
inline: |
124be05169baaf0d4a3c5de43650aece1eeba6c9e21245afece06af3968ad80833e1d570931f5e4290205428932fa20934b1f5789e58f1328156eefa8da7490c /opt/bin/pupernetes
3aa9d450349183b312a53e7280a095eb6e1508d429bf32c991e95d58690a576d1bc9cadafe5cec8674d17a91c247f1de96fd80f74c0608d6043f3fab5cb71677 /opt/bin/pupernetes
- path: /home/core/.kube/config
mode: 0644
Expand Down

0 comments on commit 65ff4fd

Please sign in to comment.