We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b9475 commit 74ae908Copy full SHA for 74ae908
deploy/helm/onechart-helm-values.yaml
@@ -1,6 +1,6 @@
1
image:
2
repository: ghcr.io/gimlet-io/capacitor
3
- tag: v0.1.0-rc.10
+ tag: v0.1.0
4
containerPort: 9000
5
probe:
6
enabled: true
deploy/k8s/manifest.yaml
@@ -49,7 +49,7 @@ spec:
49
app.kubernetes.io/instance: capacitor
50
spec:
51
containers:
52
- - image: ghcr.io/gimlet-io/capacitor:v0.1.0-rc.10
+ - image: ghcr.io/gimlet-io/capacitor:v0.1.0
53
imagePullPolicy: IfNotPresent
54
name: capacitor
55
ports:
0 commit comments