Skip to content

Commit

Permalink
Merge pull request #164 from manisha-tanwar/patch-1
Browse files Browse the repository at this point in the history
New Location For Stable Charts
  • Loading branch information
arm4b committed Dec 27, 2020
2 parents 562bae5 + bdf0808 commit a841b54
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Prepare Helm
command: |
set -x
helm init --client-only
helm init --stable-repo-url https://charts.helm.sh/stable --client-only
helm dependency update
- run:
name: Helm Lint Check
Expand Down Expand Up @@ -78,7 +78,11 @@ jobs:
command: sudo -E minikube start --vm-driver=none
environment:
CHANGE_MINIKUBE_NONE_USER: true
- helm/install-helm-on-cluster
- run:
name: Helm Init
command: |
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
helm init --stable-repo-url https://charts.helm.sh/stable
- run:
name: Update stackstorm-ha chart dependencies
command: helm dependency update
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## In Development

## v0.41.0
* Fix Helm 2 repository location to a new working URL https://charts.helm.sh/stable (#164) (by @manisha-tanwar)

## v0.40.0
* Switch st2 version to `v3.4dev` as a new latest development version (#157)
Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
# Update StackStorm version here to rely on other Docker images tags
appVersion: 3.4dev
name: stackstorm-ha
version: 0.40.0
version: 0.41.0
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
home: https://stackstorm.com/
icon: https://landscape.cncf.io/logos/stack-storm.svg
Expand Down
9 changes: 4 additions & 5 deletions requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
dependencies:
- name: rabbitmq-ha
version: 1.46.1
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
condition: rabbitmq-ha.enabled
- name: mongodb-replicaset
version: 3.12.0
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
alias: mongodb-ha
condition: mongodb-ha.enabled
- name: external-dns
version: 1.6.1
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
condition: external-dns.enabled
- name: etcd-operator
version: 0.10.3
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
condition: etcd-operator.enabled

0 comments on commit a841b54

Please sign in to comment.