-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sdp integration - Update TMC, CSP, OET, SDP image versions #19
Conversation
kalyanithigale
commented
Oct 3, 2019
•
edited
Loading
edited
- Update TMC, CSP, OET and SDP image versions which have support for latest PyTango and Tango images.
- To resolve some issues in CSP devices, added ping statements for dependant devices as suggested by Elisabetta.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to IfNotPresent
charts/csp-proto/values.yaml
Outdated
@@ -18,15 +18,15 @@ csplmc: | |||
image: | |||
registry: nexus.engageska-portugal.pt/ska-docker | |||
image: csplmc | |||
tag: 0.1.0 | |||
tag: 0.1.4 | |||
pullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you put Always as pullPolicy if the tag is not latest? Change to IfNotPresent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed pullPolicy to IfNotPresent.
Commit Id: c3e714b
charts/csp-proto/values.yaml
Outdated
pullPolicy: Always | ||
|
||
midcbfmcs: | ||
enabled: true | ||
image: | ||
registry: nexus.engageska-portugal.pt/ska-docker | ||
image: mid-cbf-mcs | ||
tag: 0.1.0 | ||
tag: 0.1.2 | ||
pullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comment as above
charts/oet/values.yaml
Outdated
@@ -10,7 +10,7 @@ oet: | |||
image: | |||
registry: nexus.engageska-portugal.pt/ska-telescope | |||
image: oet-ssh | |||
tag: 0.2.8 | |||
tag: 0.2.9 | |||
pullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as above
@@ -74,7 +74,7 @@ spec: | |||
env: | |||
- name: TANGO_HOST | |||
value: databaseds-tango-base-{{ .Release.Name }}:10000 | |||
image: nexus.engageska-portugal.pt/sdp-prototype/tangods_sdp_master:0.2.1 | |||
image: nexus.engageska-portugal.pt/sdp-prototype/tangods_sdp_master:0.2.3 | |||
imagePullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to IfNotPresent
@@ -87,7 +87,7 @@ spec: | |||
value: "0" | |||
- name: SDP_CONFIG_HOST | |||
value: {{ include "sdp-prototype.etcd-host" . }} | |||
image: nexus.engageska-portugal.pt/sdp-prototype/tangods_sdp_subarray:0.5.12 | |||
image: nexus.engageska-portugal.pt/sdp-prototype/tangods_sdp_subarray:0.5.16 | |||
imagePullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to IfNotPresent
charts/tmc-proto/values.yaml
Outdated
@@ -18,7 +18,7 @@ tmcprototype: | |||
image: | |||
registry: nexus.engageska-portugal.pt/tango-example | |||
image: tmcprototype | |||
tag: latest | |||
tag: 0.1.3 | |||
pullPolicy: Always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to IfNotPresent