Skip to content

Commit a56818a

Browse files
authored
chore(adder): update default adder version to 0.32.1 (#230)
Signed-off-by: Aurora Gaffney <[email protected]>
1 parent b173d3a commit a56818a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/adder/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: adder
33
description: "A Helm chart for deploying Adder"
4-
version: 0.0.7
5-
appVersion: 0.32.0
4+
version: 0.0.8
5+
appVersion: 0.32.1
66

77
sources:
88
- https://github.com/blinklabs-io/adder

charts/adder/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ replicaCount: 1
33

44
image:
55
repository: "ghcr.io/blinklabs-io/adder"
6-
tag: "0.32.0"
6+
tag: "0.32.1"
77
pullPolicy: IfNotPresent
88

99
annotations: {}

0 commit comments

Comments
 (0)