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

Commit

Permalink
Merge pull request #484 from ppouliot/master
Browse files Browse the repository at this point in the history
updating packer openstack templates to 0.10.1
  • Loading branch information
dweomer authored May 19, 2020
2 parents 0872610 + e4a5d86 commit 33f581e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package/packer/openstack/template-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"os_networks_id": "{{env `OS_NETWORKS_ID`}}",
"os_floating_ip_pool": "{{env `OS_FLOATING_IP_POOL`}}",
"os_flavor": "{{env `OS_FLAVOR`}}",
"k3os_version": "v0.10.0",
"iso_url": "https://github.com/rancher/k3os/releases/download/v0.10.0/k3os-arm64.iso"
"k3os_version": "v0.10.1",
"iso_url": "https://github.com/rancher/k3os/releases/download/v0.10.1/k3os-arm64.iso"
},
"builders": [
{
Expand Down
4 changes: 2 additions & 2 deletions package/packer/openstack/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"os_networks_id": "{{env `OS_NETWORKS_ID`}}",
"os_floating_ip_pool": "{{env `OS_FLOATING_IP_POOL`}}",
"os_flavor": "{{env `OS_FLAVOR`}}",
"k3os_version": "v0.10.0",
"iso_url": "https://github.com/rancher/k3os/releases/download/v0.10.0/k3os-amd64.iso"
"k3os_version": "v0.10.1",
"iso_url": "https://github.com/rancher/k3os/releases/download/v0.10.1/k3os-amd64.iso"
},
"builders": [
{
Expand Down

0 comments on commit 33f581e

Please sign in to comment.