We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf693a commit 7709869Copy full SHA for 7709869
2 files changed
charts/adder/Chart.yaml
@@ -1,8 +1,8 @@
1
apiVersion: v2
2
name: adder
3
description: "A Helm chart for deploying Adder"
4
-version: 0.1.1
5
-appVersion: 0.33.0
+version: 0.1.2
+appVersion: 0.34.0
6
7
sources:
8
- https://github.com/blinklabs-io/adder
charts/adder/values.yaml
@@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: "ghcr.io/blinklabs-io/adder"
- tag: "0.33.0"
+ tag: "0.34.0"
pullPolicy: IfNotPresent
9
annotations: {}
0 commit comments