Skip to content

Commit

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

* Upgrade k8s

* Upgrade k8s
  • Loading branch information
davidkarlsen authored Dec 14, 2022
1 parent ce7802a commit 43c1f7b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kubernetesVersion: [ "v1.17.17", "v1.25.2" ]
kubernetesVersion: [ "v1.20.15", "v1.25.2" ]
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
steps:
Expand Down
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.2.1
digest: sha256:d38674faba9dfe4b6d393a9f74c7f8ec321c342d7b69b3af9fa4a4379de99798
generated: "2022-12-03T15:27:33.865893+01:00"
version: 2.2.2
digest: sha256:6557d6a1bfc143e60aad31c2cf23e32093fdbc0642dc53d7f6ab38d926eaf948
generated: "2022-12-13T20:34:11.335915+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.8
appVersion: "2.7.8"
version: 0.1.9
appVersion: "2.7.9"
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.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.8](https://img.shields.io/badge/AppVersion-2.7.8-informational?style=flat-square)
![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.9](https://img.shields.io/badge/AppVersion-2.7.9-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.8"` | |
| image.tag | string | `"2.7.9"` | |
| 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.8"
tag: "2.7.9"

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

0 comments on commit 43c1f7b

Please sign in to comment.