Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions charts/o-neko/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/o-neko/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down