Skip to content

Commit 74ae908

Browse files
committed
v0.1.0
1 parent d9b9475 commit 74ae908

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.1.0-rc.10
3+
tag: v0.1.0
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.1.0-rc.10
52+
- image: ghcr.io/gimlet-io/capacitor:v0.1.0
5353
imagePullPolicy: IfNotPresent
5454
name: capacitor
5555
ports:

0 commit comments

Comments
 (0)