Skip to content

Commit f5a462b

Browse files
committed
Enable workflow dispatching for Istio updates
Signed-off-by: Stefan Prodan <[email protected]>
1 parent f7b2cbc commit f5a462b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/update-istio.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: update-istio
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: '0 8 */1 * *'
67
push:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ by giving app developers and SRE teams a fine-grained control over the blast rad
2424

2525
In this workshop you'll be using Flagger and Prometheus to automate Canary Releases and A/B Testing for your applications.
2626

27-
![Progressive Delivery GitOps Pipeline](https://raw.githubusercontent.com/weaveworks/flagger/master/docs/diagrams/flagger-gitops-istio.png)
27+
![Progressive Delivery GitOps Pipeline](https://raw.githubusercontent.com/fluxcd/flagger/main/docs/diagrams/flagger-gitops-istio.png)
2828

2929
## Prerequisites
3030

@@ -158,7 +158,7 @@ The Istio operator will reconfigure the Istio control plane according to your ch
158158
159159
When a new Istio version is available, the [`update-istio` GitHub Action workflow](https://github.com/stefanprodan/gitops-istio/blob/main/.github/workflows/update-istio.yaml)
160160
will open a pull request with the manifest updates needed for upgrading Istio Operator.
161-
The new Istio version is tested on Kubernetes Kind by the [`e2e` GitHub Action workflow](https://github.com/stefanprodan/gitops-istio/blob/main/.github/workflows/e2e.yaml)
161+
The new Istio version is tested on Kubernetes Kind by the [`e2e` workflow](https://github.com/stefanprodan/gitops-istio/blob/main/.github/workflows/e2e.yaml)
162162
and when the PR is merged into the main branch, Flux will upgrade Istio in-cluster.
163163

164164
## Application bootstrap

0 commit comments

Comments
 (0)