From 80029b3fc2027521c3e751409355d2cc21c5a31b Mon Sep 17 00:00:00 2001 From: Emmanuel Gomez Date: Thu, 27 Oct 2022 12:13:21 -0700 Subject: [PATCH] bugfix: Designate specific versions of child charts. Intent is to drive deployment of updated `cubejs` & `cubestore` charts. Also bump version of `cube-stack` chart to ensure consumers get the change. --- charts/cube-stack/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cube-stack/Chart.yaml b/charts/cube-stack/Chart.yaml index 69c68ee..cea4341 100644 --- a/charts/cube-stack/Chart.yaml +++ b/charts/cube-stack/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cube-stack description: Cube Stack is an Umbrella Chart that contains everything needed to run Cube in production. type: application -version: 0.1.2 +version: 0.1.3 appVersion: "0.31.6" keywords: - cubejs @@ -17,11 +17,11 @@ sources: - https://github.com/cube-js/cube.js dependencies: - name: cubejs - version: "0.1.*" + version: "0.1.2" repository: https://www.pelo.tech/charts/ condition: global.cubejs.enabled - name: cubestore - version: "0.1.*" + version: "0.1.1" repository: https://www.pelo.tech/charts/ condition: global.cubestore.enabled - name: redis