mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-23 16:11:48 +00:00
Merge pull request #711 from fluxcd/image-policy-e2e
This commit is contained in:
commit
c3255a6e1e
1 changed files with 14 additions and 0 deletions
14
.github/workflows/e2e.yaml
vendored
14
.github/workflows/e2e.yaml
vendored
|
|
@ -146,6 +146,20 @@ jobs:
|
||||||
--chart=podinfo \
|
--chart=podinfo \
|
||||||
--chart-version="5.0.x" \
|
--chart-version="5.0.x" \
|
||||||
--service-account=dev-team
|
--service-account=dev-team
|
||||||
|
- name: flux create image repository
|
||||||
|
run: |
|
||||||
|
./bin/flux create image repository podinfo \
|
||||||
|
--image=ghcr.io/stefanprodan/podinfo \
|
||||||
|
--interval=1m
|
||||||
|
- name: flux create image policy
|
||||||
|
run: |
|
||||||
|
./bin/flux create image policy podinfo \
|
||||||
|
--image-ref=podinfo \
|
||||||
|
--interval=1m \
|
||||||
|
--semver=5.0.x
|
||||||
|
- name: flux get image policy
|
||||||
|
run: |
|
||||||
|
./bin/flux get image policy podinfo | grep '5.0.3'
|
||||||
- name: flux2-kustomize-helm-example
|
- name: flux2-kustomize-helm-example
|
||||||
run: |
|
run: |
|
||||||
./bin/flux create source git flux-system \
|
./bin/flux create source git flux-system \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue