From d67a19dd8c6aa24baf83a9dfdb03b324fd55dfb7 Mon Sep 17 00:00:00 2001 From: Omar Abdulaziz Date: Thu, 9 Feb 2023 19:09:08 +0200 Subject: [PATCH] dump v1.6.12 --- Dockerfile | 4 ++-- charts/gridproxy/Chart.yaml | 2 +- charts/gridproxy/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 02586b7..4fce890 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,8 @@ RUN wget https://github.com/threefoldtech/go-rmb/releases/download/v0.2.1/msgbus RUN wget https://github.com/threefoldtech/zinit/releases/download/v0.2.10/zinit -O /sbin/zinit \ && chmod +x /sbin/zinit -RUN wget https://github.com/threefoldtech/tfgridclient_proxy/releases/download/v1.6.11/tfgridclient_proxy_1.6.11_linux_amd64.tar.gz \ - && tar -xzf tfgridclient_proxy_1.6.11_linux_amd64.tar.gz \ +RUN wget https://github.com/threefoldtech/tfgridclient_proxy/releases/download/v1.6.12/tfgridclient_proxy_1.6.12_linux_amd64.tar.gz \ + && tar -xzf tfgridclient_proxy_1.6.12_linux_amd64.tar.gz \ && chmod +x server \ && mv server /usr/bin/server diff --git a/charts/gridproxy/Chart.yaml b/charts/gridproxy/Chart.yaml index e33d7a9..b02b73e 100644 --- a/charts/gridproxy/Chart.yaml +++ b/charts/gridproxy/Chart.yaml @@ -20,4 +20,4 @@ version: 1.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 1.6.11 +appVersion: 1.6.12 diff --git a/charts/gridproxy/values.yaml b/charts/gridproxy/values.yaml index dfead45..8280abb 100644 --- a/charts/gridproxy/values.yaml +++ b/charts/gridproxy/values.yaml @@ -8,7 +8,7 @@ image: repository: threefolddev/gridproxy pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v1.6.11" + tag: "v1.6.12" env: - name: "MNEMONICS"