Skip to content

Commit 9e3ad3e

Browse files
committedOct 1, 2024
v0.4.4
1 parent 6dbe05d commit 9e3ad3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎deploy/helm/onechart-helm-values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: ghcr.io/gimlet-io/capacitor
3-
tag: v0.4.3
3+
tag: v0.4.4
44
containerPort: 9000
55
probe:
66
enabled: true

‎deploy/k8s/manifest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
app.kubernetes.io/instance: capacitor
5050
spec:
5151
containers:
52-
- image: ghcr.io/gimlet-io/capacitor:v0.4.3
52+
- image: ghcr.io/gimlet-io/capacitor:v0.4.4
5353
imagePullPolicy: IfNotPresent
5454
name: capacitor
5555
ports:

0 commit comments

Comments
 (0)
Failed to load comments.