Skip to content

Commit

Permalink
⬆️ upgrade tools
Browse files Browse the repository at this point in the history
Signed-off-by: Rintaro Okamura <[email protected]>
  • Loading branch information
rinx committed Apr 27, 2020
1 parent 643d226 commit f5ae43a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_pull_request_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Push to master
run: |
TIMESTAMP=$(date +%Y%m%d_%H%M%S_%3N)
BRANCH_NAME="documentation/pull_request_template/update_versions_$(TIMESTAMP)"
BRANCH_NAME="documentation/pull_request_template/update_versions_${TIMESTAMP}"
git checkout master
git checkout -b ${BRANCH_NAME}
Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ OPERATOR_SDK_VERSION := $(shell cat versions/OPERATOR_SDK_VERSION)

DOCKFMT_VERSION ?= v0.3.3
KIND_VERSION ?= v0.7.0
HELM_VERSION ?= v3.1.2
HELM_DOCS_VERSION ?= 0.9.0
VALDCLI_VERSION ?= v0.0.1
TELEPRESENCE_VERSION ?= 0.104
HELM_VERSION ?= v3.2.0
HELM_DOCS_VERSION ?= 0.12.0
VALDCLI_VERSION ?= $(shell cat versions/VALD_VERSION)
TELEPRESENCE_VERSION ?= 0.105

SWAP_DEPLOYMENT_TYPE ?= deployment
SWAP_IMAGE ?= ""
Expand Down
3 changes: 2 additions & 1 deletion Makefile.d/functions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ define telepresence
&& telepresence \
--swap-deployment $1 \
--docker-run --rm -it $${IMAGE}:$(SWAP_TAG)
## will be available after telepresence 0.105 released
## will be available after merge this commit into telepresence master branch
## https://github.com/telepresenceio/telepresence/commit/bb7473fbf19ed4f61796a5e32747e23de6ab03da
## --deployment-type "$(SWAP_DEPLOYMENT_TYPE)"
endef

Expand Down

0 comments on commit f5ae43a

Please sign in to comment.