Skip to content

Commit

Permalink
v0.3.3-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Mar 18, 2024
1 parent 89bd01c commit 3584a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/onechart-helm-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/gimlet-io/capacitor
tag: v0.3.2
tag: v0.3.3-rc.1
containerPort: 9000
probe:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
app.kubernetes.io/instance: capacitor
spec:
containers:
- image: ghcr.io/gimlet-io/capacitor:v0.3.2
- image: ghcr.io/gimlet-io/capacitor:v0.3.3-rc.1
imagePullPolicy: IfNotPresent
name: capacitor
ports:
Expand Down

0 comments on commit 3584a1f

Please sign in to comment.