Skip to content
Snippets Groups Projects
Commit 44988d04 authored by Vojdan Kjorveziroski's avatar Vojdan Kjorveziroski
Browse files

Merge branch '24-update-for-1-6-5-with-new-init-scripts-container' into 'master'

Resolve "Update for 1.6.5 with new init scripts container"

Closes #24

See merge request !11
parents ce31d175 1038bde5
No related branches found
No related tags found
1 merge request!11Resolve "Update for 1.6.5 with new init scripts container"
Pipeline #91468 passed
# nmaas # nmaas
![Version: 1.2.16](https://img.shields.io/badge/Version-1.2.16-informational?style=flat-square) ![AppVersion: 1.6.5](https://img.shields.io/badge/AppVersion-1.6.5-informational?style=flat-square) ![Version: 1.2.17](https://img.shields.io/badge/Version-1.2.17-informational?style=flat-square) ![AppVersion: 1.6.5](https://img.shields.io/badge/AppVersion-1.6.5-informational?style=flat-square)
GÉANT Network Management as a Service Helm chart for Kubernetes GÉANT Network Management as a Service Helm chart for Kubernetes
...@@ -72,7 +72,7 @@ GÉANT Network Management as a Service Helm chart for Kubernetes ...@@ -72,7 +72,7 @@ GÉANT Network Management as a Service Helm chart for Kubernetes
| platform.initscripts.enabled | bool | `true` | | | platform.initscripts.enabled | bool | `true` | |
| platform.initscripts.image.pullPolicy | string | `"Always"` | | | platform.initscripts.image.pullPolicy | string | `"Always"` | |
| platform.initscripts.image.repository | string | `"artifactory.software.geant.org/nmaas-docker-local/nmaas-platform-populate"` | | | platform.initscripts.image.repository | string | `"artifactory.software.geant.org/nmaas-docker-local/nmaas-platform-populate"` | |
| platform.initscripts.image.tag | string | `"1.6.4"` | | | platform.initscripts.image.tag | string | `"1.6.5"` | |
| platform.livenessProbe.failureThreshold | int | `10` | | | platform.livenessProbe.failureThreshold | int | `10` | |
| platform.livenessProbe.httpGet.path | string | `"/actuator/health"` | | | platform.livenessProbe.httpGet.path | string | `"/actuator/health"` | |
| platform.livenessProbe.httpGet.port | int | `9001` | | | platform.livenessProbe.httpGet.port | int | `9001` | |
......
apiVersion: v2 apiVersion: v2
name: nmaas name: nmaas
description: GÉANT Network Management as a Service Helm chart for Kubernetes description: GÉANT Network Management as a Service Helm chart for Kubernetes
version: 1.2.16 version: 1.2.17
appVersion: 1.6.5 appVersion: 1.6.5
keywords: keywords:
- Network Management - Network Management
......
...@@ -82,7 +82,7 @@ platform: ...@@ -82,7 +82,7 @@ platform:
enabled: true enabled: true
image: image:
repository: artifactory.software.geant.org/nmaas-docker-local/nmaas-platform-populate repository: artifactory.software.geant.org/nmaas-docker-local/nmaas-platform-populate
tag: "1.6.4" tag: "1.6.5"
pullPolicy: Always pullPolicy: Always
properties: properties:
maintenance: false maintenance: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment