From 9b18097402b3a3da98a380c8e465ebafcdb4ee90 Mon Sep 17 00:00:00 2001 From: NMaaS Renovate <renovate@nmaas.eu> Date: Fri, 11 Oct 2024 12:05:22 +0000 Subject: [PATCH] [ci skip] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a6936d..7f3b856 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # nmaas -  +  GÉANT Network Management as a Service Helm chart for Kubernetes @@ -67,12 +67,12 @@ GÉANT Network Management as a Service Helm chart for Kubernetes | platform.enabled | bool | `true` | | | platform.image.pullPolicy | string | `"IfNotPresent"` | | | platform.image.repository | string | `"artifactory.software.geant.org/nmaas-docker-local/nmaas-platform"` | | -| platform.image.tag | string | `"1.6.3"` | | +| platform.image.tag | string | `"1.6.4"` | | | platform.ingress.className | string | `""` | defaults to .Values.platform.properties.k8s.ingress.controller.ingressClass if not set | | platform.initscripts.enabled | bool | `true` | | | platform.initscripts.image.pullPolicy | string | `"Always"` | | | platform.initscripts.image.repository | string | `"artifactory.software.geant.org/nmaas-docker-local/nmaas-platform-populate"` | | -| platform.initscripts.image.tag | string | `"1.6.3"` | | +| platform.initscripts.image.tag | string | `"1.6.4"` | | | platform.livenessProbe.failureThreshold | int | `10` | | | platform.livenessProbe.httpGet.path | string | `"/actuator/health"` | | | platform.livenessProbe.httpGet.port | int | `9001` | | @@ -153,7 +153,7 @@ GÉANT Network Management as a Service Helm chart for Kubernetes | portal.enabled | bool | `true` | | | portal.image.pullPolicy | string | `"IfNotPresent"` | | | portal.image.repository | string | `"artifactory.software.geant.org/nmaas-docker-local/nmaas-portal"` | | -| portal.image.tag | string | `"1.6.3"` | | +| portal.image.tag | string | `"1.6.4"` | | | portal.ingress.className | string | `""` | defaults to .Values.platform.properties.k8s.ingress.controller.ingressClass if not set | | portal.name | string | `"nmaas-portal"` | | | portal.port | int | `9009` | | -- GitLab