From 7c2d2b0f0730ba399f61a60193968d02e9da1f73 Mon Sep 17 00:00:00 2001 From: Philip Dakowitz Date: Wed, 17 Dec 2025 16:36:33 +0100 Subject: [PATCH] [o-neko] update o-neko image to 1.8.1 --- charts/o-neko/Chart.yaml | 8 ++++---- charts/o-neko/values.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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