Skip to content

Commit

Permalink
SS-1130 add access permission to app deployments (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaimran08 authored Sep 18, 2024
1 parent cc5dc7b commit 4af4743
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 8 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.1
version: 1.0.2
maintainers:
- name: Team Whale
email: [email protected]
1 change: 1 addition & 0 deletions apps/custom-app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
# prometheus.io/port: "8501"
labels:
release: {{ $.Release.Name }}
access: {{ .Values.permission }}
app: {{ .Values.appname }}
project: {{ $.Values.project.slug }}
networking/allow-internet-egress: "true"
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.1
version: 1.0.2
maintainers:
- name: Team Whale
email: [email protected]
1 change: 1 addition & 0 deletions apps/dash/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
# prometheus.io/port: "8501"
labels:
release: {{ $.Release.Name }}
access: {{ .Values.permission }}
app: {{ .Values.appname }}
project: {{ $.Values.project.slug }}
networking/allow-internet-egress: "true"
Expand Down
2 changes: 1 addition & 1 deletion apps/jupyter-lab/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 Jupyter Lab
name: lab
version: 1.0.1
version: 1.0.2
maintainers:
- name: Team Whale
email: [email protected]
1 change: 1 addition & 0 deletions apps/jupyter-lab/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
# prometheus.io/port: "8501"
labels:
release: {{ .Release.Name }}
access: {{ .Values.permission }}
app: {{ .Values.appname }}
project: {{ .Values.project.slug }}
networking/allow-internet-egress: "true"
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.1
version: 1.0.2
maintainers:
- name: Team Whale
email: [email protected]
1 change: 1 addition & 0 deletions apps/rstudio/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
# prometheus.io/port: "8501"
labels:
release: {{ $.Release.Name }}
access: {{ .Values.permission }}
app: {{ .Values.appname }}
project: {{ $.Values.project.slug }}
networking/allow-internet-egress: "true"
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.2
version: 1.0.3
maintainers:
- name: Team Whale
email: [email protected]
1 change: 1 addition & 0 deletions apps/shiny/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
# prometheus.io/port: "8501"
labels:
release: {{ $.Release.Name }}
access: {{ .Values.permission }}
app: {{ .Values.appname }}
project: {{ $.Values.project.slug }}
networking/allow-internet-egress: "true"
Expand Down
2 changes: 1 addition & 1 deletion apps/shinyproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: shinyproxy
description: A Helm chart to install Shinyproxy
type: application
version: 1.4.0
version: 1.4.1
appVersion: "0.1"
maintainers:
- name: Team Whale
Expand Down
1 change: 1 addition & 0 deletions apps/shinyproxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
# prometheus.io/port: "8501"
labels:
release: {{ .Release.Name }}
access: {{ .Values.permission }}
app: shinyproxy-deployment
project: {{ .Values.project.slug }}
networking/allow-internet-egress: "true"
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.1
version: 1.0.2
maintainers:
- name: Team Whale
email: [email protected]
1 change: 1 addition & 0 deletions apps/tissuumaps/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
# prometheus.io/port: "8501"
labels:
release: {{ $.Release.Name }}
access: {{ .Values.permission }}
app: {{ .Values.appname }}
project: {{ $.Values.project.slug }}
networking/allow-internet-egress: "true"
Expand Down
2 changes: 1 addition & 1 deletion apps/vscode/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
appVersion: "0.1"
description: A Helm chart for VS code in the browser
name: vscode
version: 1.0.0
version: 1.0.1
maintainers:
- name: Team Whale
email: [email protected]
1 change: 1 addition & 0 deletions apps/vscode/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
# prometheus.io/port: "8501"
labels:
release: {{ $.Release.Name }}
access: {{ .Values.permission }}
app: {{ .Values.appname }}
project: {{ $.Values.project.slug }}
networking/allow-internet-egress: "true"
Expand Down

0 comments on commit 4af4743

Please sign in to comment.