mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-12 07:00:05 +00:00
Adding extract pattern validation
Signed-off-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
This commit is contained in:
parent
ade6bfcbca
commit
eb7102ecac
2 changed files with 107 additions and 3 deletions
6
.github/workflows/e2e.yaml
vendored
6
.github/workflows/e2e.yaml
vendored
|
|
@ -166,13 +166,13 @@ jobs:
|
|||
./bin/flux create image repository podinfo \
|
||||
--image=ghcr.io/stefanprodan/podinfo \
|
||||
--interval=1m
|
||||
- name: flux create image policy select-semver
|
||||
- name: flux create image policy
|
||||
run: |
|
||||
./bin/flux create image policy podinfo-semver \
|
||||
./bin/flux create image policy podinfo \
|
||||
--image-ref=podinfo \
|
||||
--interval=1m \
|
||||
--select-semver=5.0.x
|
||||
- name: flux create image policy select-alpha
|
||||
- name: flux create image policy podinfo-select-alpha
|
||||
run: |
|
||||
./bin/flux create image policy podinfo-alpha \
|
||||
--image-ref=podinfo \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue