Skip to content

Commit

Permalink
updating changeset to remove quicklaunch
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Mar 9, 2022
1 parent 6b71a48 commit 5ce8601
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changesets/single-cell-cloud-lab/changeset.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"Description": "Helm Chart Delivery for EKS",
"UsageInstructions": "Before launching you will need to have your single cell data stored in S3. See: https://github.com/dabble-of-devops-bioanalyze/helm-charts/tree/main/charts/single-cell-cloud-lab#access-data-in-s3",
"HelmChartUri": "709825985650.dkr.ecr.us-east-1.amazonaws.com/dabble-of-devops/single-cell-cloud-lab:0.5.1",
"HelmChartUri": "709825985650.dkr.ecr.us-east-1.amazonaws.com/dabble-of-devops/single-cell-cloud-lab:0.6.8",
"Namespace": "default",
"MarketplaceServiceAccountName": "single-cell-cloud-lab-sa",
"OverrideParameters": [
Expand Down Expand Up @@ -66,7 +66,7 @@
}
}
],
"QuickLaunchEnabled": true
"QuickLaunchEnabled": false
}
},
"DeliveryOptionTitle": "EKS Helm Delivery"
Expand Down
2 changes: 1 addition & 1 deletion charts/shinyproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
tags:
- bitnami-common
version: 1.x.x
version: 0.10.8
version: 0.11.0
2 changes: 2 additions & 0 deletions scripts/deploy_change_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,9 @@ def run(
):
data = read_changeset_file(changeset_file, version_title, release_notes, helm_chart_version)
sanity_checks(data)
convert_details_to_json(data, version_title, release_notes)
change_set_id = start_change_set(data, changeset_name)
print(f"Successfuly submitted changeset with id: {change_set_id}")
describe_change_set_response = get_change_set_status(change_set_id)
pprint(describe_change_set_response)

Expand Down
1 change: 1 addition & 0 deletions scripts/deploy_change_set.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
version=$(cat charts/single-cell-cloud-lab/Chart.yaml | yq '.version')
python scripts/deploy_change_set.py \
--changeset-file changesets/single-cell-cloud-lab/changeset.json \
--helm-chart-version ${version} \
--changeset-name "internal-release-${version}" \
--version-title "Internal Release ${version}" \
--release-notes "Internal Release ${version}"

0 comments on commit 5ce8601

Please sign in to comment.