Skip to content

Commit

Permalink
Upgrade spring-boot admin (#124)
Browse files Browse the repository at this point in the history
* Upgrade spring-boot admin

* Upgrade bitnami commons

* Upgrade k8s

* revert change

* Bump image
  • Loading branch information
davidkarlsen authored Jan 11, 2022
1 parent 5eb292e commit 1f087c3
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: 1.10.1
digest: sha256:e74387d675531a65ec9e7f7169d42fe935ca573a73e4c551cf6ced05b20aad49
generated: "2021-11-12T20:34:10.608606+01:00"
version: 1.10.3
digest: sha256:40bf023083ef74c65b36198d99771fed0421482a38d54c3c55086d0e533f52f7
generated: "2021-12-20T19:34:35.637348+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.0.8
appVersion: "2.5.4"
version: 0.0.9
appVersion: "2.6.0"
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.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.4](https://img.shields.io/badge/AppVersion-2.5.4-informational?style=flat-square)
![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.5](https://img.shields.io/badge/AppVersion-2.5.5-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.5.4"` | |
| image.tag | string | `"2.5.5"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
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.5.4"
tag: "2.6.0"

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

0 comments on commit 1f087c3

Please sign in to comment.