We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b001bad commit eb285dcCopy full SHA for eb285dc
deploy/helm/onechart-helm-values.yaml
@@ -1,6 +1,6 @@
1
image:
2
repository: ghcr.io/gimlet-io/capacitor
3
- tag: v0.2.0-rc.1
+ tag: v0.2.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.2.0-rc.1
+ - image: ghcr.io/gimlet-io/capacitor:v0.2.0
53
imagePullPolicy: IfNotPresent
54
name: capacitor
55
ports:
0 commit comments