Skip to content

Commit

Permalink
Update pinned bitnami charts in values.yaml (#1900)
Browse files Browse the repository at this point in the history
* Update pinned bitnami charts in values.yaml

* Update dashboard dockerfile nginx tag.
  • Loading branch information
absoludity committed Jul 29, 2020
1 parent f1901d1 commit 791a70a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions chart/kubeapps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ frontend:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.18.0-debian-10-r38
tag: 1.19.1-debian-10-r16
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
Expand Down Expand Up @@ -279,7 +279,7 @@ hooks:
image:
registry: docker.io
repository: bitnami/kubectl
tag: 1.16.3-debian-10-r85
tag: 1.16.3-debian-10-r176
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
Expand Down Expand Up @@ -633,7 +633,7 @@ securityContext:
testImage:
registry: docker.io
repository: bitnami/nginx
tag: 1.18.0-debian-10-r38
tag: 1.19.1-debian-10-r16

# Auth Proxy for OIDC support
# ref: https://github.com/kubeapps/kubeapps/blob/master/docs/user/using-an-OIDC-provider.md
Expand All @@ -646,7 +646,7 @@ authProxy:
image:
registry: docker.io
repository: bitnami/oauth2-proxy
tag: 5.1.0-debian-10-r24
tag: 5.1.1-debian-10-r58
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
Expand Down
4 changes: 2 additions & 2 deletions dashboard/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/node:12.18.1 AS build
FROM bitnami/node:12.18.3 AS build
WORKDIR /app

COPY package.json yarn.lock /app/
Expand All @@ -11,5 +11,5 @@ COPY . /app
RUN yarn run prettier-check && yarn run ts-compile-check
RUN yarn run build

FROM bitnami/nginx:1.18.0-debian-10-r38
FROM bitnami/nginx:1.19.1-debian-10-r16
COPY --from=build /app/build /app

0 comments on commit 791a70a

Please sign in to comment.