Skip to content

Commit

Permalink
upgrade oncall chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Jun 6, 2024
1 parent 8df7010 commit 3cce9d8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mods/pog/hex/k8s/grafana.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,15 @@ let
name = "oncall";
chart_name = "oncall";
namespace = "oncall";
version = "1.3.113";
sha256 = "0yqlsfhmcabppcczad6hdlaav2nxi9z9i4nn51h1rdh6w7g6xc2s";
};
chart = _chart { inherit defaults; };
version = rec {
_v = hex.k8s._.version chart;
latest = v1-3-113;
latest = v1-6-2;
v1-6-2 = _v "1.6.2" "1dzvv6wxrzxgv7ff25g1p5k2j3f3i1h4kvb35iwf8gw1lk4y3v12"; # 2024-06-05
v1-5-5 = _v "1.5.5" "1jv6d8h7px45f0dab9ws92f4vjnyqq1b10k657rliks1kv93nqxs"; # 2024-06-03
v1-4-7 = _v "1.4.7" "0a8ij66rcps0p3z8p69nl1y5742fh5a19slqfzl28kpzdikmx629"; # 2024-05-13
v1-3-118 = _v "1.3.118" "0ywz3v2q9iy5z24rad3m9570hc3jwsfr1yzj0ba3m8fq4zyvb7k6"; # 2024-04-11
v1-3-113 = _v "1.3.113" "0yqlsfhmcabppcczad6hdlaav2nxi9z9i4nn51h1rdh6w7g6xc2s"; # 2024-03-21
v1-3-45 = _v "1.3.45" "1xrrryq5bvvbpxplpnwqn6yr0c1sp4k2idib5hybky8sczyfjjyn";
};
Expand Down

0 comments on commit 3cce9d8

Please sign in to comment.