Skip to content
Closed
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
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down