Skip to content

Commit

Permalink
Removing typo from charts
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstromviktor committed Mar 20, 2024
1 parent 5c83e6e commit 47134b0
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/custom-app/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 a standard serve app
name: custom-app
version: 1.0.0
version: 1.0.1
maintainers:
- name: Team Whale
email: [email protected]
2 changes: 1 addition & 1 deletion apps/custom-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project:
permission: public

global:
protocol: TCP'
protocol: TCP
domain: studio.127.0.0.1.nip.io
auth_domain: studio.127.0.0.1.nip.io

Expand Down
2 changes: 1 addition & 1 deletion apps/dash/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 Dash apps
name: dash-app
version: 1.0.0
version: 1.0.1
maintainers:
- name: Team Whale
email: [email protected]
2 changes: 1 addition & 1 deletion apps/dash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project:
permission: public

global:
protocol: TCP'
protocol: TCP
domain: studio.127.0.0.1.nip.io
auth_domain: studio.127.0.0.1.nip.io

Expand Down
2 changes: 1 addition & 1 deletion apps/filemanager/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 the serve File Manager
name: filemanager
version: 1.0.1
version: 1.0.2
maintainers:
- name: Team Whale
email: [email protected]
2 changes: 1 addition & 1 deletion apps/filemanager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project:
permission: public

global:
protocol: TCP'
protocol: TCP
domain: studio.127.0.0.1.nip.io
auth_domain: studio.127.0.0.1.nip.io

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: 1.0.0
version: 1.0.1
maintainers:
- name: Team Whale
email: [email protected]
2 changes: 1 addition & 1 deletion apps/rstudio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project:
slug: project-slug

global:
protocol: TCP'
protocol: TCP
domain: studio.127.0.0.1.nip.io
auth_domain: studio.127.0.0.1.nip.io

Expand Down
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: 1.0.0
version: 1.0.1
maintainers:
- name: Team Whale
email: [email protected]
2 changes: 1 addition & 1 deletion apps/shiny/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project:
slug: project-slug

global:
protocol: TCP'
protocol: TCP
domain: studio.127.0.0.1.nip.io
auth_domain: studio.127.0.0.1.nip.io

Expand Down
2 changes: 1 addition & 1 deletion apps/tissuumaps/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 tissuumaps apps
name: tissuumaps
version: 1.0.0
version: 1.0.1
maintainers:
- name: Team Whale
email: [email protected]
2 changes: 1 addition & 1 deletion apps/tissuumaps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project:
slug: project-slug

global:
protocol: TCP'
protocol: TCP
domain: studio.127.0.0.1.nip.io
auth_domain: studio.127.0.0.1.nip.io

Expand Down

0 comments on commit 47134b0

Please sign in to comment.