From 1205e3dc336ce0604b2d53f6cc6fb0053c75199c Mon Sep 17 00:00:00 2001 From: George Raven Date: Sun, 13 Oct 2024 21:18:34 +0100 Subject: [PATCH] Updated renovated readmes --- charts/corvid/README.md | 14 +++++++------- charts/home-assistant/README.md | 2 +- charts/ollama/README.md | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/corvid/README.md b/charts/corvid/README.md index 1f72c8f..7b97f7f 100644 --- a/charts/corvid/README.md +++ b/charts/corvid/README.md @@ -87,9 +87,9 @@ $ helm install corvid raven/corvid | volumeMounts | list | `[]` | | | volumes | list | `[]` | | -## Changelog +# Changelog -### 0.9.0 +## 0.9.0 This release adds default probe functionality. To enable me to create default probes without restricting the end user from either disabling them or overriding them as they see fit. This is not backwards compatible because startupProbeEnabled is required to enable or disable probe functionality in all cases. @@ -170,7 +170,7 @@ readinessProbe: ``` -### 0.8.0 +## 0.8.0 This release adds dnsPolicy and dnsConfig to the podSpec template. This is backwards compatible since this will be ignored if the values do not exist. @@ -197,7 +197,7 @@ dnsConfig: {} see: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy -### 0.7.1 +## 0.7.1 This release adds previously missing inbuilt startup probe configuration. This is backwards compatible since no changes to values.yaml and it does not change the default behaviour. @@ -211,7 +211,7 @@ startupProbe: port: http # the port name if it is not call http ``` -### 0.7.0 +## 0.7.0 This release introduces a daemonset template. This is backwards compatible since no changes to values.yaml. If you would like to use this new template you can do something akin to the following. Replace ``corvid-test`` with your charts name: @@ -222,7 +222,7 @@ This release introduces a daemonset template. This is backwards compatible since {{- include "corvid.daemonset" (list . "corvid-test.daemonset") }} ``` -### 0.6.5 +## 0.6.5 This release introduces existingClaim persistence for the podSpec template. Thus this effects almost all usages, but only if ``.persistence.existingClaim`` is set. @@ -235,7 +235,7 @@ persistence: No changes are required in the templating itself, this is backwards compatible. -### 0.6.4 +## 0.6.4 This release of corvid introduces CronJob templates. This is backwards compatible since the only new variables are part of a new template altogether to define a CronJob. Any users seeking to invoke this new CronJob will need to add the following to their values.yaml: diff --git a/charts/home-assistant/README.md b/charts/home-assistant/README.md index 37247a8..b2cc836 100644 --- a/charts/home-assistant/README.md +++ b/charts/home-assistant/README.md @@ -32,7 +32,7 @@ $ helm install ha raven/ha | image.pullPolicy | string | `"IfNotPresent"` | | | image.registry | string | `"ghcr.io"` | | | image.repository | string | `"home-assistant/home-assistant"` | | -| image.tag | string | `"2024.10.1"` | | +| image.tag | string | `"2024.10.2"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | diff --git a/charts/ollama/README.md b/charts/ollama/README.md index 57377a0..c3a0b9c 100644 --- a/charts/ollama/README.md +++ b/charts/ollama/README.md @@ -38,7 +38,7 @@ $ helm install ollama raven/ollama | image.pullPolicy | string | `"IfNotPresent"` | | | image.registry | string | `"docker.io"` | | | image.repository | string | `"ollama/ollama"` | | -| image.tag | string | `"0.3.12"` | | +| image.tag | string | `"0.3.13"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | |