We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d6331 commit 0efa89eCopy full SHA for 0efa89e
helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: bender
3
description: A Helm chart for Bender - Open-source framework connecting Slack to Claude Code in headless mode
4
type: application
5
-version: 0.0.2
6
-appVersion: "0.0.2"
+version: 0.0.3
+appVersion: "0.0.3"
7
maintainers:
8
- name: Helmcode Team
9
email: hello@helmcode.com
helm/values.yaml
@@ -4,7 +4,7 @@ replicaCount: 1
# Container image configuration
image:
repository: ghcr.io/helmcode/bender
- tag: "infra-0.0.2"
+ tag: "infra-0.0.3"
pullPolicy: IfNotPresent
10
# Registry credentials (only needed for private repositories)
0 commit comments