From 0e38f170dce0e66e97bfe695b68ea6c82034f017 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Sat, 25 Jun 2022 14:22:07 +0200 Subject: [PATCH] Upgrade spring-boot admin to 2.7.1. Upgrade common chart (#170) * Upgrade spring-boot admin to 2.7.1. Upgrade common chart * Bump chart version * fix docs --- charts/spring-boot-admin/Chart.lock | 6 +++--- charts/spring-boot-admin/Chart.yaml | 6 +++--- charts/spring-boot-admin/README.md | 6 +++--- charts/spring-boot-admin/values.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/spring-boot-admin/Chart.lock b/charts/spring-boot-admin/Chart.lock index 608c719..f73eb92 100644 --- a/charts/spring-boot-admin/Chart.lock +++ b/charts/spring-boot-admin/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 1.13.1 -digest: sha256:e1d52b2e6ecadbc760986ce0a06d67d48aac1121cb870fdc256b4598ab6dd945 -generated: "2022-05-07T13:43:46.644554+02:00" + version: 1.16.0 +digest: sha256:417ea9da96de63ce87fb36092c5f354fddbe6f3779504a1f2f9359bf0ac89c9a +generated: "2022-06-25T14:04:22.900743+02:00" diff --git a/charts/spring-boot-admin/Chart.yaml b/charts/spring-boot-admin/Chart.yaml index 4ddb002..fb230dc 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.0 -appVersion: "2.7.0" +version: 0.1.1 +appVersion: "2.7.1" 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 @@ -11,7 +11,7 @@ sources: - https://github.com/evryfs/helm-charts dependencies: - name: common - version: 1.13.x + version: 1.16.x repository: https://charts.bitnami.com/bitnami maintainers: - name: davidkarlsen diff --git a/charts/spring-boot-admin/README.md b/charts/spring-boot-admin/README.md index ddc7d17..f1a8abf 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.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square) +![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) Spring Boot Admin. Admin console for sb apps. @@ -20,7 +20,7 @@ Spring Boot Admin. Admin console for sb apps. | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | common | 1.13.x | +| https://charts.bitnami.com/bitnami | common | 1.16.x | ## Values @@ -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.0"` | | +| image.tag | string | `"2.7.1"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | diff --git a/charts/spring-boot-admin/values.yaml b/charts/spring-boot-admin/values.yaml index 0728eca..5beb9c1 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.0" + tag: "2.7.1" # if SBA should discover cluster-wide or namespaced: namespaced: false