Skip to content

Commit

Permalink
trying to push charts again
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Jan 23, 2022
1 parent 16e05a4 commit 14b1f6e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/chart-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
run: |-
export HELM_EXPERIMENTAL_OCI=1
helm --version
find .cr-release-packages -name 'shinyproxy*.tgz' | xargs -I {} helm push {} oci://018835827632.dkr.ecr.us-east-1.amazonaws.com/
find .cr-release-packages -name 'cellxgene-gateway*.tgz' | xargs -I {} helm push {} oci://018835827632.dkr.ecr.us-east-1.amazonaws.com/
Expand Down
2 changes: 1 addition & 1 deletion charts/cellxgene-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ sources:
- https://github.com/Novartis/cellxgene-gateway
- https://github.com/remche/zero-to-shinyproxy
- https://www.shinyproxy.io/documentation
version: 0.2.3
version: 0.2.4
2 changes: 1 addition & 1 deletion charts/shinyproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: 2.6.0
description: A Helm chart to install Shinyproxy
name: shinyproxy
type: application
version: 0.8.2
version: 0.8.3

0 comments on commit 14b1f6e

Please sign in to comment.