Skip to content

Commit

Permalink
bugfix: Designate specific versions of child charts.
Browse files Browse the repository at this point in the history
Intent is to drive deployment of updated `cubejs` & `cubestore` charts.
Also bump version of `cube-stack` chart to ensure consumers get the
change.
  • Loading branch information
emmanuel committed Oct 27, 2022
1 parent 006c22d commit 80029b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/cube-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 80029b3

Please sign in to comment.