mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-10 17:57:29 +00:00
Update SC with OCI semver support
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
e4fb8e75f9
commit
b6a78f42ea
2 changed files with 3 additions and 3 deletions
4
.github/workflows/e2e.yaml
vendored
4
.github/workflows/e2e.yaml
vendored
|
|
@ -181,12 +181,12 @@ jobs:
|
|||
--revision="${{ github.ref }}/${{ github.sha }}"
|
||||
/tmp/flux tag artifact localhost:5000/fluxcd/flux:${{ github.sha }} \
|
||||
--tag latest
|
||||
/tmp/flux list artifact localhost:5000/fluxcd/flux
|
||||
/tmp/flux list artifacts localhost:5000/fluxcd/flux
|
||||
- name: flux oci repositories
|
||||
run: |
|
||||
/tmp/flux create source oci podinfo-oci \
|
||||
--url ghcr.io/stefanprodan/manifests/podinfo \
|
||||
--tag 6.1.6 \
|
||||
--tag-semver 6.1.x \
|
||||
--interval 10m
|
||||
/tmp/flux create kustomization podinfo-oci \
|
||||
--source=OCIRepository/podinfo-oci \
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ patchesJson6902:
|
|||
# TODO: remove the hardcoded image when OCIRepository is released
|
||||
images:
|
||||
- name: fluxcd/source-controller
|
||||
newTag: oci-778f6d5d
|
||||
newTag: oci-8509ac03
|
||||
|
|
|
|||
Loading…
Reference in a new issue