diff --git a/charts/spring-boot-admin/Chart.yaml b/charts/spring-boot-admin/Chart.yaml index fb230dc..356b388 100644 --- a/charts/spring-boot-admin/Chart.yaml +++ b/charts/spring-boot-admin/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: spring-boot-admin description: Spring Boot Admin. Admin console for sb apps. type: application -version: 0.1.1 -appVersion: "2.7.1" +version: 0.1.2 +appVersion: "2.7.2" 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 diff --git a/charts/spring-boot-admin/README.md b/charts/spring-boot-admin/README.md index f1a8abf..35b7a0d 100644 --- a/charts/spring-boot-admin/README.md +++ b/charts/spring-boot-admin/README.md @@ -1,6 +1,6 @@ # spring-boot-admin -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.2](https://img.shields.io/badge/AppVersion-2.7.2-informational?style=flat-square) Spring Boot Admin. Admin console for sb apps. @@ -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.1"` | | +| image.tag | string | `"2.7.2"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | @@ -59,4 +59,4 @@ Spring Boot Admin. Admin console for sb apps. | tolerations | list | `[]` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/spring-boot-admin/values.yaml b/charts/spring-boot-admin/values.yaml index 5beb9c1..f2b4cf0 100644 --- a/charts/spring-boot-admin/values.yaml +++ b/charts/spring-boot-admin/values.yaml @@ -8,7 +8,7 @@ image: registry: quay.io repository: evryfs/spring-boot-admin pullPolicy: IfNotPresent - tag: "2.7.1" + tag: "2.7.2" # if SBA should discover cluster-wide or namespaced: namespaced: false