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 b173d3a commit a56818aCopy full SHA for a56818a
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.0.7
5
-appVersion: 0.32.0
+version: 0.0.8
+appVersion: 0.32.1
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.32.0"
+ tag: "0.32.1"
pullPolicy: IfNotPresent
9
annotations: {}
0 commit comments