mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 16:41:47 +00:00
Merge pull request #3162 from somtochiama/fix-oci
Update golden file for `get source oci`
This commit is contained in:
commit
2963708a6c
2 changed files with 6 additions and 6 deletions
|
|
@ -32,10 +32,10 @@ func TestSourceOCI(t *testing.T) {
|
||||||
"create source oci thrfg --url=oci://ghcr.io/stefanprodan/manifests/podinfo --tag=6.1.6 --interval 10m",
|
"create source oci thrfg --url=oci://ghcr.io/stefanprodan/manifests/podinfo --tag=6.1.6 --interval 10m",
|
||||||
"testdata/oci/create_source_oci.golden",
|
"testdata/oci/create_source_oci.golden",
|
||||||
},
|
},
|
||||||
//{
|
{
|
||||||
// "get source oci thrfg",
|
"get source oci thrfg",
|
||||||
// "testdata/oci/get_oci.golden",
|
"testdata/oci/get_oci.golden",
|
||||||
//},
|
},
|
||||||
{
|
{
|
||||||
"reconcile source oci thrfg",
|
"reconcile source oci thrfg",
|
||||||
"testdata/oci/reconcile_oci.golden",
|
"testdata/oci/reconcile_oci.golden",
|
||||||
|
|
|
||||||
4
cmd/flux/testdata/oci/get_oci.golden
vendored
4
cmd/flux/testdata/oci/get_oci.golden
vendored
|
|
@ -1,2 +1,2 @@
|
||||||
NAME REVISION SUSPENDED READY MESSAGE
|
NAME REVISION SUSPENDED READY MESSAGE
|
||||||
thrfg dbdb109711ffb3be77504d2670dbe13c24dd63d8d7f1fb489d350e5bfe930dd3 False True stored artifact for digest 'dbdb109711ffb3be77504d2670dbe13c24dd63d8d7f1fb489d350e5bfe930dd3'
|
thrfg 6.1.6/dbdb109711ffb3be77504d2670dbe13c24dd63d8d7f1fb489d350e5bfe930dd3 False True stored artifact for digest '6.1.6/dbdb109711ffb3be77504d2670dbe13c24dd63d8d7f1fb489d350e5bfe930dd3'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue