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

Commit

Permalink
dump v1.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Omarabdul3ziz committed Feb 9, 2023
1 parent da02fc7 commit d67a19d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/gridproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/gridproxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d67a19d

Please sign in to comment.