From 0e0cc07222edfacf2695243e2f0ad73baea0e75e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 Apr 2026 09:30:26 +0000 Subject: [PATCH] chore: bump chart version to 0.3.5 --- chart/Chart.yaml | 4 ++-- chart/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 4706052..36ce6b0 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: ok8s description: OpenCode + Oh-My-OpenCode on Kubernetes with Tailscale connectivity type: application -version: 0.3.4 -appVersion: "0.3.4" +version: 0.3.5 +appVersion: "0.3.5" keywords: - opencode - ai-coding diff --git a/chart/values.yaml b/chart/values.yaml index 9498806..f9950b0 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1,7 +1,7 @@ # -- OpenCode container image image: repository: ghcr.io/timothyclin/k8s-opencode/opencode-workspace - tag: "0.3.4" + tag: "0.3.5" pullPolicy: IfNotPresent # -- Create the release namespace (set to false if installing into an existing namespace) createNamespace: false @@ -68,7 +68,7 @@ auth: router: image: repository: ghcr.io/timothyclin/k8s-opencode/auth-router - tag: "0.3.4" + tag: "0.3.5" pullPolicy: IfNotPresent # -- StatefulSet update strategy (used when mode: "multi") updateStrategy: