Skip to content

Commit

Permalink
removing supervisord from image - introduces security error
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Mar 6, 2022
1 parent a46f469 commit dac716a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/chart-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -27,16 +24,15 @@ jobs:
# with:
# version: v3.4.0

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
python-version: 3.8

- name: Python Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest jsonschema yaml
pip install pytest jsonschema PyYAML
- name: Helm Dependency update
run: |
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.5
version: 0.10.6
2 changes: 1 addition & 1 deletion charts/single-cell-cloud-lab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ sources:
- https://github.com/Novartis/cellxgene-gateway
- https://github.com/remche/zero-to-shinyproxy
- https://www.shinyproxy.io/documentation
version: 0.6.5
version: 0.6.6

0 comments on commit dac716a

Please sign in to comment.