Skip to content

Commit

Permalink
add label to shinyproxy chart to trigger redeployment (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaimran08 authored Nov 6, 2024
1 parent d5642c1 commit f2a807d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.1
version: 1.4.2
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 @@ -25,6 +25,7 @@ spec:
access: {{ .Values.permission }}
app: shinyproxy-deployment
project: {{ .Values.project.slug }}
site-dir: {{ .Values.appconfig.site_dir | trimAll "/" | replace "/" "-" }}
networking/allow-internet-egress: "true"
networking/allow-egress-to-studio-web: "true"
allow-api-access: "true"
Expand Down

0 comments on commit f2a807d

Please sign in to comment.