Update Helm charts
1. Remove init containers which don't seem to be required
2. Update AMF image
Change-Id: Ib36e9c06f229b982d1825a103e183797191a13ec
diff --git a/5g-control-plane/templates/deployment-ausf.yaml b/5g-control-plane/templates/deployment-ausf.yaml
index da8fcfa..b5083e0 100644
--- a/5g-control-plane/templates/deployment-ausf.yaml
+++ b/5g-control-plane/templates/deployment-ausf.yaml
@@ -35,12 +35,8 @@
imagePullSecrets:
{{ toYaml .Values.images.pullSecrets | indent 8 }}
{{- end }}
- initContainers:
- - name: wait-ausf-module2
- image: {{ .Values.images.repository }}{{ .Values.images.tags.init }}
- imagePullPolicy: {{ .Values.images.pullPolicy }}
- command: ['sh', '-c', 'until nslookup ausf; do echo waiting for ausf; sleep 4; done;']
{{- if .Values.config.coreDump.enabled }}
+ initContainers:
{{ tuple "ausf" . | include "5g-control-plane.coredump_init" | indent 6 }}
{{- end }}
containers: