From 68330d2ece7a99248b118827c8e6de1e1e0226ac Mon Sep 17 00:00:00 2001 From: Taylor Thomas Date: Thu, 17 Mar 2022 16:10:19 -0700 Subject: [PATCH] chore(chart): Bumps various versions in chart (#375) Signed-off-by: Taylor Thomas --- wasmcloud_host/chart/Chart.yaml | 4 ++-- wasmcloud_host/chart/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wasmcloud_host/chart/Chart.yaml b/wasmcloud_host/chart/Chart.yaml index 8b0642e1..9d6b9038 100644 --- a/wasmcloud_host/chart/Chart.yaml +++ b/wasmcloud_host/chart/Chart.yaml @@ -15,6 +15,6 @@ icon: https://github.com/wasmCloud/wasmcloud.com-dev/raw/main/static/images/wasm type: application -version: 0.4.1 +version: 0.5.0 -appVersion: "0.54.0" +appVersion: "0.54.1" diff --git a/wasmcloud_host/chart/values.yaml b/wasmcloud_host/chart/values.yaml index a6a64af8..930d4930 100644 --- a/wasmcloud_host/chart/values.yaml +++ b/wasmcloud_host/chart/values.yaml @@ -68,7 +68,7 @@ nats: pullPolicy: IfNotPresent # NOTE: The alpine image is required if you are doing leafnode configuration. Otherwise the base # nats image is missing the root certificates needed for validation - tag: "2.6-alpine" + tag: "2.7-alpine" resources: {} imagePullSecrets: []