Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstromviktor committed Mar 18, 2024
1 parent 1d26a40 commit 80d7f44
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Lint and Test Charts

on:
push:
on:
pull_request:
workflow_dispatch:


jobs:
lint-test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion apps/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.1"
description: A Helm chart for RStudio in the browser
name: rstudio
version: 0.0.1
version: 1.0.0
maintainers:
- name: Team Whale
email: [email protected]
2 changes: 1 addition & 1 deletion apps/shiny/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.1"
description: A Helm chart Shiny apps
name: shinyapp
version: 0.0.1
version: 1.0.0
maintainers:
- name: Team Whale
email: [email protected]

0 comments on commit 80d7f44

Please sign in to comment.