1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Update helm-controller/api to v1.0.1

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2024-05-10 18:29:37 +03:00
parent 0948d1440d
commit 6edf2bc5a2
4 changed files with 5 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ func TestOCIHelmRelease(t *testing.T) {
helmRelease := helmv2.HelmRelease{
ObjectMeta: metav1.ObjectMeta{Name: testID, Namespace: testID},
Spec: helmv2.HelmReleaseSpec{
Chart: helmv2.HelmChartTemplate{
Chart: &helmv2.HelmChartTemplate{
Spec: helmv2.HelmChartTemplateSpec{
Interval: &metav1.Duration{
Duration: 10 * time.Minute,