From dd13b8e6d77c4e6097c2bb81a68f2d07add61c03 Mon Sep 17 00:00:00 2001 From: Stefan Wiedemann Date: Tue, 28 May 2024 14:44:49 +0200 Subject: [PATCH] Add init containers (#260) * add initcontainers, additonal env, volumes and mounts * update ccs * args and ocmmand * additional volumes * fix * fix it * empty list init * Update helm documentation --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/odrl-pap/Chart.yaml | 2 +- charts/odrl-pap/README.md | 6 +++--- charts/odrl-pap/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/odrl-pap/Chart.yaml b/charts/odrl-pap/Chart.yaml index 37406fc..523761f 100644 --- a/charts/odrl-pap/Chart.yaml +++ b/charts/odrl-pap/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: odrl-pap -version: 0.0.19 +version: 0.0.20 appVersion: 0.0.1 description: A Helm chart for running the odrl-pap on kubernetes. icon: https://fiware.github.io/catalogue/img/fiware.png diff --git a/charts/odrl-pap/README.md b/charts/odrl-pap/README.md index c8c0cde..1f9f2a1 100644 --- a/charts/odrl-pap/README.md +++ b/charts/odrl-pap/README.md @@ -1,6 +1,6 @@ # odrl-pap -![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) +![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) A Helm chart for running the odrl-pap on kubernetes. @@ -39,8 +39,8 @@ A Helm chart for running the odrl-pap on kubernetes. | deployment.additionalVolumeMounts | list | `[]` | additional volume mounts | | deployment.additionalVolumes | list | `[]` | additional volumes to be added for the containers | | deployment.affinity | object | `{}` | affinity template ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity | -| deployment.args | string | `nil` | arguments to be set for the container | -| deployment.command | string | `nil` | command to be used for starting the container | +| deployment.args | list | `[]` | arguments to be set for the container | +| deployment.command | list | `[]` | command to be used for starting the container | | deployment.image.pullPolicy | string | `"IfNotPresent"` | specification of the image pull policy | | deployment.image.repository | string | `"quay.io/wi_stefan/odrl-pap"` | til image name ref: https://quay.io/repository/wistefan/odrl-pap | | deployment.image.tag | string | `"0.0.1"` | tag of the image to be used | diff --git a/charts/odrl-pap/values.yaml b/charts/odrl-pap/values.yaml index 094c3b4..f58f2f2 100644 --- a/charts/odrl-pap/values.yaml +++ b/charts/odrl-pap/values.yaml @@ -90,9 +90,9 @@ deployment: successThreshold: 1 timeoutSeconds: 30 # -- arguments to be set for the container - args: + args: [] # -- command to be used for starting the container - command: + command: [] ## pod autoscaling configuration, use for automatic scaling of the broker pods autoscaling: