#################################################################
# application image
repository: registry.hub.docker.com
-image: rtsood/emco:0.0.1
-pullPolicy: IfNotPresent
+image: rtsood/emco:stable
+pullPolicy: Always
command: "/opt/emco/entrypoint"
args: "clm"
workingDir: /opt/emco
#################################################################
# application image
repository: registry.hub.docker.com
-image: rtsood/emco:0.0.1
-pullPolicy: IfNotPresent
+image: rtsood/emco:stable
+pullPolicy: Always
command: "/opt/emco/entrypoint"
args: "ncm"
workingDir: /opt/emco
#################################################################
# application image
repository: registry.hub.docker.com
-image: rtsood/emco:0.0.1
-pullPolicy: IfNotPresent
+image: rtsood/emco:stable
+pullPolicy: Always
command: "/opt/emco/entrypoint"
args: "orchestrator"
workingDir: /opt/emco
#################################################################
# application image
repository: registry.hub.docker.com
-image: rtsood/emco:0.0.1
-pullPolicy: IfNotPresent
+image: rtsood/emco:stable
+pullPolicy: Always
command: "/opt/emco/entrypoint"
args: "ovnaction"
workingDir: /opt/emco
#################################################################
# application image
repository: registry.hub.docker.com
-image: rtsood/emco:0.0.1
-pullPolicy: IfNotPresent
+image: rtsood/emco:stable
+pullPolicy: Always
command: "/opt/emco/entrypoint"
args: "rsync"
workingDir: /opt/emco
spec:
containers:
- name: orchestrator
- image: rtsood/emco:0.0.1
- imagePullPolicy: IfNotPresent
+ image: rtsood/emco:stable
+ imagePullPolicy: Always
command: ["/opt/emco/entrypoint", "orchestrator"]
workingDir: /opt/emco
ports:
spec:
containers:
- name: ncm
- image: rtsood/emco:0.0.1
- imagePullPolicy: IfNotPresent
+ image: rtsood/emco:stable
+ imagePullPolicy: Always
command: ["/opt/emco/entrypoint", "ncm"]
workingDir: /opt/emco
ports:
spec:
containers:
- name: rsync
- image: rtsood/emco:0.0.1
- imagePullPolicy: IfNotPresent
+ image: rtsood/emco:stable
+ imagePullPolicy: Always
command: ["/opt/emco/entrypoint", "rsync"]
workingDir: /opt/emco
ports:
spec:
containers:
- name: ovnaction
- image: rtsood/emco:0.0.1
- imagePullPolicy: IfNotPresent
+ image: rtsood/emco:stable
+ imagePullPolicy: Always
command: ["/opt/emco/entrypoint", "ovnaction"]
workingDir: /opt/emco
ports:
spec:
containers:
- name: clm
- image: rtsood/emco:0.0.1
- imagePullPolicy: IfNotPresent
+ image: rtsood/emco:stable
+ imagePullPolicy: Always
command: ["/opt/emco/entrypoint", "clm"]
workingDir: /opt/emco
ports: