Skip to content

Commit d229561

Browse files
committed
chore(chart): update appVersion to 0.26.1
1 parent 3712034 commit d229561

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 0.26.0
2+
appVersion: 0.26.1
33
description: A Helm chart for deploying zero-cache, a horizontally scalable service
44
that maintains a SQLite replica of your Postgres database for Zero
55
home: https://zero.rocicorp.dev/
@@ -17,4 +17,4 @@ sources:
1717
- https://github.com/rocicorp/zero
1818
- https://github.com/synapdeck/zero-cache-chart
1919
type: application
20-
version: 1.0.2
20+
version: 1.0.3

chart.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
repo = "oci://ghcr.io/synapdeck/zero-cache-chart";
33
chart = "zero-cache";
4-
version = "1.0.2";
5-
chartHash = "sha256-Dc63LoEUL6EjOIo77sSqD7GkI1POq1BetjAEIqsdGEY=";
4+
version = "1.0.3";
5+
chartHash = "sha256-LRYKIRHI/aa9k1AYNXgzIo8R33H6E6EFpbXbBvxKNi0=";
66
}

0 commit comments

Comments
 (0)