Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetValuesOverrides (0.52 sec)

  1. tests/integration/helm/upgrade/util.go

    		// TODO(https://github.com/istio/istio/issues/50387) remove this, always use s.Image.Variant
    		if isAmbient {
    			prevVariant = "debug"
    		}
    		overrideValuesFile := helmtest.GetValuesOverrides(t, gcrHub, "", prevVariant, "", isAmbient)
    		helmtest.InstallIstio(t, cs, h, overrideValuesFile, previousVersion, true, isAmbient, nsConfig)
    		helmtest.VerifyInstallation(t, cs, nsConfig, true, isAmbient, "")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  2. tests/integration/helm/util.go

    	} else if strings.Contains(values, "profile: ambient") {
    		values = strings.ReplaceAll(values, "profile: ambient", "profile: openshift-ambient")
    	}
    
    	return values
    }
    
    // getValuesOverrides returns the values file created to pass into Helm override default values
    // for the hub and tag.
    //
    // Tag can be the empty string, which means the values file will not have a
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 18.7K bytes
    - Viewed (0)
Back to top