Skip to content

Commit

Permalink
Preparing for v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liorokman committed Aug 19, 2023
1 parent 118c7e7 commit b2f7449
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ will be fixed in future versions of this project.
Follow the instructions in [this](https://github.com/liorokman/packer-Debian#use-in-proxmox)
Github repository to prepare a template that can be used for creating Kubernetes nodes.
A pre-built image is available in the [releases](https://github.com/liorokman/proxmox-cloud-provider/releases/tag/v0.0.1) section of this project with `kubeadm`, `kubelet`, and `kubectl` versions 1.27.4 .
A pre-built image is available in the [releases](https://github.com/liorokman/proxmox-cloud-provider/releases/tag/v0.0.2) section of this project with `kubeadm`, `kubelet`, and `kubectl` versions 1.27.4 .
This README assumes that the template's ID is `$K8S_TEMPLATE_ID`

Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: ghcr.io/liorokman/proxmox-cloud-provider/proxomox-ccm
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.1"
tag: "v0.0.2"

# The mTLS configuration for lbManager
lbmanager:
Expand Down
4 changes: 2 additions & 2 deletions scripts/installLB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ if [ ! -f /var/lib/lbmanagerca/ca.pem ]; then
fi
# 10. Install lbmanager
wget -q -O /usr/local/bin/lbmanager https://github.com/liorokman/proxmox-cloud-provider/releases/download/v0.0.1/lbmanager
wget -q -O /usr/local/bin/lbctl https://github.com/liorokman/proxmox-cloud-provider/releases/download/v0.0.1/lbctl
wget -q -O /usr/local/bin/lbmanager https://github.com/liorokman/proxmox-cloud-provider/releases/download/v0.0.2/lbmanager
wget -q -O /usr/local/bin/lbctl https://github.com/liorokman/proxmox-cloud-provider/releases/download/v0.0.2/lbctl
chmod +x /usr/local/bin/lbmanager /usr/local/bin/lbctl
mkdir -p /etc/lbmanager
cp /var/lib/lbmanagerca/lbmanager.pem /etc/lbmanager/cert.pem
Expand Down

0 comments on commit b2f7449

Please sign in to comment.