Skip to content

Commit

Permalink
Upgrade spring-boot-admin (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen authored Nov 12, 2021
1 parent 809b909 commit 0ebf2dc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.8.0
digest: sha256:750721954e572571789c62c867ba7c7c24abef775362281d58bbc555dada639e
generated: "2021-08-10T18:12:18.183816+02:00"
version: 1.10.1
digest: sha256:e74387d675531a65ec9e7f7169d42fe935ca573a73e4c551cf6ced05b20aad49
generated: "2021-11-12T20:34:10.608606+01:00"
6 changes: 3 additions & 3 deletions charts/spring-boot-admin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ apiVersion: v2
name: spring-boot-admin
description: Spring Boot Admin. Admin console for sb apps.
type: application
version: 0.0.7
appVersion: "2.5.3"
version: 0.0.8
appVersion: "2.5.4"
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
- https://github.com/evryfs/spring-boot-admin/
- https://github.com/evryfs/helm-charts
dependencies:
- name: common
version: 1.8.x
version: 1.10.x
repository: https://charts.bitnami.com/bitnami
maintainers:
- name: davidkarlsen
Expand Down
6 changes: 3 additions & 3 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.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.3](https://img.shields.io/badge/AppVersion-2.5.3-informational?style=flat-square)
![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)

Spring Boot Admin. Admin console for sb apps.

Expand All @@ -20,7 +20,7 @@ Spring Boot Admin. Admin console for sb apps.

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 1.8.x |
| https://charts.bitnami.com/bitnami | common | 1.10.x |

## Values

Expand All @@ -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.3-1"` | |
| image.tag | string | `"2.5.4"` | |
| 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.3-1"
tag: "2.5.4"

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

0 comments on commit 0ebf2dc

Please sign in to comment.