Skip to content

Commit

Permalink
Update deps (#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Martinez Gotor authored Feb 18, 2021
1 parent 246d72d commit 3ebb338
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions chart/kubeapps/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.2.0
digest: sha256:564863ad5c44bdbf652178a27cca44965b862ebee38c09f364cc55259d44ee0d
generated: "2021-01-04T09:11:48.356806778+11:00"
version: 10.3.2
digest: sha256:435f16eb455af98c4871c3cd92f6958fbdae18d947810bfe24242001e730d69b
generated: "2021-02-18T11:50:16.90772045+01:00"
8 changes: 4 additions & 4 deletions chart/kubeapps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ frontend:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.19.6-debian-10-r18
tag: 1.19.7-debian-10-r1
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
Expand Down Expand Up @@ -315,7 +315,7 @@ hooks:
image:
registry: docker.io
repository: bitnami/kubectl
tag: 1.18.14-debian-10-r12
tag: 1.18.16-debian-10-r0
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
Expand Down Expand Up @@ -566,7 +566,7 @@ securityContext:
testImage:
registry: docker.io
repository: bitnami/nginx
tag: 1.19.6-debian-10-r18
tag: 1.19.7-debian-10-r1

# Auth Proxy configuration for OIDC support
# ref: https://github.com/kubeapps/kubeapps/blob/master/docs/user/using-an-OIDC-provider.md
Expand Down Expand Up @@ -598,7 +598,7 @@ authProxy:
image:
registry: docker.io
repository: bitnami/oauth2-proxy
tag: 6.1.1-debian-10-r113
tag: 6.1.1-debian-10-r154
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
Expand Down
2 changes: 1 addition & 1 deletion dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ COPY . /app
RUN yarn run prettier-check && yarn run ts-compile-check
RUN yarn run build

FROM bitnami/nginx:1.19.6-debian-10-r18
FROM bitnami/nginx:1.19.7-debian-10-r1
COPY --from=build /app/build /app

0 comments on commit 3ebb338

Please sign in to comment.