You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> The label `test.appstudio.openshift.io/type: override` that indicates this is an `override` snapshot.
35
39
<2> The component name you will reset its Global Candidate List.
36
40
<3> The container image with valid digest you will reset the component <2> to.
37
-
41
+
<4> Optional, but may cause an Enterprise Contract check to fail if it's incorrect or missing. The component source containing the git url and revision that the container image was built from.
38
42
39
43
. Save the .yaml file and add the snapshot.yaml by running the following command:
40
44
+
41
45
[source,terminal]
42
46
----
43
47
$ oc create -f snapshot.yaml -n ws-sample-tenant
44
48
----
45
-
This command adds the `override` snapshot to your workspace and Integration service will processe the `override` snapshot and update the component `component-sample`'s `.Spec.ContainerImage` to `quay.io/redhat-user-workloads/ws-sample-tenant/application-sample/component-sample@sha256:0db0a473a6abf5c15c424ab07cfbd5c40c06622fe648d4fe6a6b6abc224a0d0c`
49
+
This command adds the `override` snapshot to your workspace and integration service will processe the `override` snapshot and update the component `component-sample`'s `.Spec.ContainerImage` to `quay.io/redhat-user-workloads/ws-sample-tenant/application-sample/component-sample@sha256:0db0a473a6abf5c15c424ab07cfbd5c40c06622fe648d4fe6a6b6abc224a0d0c`
46
50
47
51
== Verification
48
52
After integration service processes the created `override` snapshot, you may verify snapshot and component by the following steps:
@@ -59,7 +63,7 @@ status: "True"
59
63
type: AddedToGlobalCandidateList
60
64
----
61
65
62
-
. Browse to the component you are updating and select the **Component details** tab. The updated container image is shown under **Image** column.
66
+
. Browse to the component you are updating and select the **Component details** tab. The updated container image is shown under **Image** column. The updated source is shown under **Source code** column.
63
67
64
68
. Check component's `.Spec.ContainerImage` by the following command:
0 commit comments