Skip to content

Commit

Permalink
pin wins to v0.2.9 (rancher#37670)
Browse files Browse the repository at this point in the history
  • Loading branch information
luthermonson authored May 10, 2022
1 parent 2ece561 commit 32e531b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ENV DOCKER_MACHINE_HARVESTER_VERSION v0.3.4
ENV CATTLE_KDM_BRANCH ${CATTLE_KDM_BRANCH}
ENV HELM_VERSION v3.8.0
ENV KUSTOMIZE_VERSION v4.4.1
ENV CATTLE_WINS_AGENT_VERSION v0.2.8
ENV CATTLE_WINS_AGENT_VERSION v0.2.9
ENV CATTLE_WINS_AGENT_INSTALL_SCRIPT https://raw.githubusercontent.com/rancher/wins/${CATTLE_WINS_AGENT_VERSION}/install.ps1
ENV CATTLE_CSI_PROXY_AGENT_VERSION v1.1.1
ENV CATTLE_SYSTEM_AGENT_VERSION v0.2.7
Expand Down
2 changes: 1 addition & 1 deletion package/windows/Dockerfile.agent
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM mcr.microsoft.com/windows/servercore:${SERVERCORE_VERSION} AS builder
ARG ARCH=amd64
SHELL ["powershell", "-NoLogo", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
# download wins
RUN $URL = 'https://github.com/rancher/wins/releases/download/v0.2.8/wins.exe'; \
RUN $URL = 'https://github.com/rancher/wins/releases/download/v0.2.9/wins.exe'; \
\
Write-Host ('Downloading Wins from {0} ...' -f $URL); \
curl.exe -sfL $URL -o c:\wins.exe; \
Expand Down
2 changes: 1 addition & 1 deletion pkg/settings/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var (
CSIProxyAgentVersion = NewSetting("csi-proxy-agent-version", "")
CSIProxyAgentURL = NewSetting("csi-proxy-agent-url", "https://acs-mirror.azureedge.net/csi-proxy/%[1]s/binaries/csi-proxy-%[1]s.tar.gz")
SystemAgentInstallScript = NewSetting("system-agent-install-script", "https://raw.githubusercontent.com/rancher/system-agent/v0.2.7/install.sh")
WinsAgentInstallScript = NewSetting("wins-agent-install-script", "https://raw.githubusercontent.com/rancher/wins/v0.2.8/install.ps1")
WinsAgentInstallScript = NewSetting("wins-agent-install-script", "https://raw.githubusercontent.com/rancher/wins/v0.2.9/install.ps1")
SystemAgentInstallerImage = NewSetting("system-agent-installer-image", "rancher/system-agent-installer-")
SystemAgentUpgradeImage = NewSetting("system-agent-upgrade-image", "")
SystemDefaultRegistry = NewSetting("system-default-registry", "")
Expand Down

0 comments on commit 32e531b

Please sign in to comment.