We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3712034 commit d229561Copy full SHA for d229561
2 files changed
Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v2
2
-appVersion: 0.26.0
+appVersion: 0.26.1
3
description: A Helm chart for deploying zero-cache, a horizontally scalable service
4
that maintains a SQLite replica of your Postgres database for Zero
5
home: https://zero.rocicorp.dev/
@@ -17,4 +17,4 @@ sources:
17
- https://github.com/rocicorp/zero
18
- https://github.com/synapdeck/zero-cache-chart
19
type: application
20
-version: 1.0.2
+version: 1.0.3
chart.nix
@@ -1,6 +1,6 @@
{
repo = "oci://ghcr.io/synapdeck/zero-cache-chart";
chart = "zero-cache";
- version = "1.0.2";
- chartHash = "sha256-Dc63LoEUL6EjOIo77sSqD7GkI1POq1BetjAEIqsdGEY=";
+ version = "1.0.3";
+ chartHash = "sha256-LRYKIRHI/aa9k1AYNXgzIo8R33H6E6EFpbXbBvxKNi0=";
6
}
0 commit comments