Skip to content

Commit 632f2f8

Browse files
authored
Minor fix (#694)
1 parent 3c88b46 commit 632f2f8

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
asset_content_type: text/plain
9999

100100
- name: Upload Restricted Release Yaml
101-
id: upload-release-yaml
101+
id: upload-restricted-release-yaml
102102
uses: actions/upload-release-asset@v1
103103
env:
104104
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,6 +2413,7 @@ install-istio: delete-istio-config get-istio ## Install the latest version of Is
24132413
ifeq (true,$(ISTIO_USE_CONFIG))
24142414
$(ISTIO_HOME)/bin/istioctl install -f $(BUILD_OUTPUT)/istio-config.yaml -y
24152415
kubectl -n istio-system wait --for condition=available deployment.apps/istiod-$(ISTIO_REVISION)
2416+
$(ISTIO_HOME)/bin/istioctl tag set default --revision $(ISTIO_REVISION)
24162417
else
24172418
$(ISTIO_HOME)/bin/istioctl install --set profile=demo -y
24182419
kubectl -n istio-system wait --for condition=available deployment.apps/istiod

api/v1/zz_generated.deepcopy.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)