mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-25 04:48:50 +00:00
Update tests to HelmRelease v2beta2
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
afcf12194d
commit
b4f5d121c8
8 changed files with 9 additions and 9 deletions
|
|
@ -47,7 +47,7 @@ func TestTrace(t *testing.T) {
|
|||
},
|
||||
{
|
||||
"HelmRelease",
|
||||
"trace podinfo --kind HelmRelease --api-version=helm.toolkit.fluxcd.io/v2beta1",
|
||||
"trace podinfo --kind HelmRelease --api-version=helm.toolkit.fluxcd.io/v2beta2",
|
||||
"testdata/trace/helmrelease.yaml",
|
||||
"testdata/trace/helmrelease.golden",
|
||||
map[string]string{
|
||||
|
|
@ -59,7 +59,7 @@ func TestTrace(t *testing.T) {
|
|||
},
|
||||
{
|
||||
"HelmRelease from OCI registry",
|
||||
"trace podinfo --kind HelmRelease --api-version=helm.toolkit.fluxcd.io/v2beta1",
|
||||
"trace podinfo --kind HelmRelease --api-version=helm.toolkit.fluxcd.io/v2beta2",
|
||||
"testdata/trace/helmrelease-oci.yaml",
|
||||
"testdata/trace/helmrelease-oci.golden",
|
||||
map[string]string{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue