From 24d41f75dc2062c4b84489a494ac94c9b38c0619 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Sat, 7 May 2022 13:50:46 +0200 Subject: [PATCH] Upgrade common chart, upgrade spring-boot-admin (#163) --- charts/spring-boot-admin/Chart.lock | 6 +++--- charts/spring-boot-admin/Chart.yaml | 6 +++--- charts/spring-boot-admin/README.md | 8 ++++---- charts/spring-boot-admin/values.yaml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/spring-boot-admin/Chart.lock b/charts/spring-boot-admin/Chart.lock index 8675b3b..608c719 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.10.3 -digest: sha256:40bf023083ef74c65b36198d99771fed0421482a38d54c3c55086d0e533f52f7 -generated: "2021-12-20T19:34:35.637348+01:00" + version: 1.13.1 +digest: sha256:e1d52b2e6ecadbc760986ce0a06d67d48aac1121cb870fdc256b4598ab6dd945 +generated: "2022-05-07T13:43:46.644554+02:00" diff --git a/charts/spring-boot-admin/Chart.yaml b/charts/spring-boot-admin/Chart.yaml index 0bb915d..bde0046 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.0.17 -appVersion: "2.6.6" +version: 0.0.18 +appVersion: "2.6.7" 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.10.x + version: 1.13.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 71b7a34..b34ce8a 100644 --- a/charts/spring-boot-admin/README.md +++ b/charts/spring-boot-admin/README.md @@ -1,6 +1,6 @@ # spring-boot-admin -![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.6](https://img.shields.io/badge/AppVersion-2.6.6-informational?style=flat-square) +![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.7](https://img.shields.io/badge/AppVersion-2.6.7-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.10.x | +| https://charts.bitnami.com/bitnami | common | 1.13.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.6.6"` | | +| image.tag | string | `"2.6.7"` | | | 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.8.1](https://github.com/norwoodj/helm-docs/releases/v1.8.1) +Autogenerated from chart metadata using [helm-docs v1.9.1](https://github.com/norwoodj/helm-docs/releases/v1.9.1) diff --git a/charts/spring-boot-admin/values.yaml b/charts/spring-boot-admin/values.yaml index 53dc85b..dadf8c8 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.6.6" + tag: "2.6.7" # if SBA should discover cluster-wide or namespaced: namespaced: false