Skip to content

Commit

Permalink
feat(lighthouse-ci): update application and dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-prudhomme committed Sep 1, 2021
1 parent 92058d9 commit 13a7f16
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions charts/lighthouse-ci/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 1.7.1
- name: mariadb
repository: https://charts.bitnami.com/bitnami/
version: 9.3.14
version: 9.4.4
- name: postgresql
repository: https://charts.bitnami.com/bitnami/
version: 10.4.9
digest: sha256:877dabfd61fb77da11d4894269aa3315b11f481191b5070c4d59ccb86d37f9a4
generated: "2021-07-29T16:22:54.214711593+02:00"
version: 10.9.4
digest: sha256:ba2f162ac07415a80fdc8f4173589cd5fbfd049ecb8845121c33d50937fc503a
generated: "2021-09-01T18:43:12.30803203+02:00"
10 changes: 6 additions & 4 deletions charts/lighthouse-ci/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
apiVersion: v2
appVersion: 0.8.0
appVersion: 0.8.1
description: Enables running a server to display Lighthouse CI results
home: https://github.com/GoogleChrome/lighthouse-ci
icon: https://raw.githubusercontent.com/GoogleChrome/lighthouse-ci/master/packages/server/src/ui/logo.svg
maintainers:
- name: sebastien-prudhomme
email: [email protected]
name: lighthouse-ci
version: 2.9.0
sources:
- https://github.com/GoogleChrome/lighthouse-ci
version: 2.10.0
dependencies:
- name: common
version: 1.7.1
repository: https://charts.bitnami.com/bitnami/
- name: mariadb
version: 9.3.14
version: 9.4.4
repository: https://charts.bitnami.com/bitnami/
condition: mariadb.enabled
- name: postgresql
version: 10.4.9
version: 10.9.4
repository: https://charts.bitnami.com/bitnami/
condition: postgresql.enabled
2 changes: 1 addition & 1 deletion charts/lighthouse-ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ replicaCount: 1

image:
repository: patrickhulce/lhci-server
tag: 0.8.0
tag: 0.8.1
pullPolicy: IfNotPresent

pdb:
Expand Down

0 comments on commit 13a7f16

Please sign in to comment.