Skip to content

Commit

Permalink
Upgrade spring-boot admin, upgrade helper chart (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen authored Oct 31, 2022
1 parent 0457d99 commit daf1aa0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/spring-boot-admin/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.0.3
digest: sha256:50423826ea4efe8c0ba51a7fe6103a6974dce43cacd0d0959de7cffb28df2f18
generated: "2022-10-17T20:34:13.560659+02:00"
version: 2.0.4
digest: sha256:4c290aaa91cfcad2131812c46a595a12d05de78b5d811106d6e77700a31072be
generated: "2022-10-31T21:46:25.52368+01:00"
4 changes: 2 additions & 2 deletions charts/spring-boot-admin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: spring-boot-admin
description: Spring Boot Admin. Admin console for sb apps.
type: application
version: 0.1.6
appVersion: "2.7.6"
version: 0.1.7
appVersion: "2.7.7"
icon: https://media-exp1.licdn.com/dms/image/C4D0BAQFZ80eOhCewVw/company-logo_200_200/0?e=2159024400&v=beta&t=XFbeA46Og-bBC5Th2aFMwXfB1FssEqN5lx-hKraJuAg
sources:
- https://github.com/codecentric/spring-boot-admin
Expand Down
4 changes: 2 additions & 2 deletions charts/spring-boot-admin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# spring-boot-admin

![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.6](https://img.shields.io/badge/AppVersion-2.7.6-informational?style=flat-square)
![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.7](https://img.shields.io/badge/AppVersion-2.7.7-informational?style=flat-square)

Spring Boot Admin. Admin console for sb apps.

Expand Down Expand Up @@ -34,7 +34,7 @@ Spring Boot Admin. Admin console for sb apps.
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"quay.io"` | |
| image.repository | string | `"evryfs/spring-boot-admin"` | |
| image.tag | string | `"2.7.6"` | |
| image.tag | string | `"2.7.7"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/spring-boot-admin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
registry: quay.io
repository: evryfs/spring-boot-admin
pullPolicy: IfNotPresent
tag: "2.7.6"
tag: "2.7.7"

# if SBA should discover cluster-wide or namespaced:
namespaced: false
Expand Down

0 comments on commit daf1aa0

Please sign in to comment.