Skip to content

Commit

Permalink
bump chart to 0.4.4 (shinyproxy 2.4.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
remche committed Jan 25, 2021
1 parent e5e3640 commit 5c7281b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:11-jre

ARG SHINYPROXY_VERSION=2.4.2
ARG SHINYPROXY_VERSION=2.4.3

RUN useradd -s /bin/bash shiny
RUN mkdir -p /opt/shinyproxy/ && chown shiny /opt/shinyproxy
Expand Down
4 changes: 2 additions & 2 deletions shinyproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: shinyproxy
description: A Helm chart to install Shinyproxy
type: application
version: 0.4.4
appVersion: 2.4.2
version: 0.4.5
appVersion: 2.4.3
2 changes: 1 addition & 1 deletion shinyproxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ proxy:
# proxy.image -- ShinyProxy Docker image to use
image:
name: remche/shinyproxy
tag: 2.4.2
tag: 2.4.3
# proxy.labels -- ShinyProxy deployment labels
labels: {}
# proxy.annotations -- ShinyProxy deployment annotations
Expand Down

0 comments on commit 5c7281b

Please sign in to comment.