diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 050c5e8..ab19a01 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.2 -appVersion: "0.3.2" +version: 0.3.3 +appVersion: "0.3.3" keywords: - opencode - ai-coding diff --git a/chart/values.yaml b/chart/values.yaml index a33d579..ffdc5b2 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.2" + tag: "0.3.3" 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.2" + tag: "0.3.3" pullPolicy: IfNotPresent # -- StatefulSet update strategy (used when mode: "multi") updateStrategy: