diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-09-18 16:46:12 -0400 |
---|---|---|
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | 2018-09-19 15:43:43 +0000 |
commit | a52efcc04e5fc9dfb14df30bb62e1aa91e527f0c (patch) | |
tree | a6a67a6fec3b89c385d4a919510628e9a7f60afe /kubernetes/so/charts/so-vfc-adapter/values.yaml | |
parent | 1cdbb5d7d8585eb6ecbcaa87d8047592390b944e (diff) |
Do not mount certificates in SO
Certififacte has been added in the base docker image,
https://gerrit.onap.org/r/#/c/66209/ so no need to add it again.
Also, it was being mount at the wrong place.
Also, using latest docker images.
Change-Id: I55355dac9bfb2691f493317f77c0f363a78af7ee
Issue-ID: OOM-1407
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/so/charts/so-vfc-adapter/values.yaml')
-rwxr-xr-x | kubernetes/so/charts/so-vfc-adapter/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/charts/so-vfc-adapter/values.yaml b/kubernetes/so/charts/so-vfc-adapter/values.yaml index 884280620a..0b6f13681f 100755 --- a/kubernetes/so/charts/so-vfc-adapter/values.yaml +++ b/kubernetes/so/charts/so-vfc-adapter/values.yaml @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -image: onap/so/vfc-adapter:latest +image: onap/so/vfc-adapter:1.3.0-STAGING-latest pullPolicy: IfNotPresent replicaCount: 1 minReadySeconds: 10 |