Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SetRevisionTagWithVersion (0.28 sec)

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

    		// helm template istiod-1-15-0 istio/istiod --version 1.15.0 -s templates/revision-tags.yaml --set revision=1-15-0 --set revisionTags={prod}
    		helmtest.SetRevisionTagWithVersion(t, h, previousRevision, prodTag, previousVersion)
    		helmtest.VerifyMutatingWebhookConfigurations(t, cs, []string{
    			"istio-revision-tag-prod",
    			fmt.Sprintf("istio-sidecar-injector-%s", previousRevision),
    		})
    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

    	}
    	if verifyGateway {
    		VerifyPodReady(ctx, cs, nsConfig.Get(IngressReleaseName), "app=istio-ingress")
    	}
    	scopes.Framework.Infof("=== succeeded ===")
    }
    
    func SetRevisionTagWithVersion(ctx framework.TestContext, h *helm.Helm, revision, revisionTag, version string) {
    	scopes.Framework.Infof("=== setting revision tag with version === ")
    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