Skip to content

Commit e91701f

Browse files
authored
feat(plantuml): Update image to v1.2025.8 (#1271)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
1 parent 57e1bc2 commit e91701f

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

charts/plantuml/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717

1818
## [UNRELEASED]
1919

20+
## [v3.41.0] - 2025-10-07
21+
22+
### Changed
23+
24+
- Update the _PlantUML_ OCI image to [v1.2025.8](https://github.com/plantuml/plantuml-server/releases/tag/v1.2025.8). ([#1271](https://github.com/stevehipwell/helm-charts/pull/1271)) _@stevehipwell_
25+
2026
## [v3.40.0] - 2025-09-11
2127

2228
### Changed
@@ -480,6 +486,7 @@
480486
RELEASE LINKS
481487
-->
482488
[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/plantuml
489+
[v3.41.0]: https://github.com/stevehipwell/helm-charts/releases/tag/plantuml-3.41.0
483490
[v3.40.0]: https://github.com/stevehipwell/helm-charts/releases/tag/plantuml-3.40.0
484491
[v3.39.0]: https://github.com/stevehipwell/helm-charts/releases/tag/plantuml-3.39.0
485492
[v3.38.0]: https://github.com/stevehipwell/helm-charts/releases/tag/plantuml-3.38.0

charts/plantuml/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: plantuml
33
description: Helm chart for PlantUML Server, a web application to generate UML diagrams on-the-fly.
44
type: application
5-
version: 3.40.0
6-
appVersion: 1.2025.7
5+
version: 3.41.0
6+
appVersion: 1.2025.8
77
home: https://plantuml.com/
88
icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/plantuml/icon.png
99
keywords:

charts/plantuml/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# plantuml
22

3-
![Version: 3.40.0](https://img.shields.io/badge/Version-3.40.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2025.7](https://img.shields.io/badge/AppVersion-1.2025.7-informational?style=flat-square)
3+
![Version: 3.41.0](https://img.shields.io/badge/Version-3.41.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2025.8](https://img.shields.io/badge/AppVersion-1.2025.8-informational?style=flat-square)
44

55
Helm chart for PlantUML Server, a web application to generate UML diagrams on-the-fly.
66

@@ -24,15 +24,15 @@ Helm chart for PlantUML Server, a web application to generate UML diagrams on-th
2424
To install the chart using the recommended OCI method you can use the following command.
2525

2626
```shell
27-
helm upgrade --install plantuml oci://ghcr.io/stevehipwell/helm-charts/plantuml --version 3.40.0
27+
helm upgrade --install plantuml oci://ghcr.io/stevehipwell/helm-charts/plantuml --version 3.41.0
2828
```
2929

3030
#### Verification
3131

3232
As the OCI chart release is signed by [Cosign](https://github.com/sigstore/cosign) you can verify the chart before installing it by running the following command.
3333

3434
```shell
35-
cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/plantuml:3.40.0
35+
cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/plantuml:3.41.0
3636
```
3737

3838
### Non-OCI Repository
@@ -41,7 +41,7 @@ Alternatively you can use the legacy non-OCI method via the following commands.
4141

4242
```shell
4343
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
44-
helm upgrade --install plantuml stevehipwell/plantuml --version 3.40.0
44+
helm upgrade --install plantuml stevehipwell/plantuml --version 3.41.0
4545
```
4646

4747
## Values

0 commit comments

Comments
 (0)