Skip to content

Commit

Permalink
update kubeone version & adjust ansible-playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Despire committed Dec 6, 2024
1 parent ac91548 commit 6d8b25b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
state: present
regexp: '^{{ item.name }}='
line: '{{ item.name }}="{{ item.value }}"'
backrefs: yes
loop:
- { name: 'HTTP_PROXY', value: '{{ http_proxy_url }}' }
- { name: 'HTTPS_PROXY', value: '{{ http_proxy_url }}' }
Expand Down
2 changes: 1 addition & 1 deletion services/kube-eleven/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGETARCH

# download and unzip kube-one binary
RUN apt-get -qq update && apt-get -qq install unzip
RUN KUBEONE_V=1.8.1 && \
RUN KUBEONE_V=1.9.0 && \
wget -q https://github.com/kubermatic/kubeone/releases/download/v${KUBEONE_V}/kubeone_${KUBEONE_V}_linux_$TARGETARCH.zip && \
unzip -qq kubeone_${KUBEONE_V}_linux_$TARGETARCH.zip -d kubeone_dir

Expand Down

0 comments on commit 6d8b25b

Please sign in to comment.