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
38
<2> The component name you will reset its Global Candidate List.
36
39
<3> The container image with valid digest you will reset the component <2> to.
37
-
40
+
<4> Optional. The component source containing the git revision.
38
41
39
42
. Save the .yaml file and add the snapshot.yaml by running the following command:
40
43
+
41
44
[source,terminal]
42
45
----
43
46
$ oc create -f snapshot.yaml -n ws-sample-tenant
44
47
----
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`
48
+
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
49
47
50
== Verification
48
51
After integration service processes the created `override` snapshot, you may verify snapshot and component by the following steps:
@@ -59,7 +62,7 @@ status: "True"
59
62
type: AddedToGlobalCandidateList
60
63
----
61
64
62
-
. Browse to the component you are updating and select the **Component details** tab. The updated container image is shown under **Image** column.
65
+
. 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
66
64
67
. Check component's `.Spec.ContainerImage` by the following command:
0 commit comments