From 1ff03246c68e3a4cd293e4c8ec4298037469ba88 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Mon, 19 Sep 2022 09:18:54 +0200 Subject: [PATCH] chore(helm): bumping to v0.1.0 --- charts/kamaji/Chart.yaml | 4 ++-- charts/kamaji/README.md | 4 ++-- charts/kamaji/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/kamaji/Chart.yaml b/charts/kamaji/Chart.yaml index cf6f942..8f16328 100644 --- a/charts/kamaji/Chart.yaml +++ b/charts/kamaji/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.9.1 +version: 0.9.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.1.0 +appVersion: v0.1.0 home: https://github.com/clastix/kamaji sources: ["https://github.com/clastix/kamaji"] diff --git a/charts/kamaji/README.md b/charts/kamaji/README.md index 7f7b717..360895a 100644 --- a/charts/kamaji/README.md +++ b/charts/kamaji/README.md @@ -1,6 +1,6 @@ # kamaji -![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) +![Version: 0.9.2](https://img.shields.io/badge/Version-0.9.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) Kamaji is a tool aimed to build and operate a Managed Kubernetes Service with a fraction of the operational burden. With Kamaji, you can deploy and operate hundreds of Kubernetes clusters as a hyper-scaler. @@ -110,7 +110,7 @@ Here the values you can override: | healthProbeBindAddress | string | `":8081"` | The address the probe endpoint binds to. (default ":8081") | | image.pullPolicy | string | `"Always"` | | | image.repository | string | `"clastix/kamaji"` | The container image of the Kamaji controller. | -| image.tag | string | `"latest"` | | +| image.tag | string | `nil` | Overrides the image tag whose default is the chart appVersion. | | imagePullSecrets | list | `[]` | | | livenessProbe | object | `{"httpGet":{"path":"/healthz","port":"healthcheck"},"initialDelaySeconds":15,"periodSeconds":20}` | The livenessProbe for the controller container | | loggingDevel.enable | bool | `false` | (string) Development Mode defaults(encoder=consoleEncoder,logLevel=Debug,stackTraceLevel=Warn). Production Mode defaults(encoder=jsonEncoder,logLevel=Info,stackTraceLevel=Error) (default false) | diff --git a/charts/kamaji/values.yaml b/charts/kamaji/values.yaml index 70bdffb..a80e3f4 100644 --- a/charts/kamaji/values.yaml +++ b/charts/kamaji/values.yaml @@ -9,8 +9,8 @@ image: # -- The container image of the Kamaji controller. repository: clastix/kamaji pullPolicy: Always - # Overrides the image tag whose default is the chart appVersion. - tag: latest + # -- Overrides the image tag whose default is the chart appVersion. + tag: # -- A list of extra arguments to add to the kamaji controller default ones extraArgs: []