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
Copy file name to clipboardExpand all lines: INSTALL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,4 +64,4 @@ The operator can set any environment variable in the container by using one or m
64
64
#### `${dockerImage}`
65
65
66
66
While not strictly a means of identifying a container, you can specify a version of an image you’d like to run the container with by adding `image[:tag]` to the command. For example, `docker run 002b3c518f5852f7fd5e9e46c0ea1ab4d76b697d33d5022af1a69e1a909645ea`.
67
-
Images can be pulled [here](https://github.com/catenax-ng/product-traceability-foss-frontend/pkgs/container/product-traceability-foss-frontend).
67
+
Images can be pulled [here](https://github.com/eclipse-tractusx/traceability-foss-frontend/pkgs/container/traceability-foss-frontend).
[](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/eclipse-dash.yml)
[](https://github.com/eclipse-tractusx/traceability-foss-frontend/actions/workflows/eclipse-dash.yml)
12
12
13
13
<h2>Trace-X is a system for tracking parts along the supply chain.</h2>
14
14
<h4>A high level of transparency across the supplier network enables faster intervention based on a recorded event in the supply chain.
Copy file name to clipboardExpand all lines: charts/tx-traceability-foss-frontend/templates/NOTES.txt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
1. Get the application URL by running these commands:
2
2
{{- if contains "NodePort" .Values.service.type }}
3
-
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "product-traceability-foss-frontend.fullname" . }})
3
+
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "tx-traceability-foss-frontend.fullname" . }})
4
4
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
5
5
echo http://$NODE_IP:$NODE_PORT
6
6
{{- else if contains "LoadBalancer" .Values.service.type }}
7
7
NOTE: It may take a few minutes for the LoadBalancer IP to be available.
8
-
You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "product-traceability-foss-frontend.fullname" . }}'
9
-
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "product-traceability-foss-frontend.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}")
8
+
You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "tx-traceability-foss-frontend.fullname" . }}'
9
+
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "tx-traceability-foss-frontend.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}")
0 commit comments