From 8fb916956e2557914796a24c084d9af578f96e1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Jul 2024 14:37:09 +0000 Subject: [PATCH] update Helm documentation --- deploy/helm/apikeymanager/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/helm/apikeymanager/README.md b/deploy/helm/apikeymanager/README.md index 74921db..9745171 100644 --- a/deploy/helm/apikeymanager/README.md +++ b/deploy/helm/apikeymanager/README.md @@ -1,6 +1,6 @@ # apikeymanager -![Version: 0.1.0-dev0.g173becc](https://img.shields.io/badge/Version-0.1.0--dev0.g173becc-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0-dev0.g173becc](https://img.shields.io/badge/AppVersion-0.1.0--dev0.g173becc-informational?style=flat-square) +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) Helm chart for APIKeyManager @@ -38,7 +38,7 @@ Helm chart for APIKeyManager | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | image.repository | string | `"ghcr.io/csgroup-oss/apikey-manager"` | Image repository | -| image.tag | string | `"0.1.dev0.g173becc"` | Image tag | +| image.tag | string | `"1.0.0"` | Image tag | | imagePullSecrets[0] | object | `{"name":"ghcr-k8s"}` | Image pull secrets | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | |