diff --git a/sdcore-adapter/Chart.yaml b/sdcore-adapter/Chart.yaml index ff660755..5af6d5c6 100644 --- a/sdcore-adapter/Chart.yaml +++ b/sdcore-adapter/Chart.yaml @@ -6,8 +6,8 @@ apiVersion: v2 name: sdcore-adapter kubeVersion: ">=1.17.0" type: application -version: 0.0.18 -appVersion: v0.1.17 +version: 3.0.0 +appVersion: v0.1.18 description: ONOS SD-Core Adapter keywords: - onos diff --git a/sdcore-adapter/templates/deployment.yaml b/sdcore-adapter/templates/deployment.yaml index 10daf1a2..c300170d 100644 --- a/sdcore-adapter/templates/deployment.yaml +++ b/sdcore-adapter/templates/deployment.yaml @@ -22,7 +22,7 @@ spec: spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: - {{- toYaml . | nindent 8 }} + {{- toYaml . | nindent 6 }} {{- end }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} @@ -51,6 +51,7 @@ spec: - "-ca=/etc/sdcore-adapter/certs/tls.cacert" - "-alsologtostderr" - "-hostCheckDisabled" + - "-model_version={{ .Values.model.version }}" {{ if .Values.initialConfig }} - "-config={{ .Values.initialConfig }}" {{ end }} diff --git a/sdcore-adapter/values.yaml b/sdcore-adapter/values.yaml index 8a1c06c8..db46022c 100644 --- a/sdcore-adapter/values.yaml +++ b/sdcore-adapter/values.yaml @@ -10,7 +10,7 @@ annotations: {} image: repository: onosproject/sdcore-adapter - tag: v0.1.17 + tag: v0.1.18 pullPolicy: IfNotPresent pullSecrets: [] @@ -22,6 +22,9 @@ resources: service: type: ClusterIP +model: + version: v3 + secure: true initialConfig: "" output: ""