Skip to content

Commit

Permalink
v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nafarlee committed Sep 26, 2022
1 parent 774753c commit 3608734
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ all possible options as well as their default values, and is heavily annotated.
```dhall
-- package.dhall
let package =
https://raw.githubusercontent.com/colpal/granfalloon/v0.0.12/kubernetes/package.dhall
https://raw.githubusercontent.com/colpal/granfalloon/v0.0.13/kubernetes/package.dhall
sha256:0000000000000000000000000000000000000000000000000000000000000000

in package.chart package.Values::{
Expand All @@ -49,7 +49,7 @@ $ dhall-to-yaml-ng --file package.dhall --documents | kubectl apply -f -
```dhall
-- package.dhall
let package =
https://raw.githubusercontent.com/colpal/granfalloon/v0.0.12/kubernetes/package.dhall
https://raw.githubusercontent.com/colpal/granfalloon/v0.0.13/kubernetes/package.dhall
sha256:0000000000000000000000000000000000000000000000000000000000000000

in package.chart package.Values::{
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/Values.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ in {
proxyServiceType = "NodePort",

-- The default tag to use with the official Granfalloon image
proxyTag = "0.0.12-deno1.24.1-distroless",
proxyTag = "0.0.13-deno1.24.1-distroless",

-- The default is to declare and connect to a non-resource constrained,
-- non-persistent Redis instance in the same namespace
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default "0.0.12";
export default "0.0.13";

0 comments on commit 3608734

Please sign in to comment.