diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 36ce6b0..50c20cb 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.5 -appVersion: "0.3.5" +version: 0.3.6 +appVersion: "0.3.6" keywords: - opencode - ai-coding diff --git a/chart/values.yaml b/chart/values.yaml index 99933ca..fe74609 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.6" 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.6" pullPolicy: IfNotPresent # -- StatefulSet update strategy (used when mode: "multi") updateStrategy: @@ -253,7 +253,7 @@ identity: # .clinerules: | # # Cline Rules # - Follow existing code style - # - Add tests for new features + # - Add tests for new features # -- Container Registry: Local registry for faster development cycles registry: enabled: false