Skip to content

Commit

Permalink
Update SC with OCI semver support
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Jun 23, 2022
1 parent f479a4c commit 1969e6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Expand Up @@ -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 \
--semver 6.1.x \
--interval 10m
/tmp/flux create kustomization podinfo-oci \
--source=OCIRepository/podinfo-oci \
Expand Down
2 changes: 1 addition & 1 deletion manifests/bases/source-controller/kustomization.yaml
Expand Up @@ -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

0 comments on commit 1969e6e

Please sign in to comment.