diff --git a/charts/o-neko/Chart.yaml b/charts/o-neko/Chart.yaml index ecb70859..be92dfcf 100644 --- a/charts/o-neko/Chart.yaml +++ b/charts/o-neko/Chart.yaml @@ -2,13 +2,13 @@ apiVersion: v2 name: o-neko description: A Helm chart for O-Neko type: application -version: 1.6.2 +version: 1.6.3 annotations: artifacthub.io/changes: | - - kind: added - description: "added Artifacthub changelog annotation" + - kind: changed + description: "update the image to 1.8.1" -appVersion: "1.8.0" +appVersion: "1.8.1" sources: - https://github.com/subshell/o-neko/ - https://github.com/subshell/helm-charts/tree/main/charts/o-neko diff --git a/charts/o-neko/values.yaml b/charts/o-neko/values.yaml index b2636cdf..4666cfc9 100644 --- a/charts/o-neko/values.yaml +++ b/charts/o-neko/values.yaml @@ -33,7 +33,7 @@ oneko: ## @param oneko.image.imagePullPolicy Image Pull Policy image: name: subshellgmbh/o-neko - tag: 1.8.0 + tag: 1.8.1 imagePullPolicy: IfNotPresent ## @extra oneko.env array of environment variables passed to the container