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

Commit

Permalink
Merge pull request #286 from threefoldtech/development_1.7.0-rc1_upgrade
Browse files Browse the repository at this point in the history
dump v1.7.0-rc1
  • Loading branch information
Omarabdul3ziz authored Feb 9, 2023
2 parents da02fc7 + 614ea7f commit 6669f79
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.7.0-rc1/tfgridclient_proxy_1.7.0-rc1_linux_amd64.tar.gz \
&& tar -xzf tfgridclient_proxy_1.7.0-rc1_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.7.0-rc1
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.7.0-rc1"

env:
- name: "MNEMONICS"
Expand Down

0 comments on commit 6669f79

Please sign in to comment.