Skip to content

Commit 9cb3abd

Browse files
authored
Merge pull request #2315 from dbarzin/master
Rebase
2 parents 618e19b + d4822d8 commit 9cb3abd

3 files changed

Lines changed: 32 additions & 1 deletion

File tree

.github/workflows/update-chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
mark_as_latest: false
5151
pages_branch: master
5252
pages_index_path: docs/_helm_chart/index/index.yaml
53+
release_name_template: "{{ .Version }}"
5354
env:
5455
CR_TOKEN: "${{secrets.GITHUB_TOKEN}}"
5556

docs/_helm_chart/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ version: 2026.05.12
3232
# incremented each time you make changes to the application. Versions are not expected to
3333
# follow Semantic Versioning. They should reflect the version the application is using.
3434
# It is recommended to use it with quotes.
35-
appVersion: 2026.05.12
35+
appVersion: 2026.05.09

index.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
apiVersion: v1
2+
entries:
3+
mercator:
4+
- apiVersion: v2
5+
appVersion: 2026.05.09
6+
created: "2026-05-12T13:30:48.666972745Z"
7+
dependencies:
8+
- condition: redis.enabled
9+
name: redis
10+
repository: oci://registry-1.docker.io/bitnamicharts
11+
version: 20.x.x
12+
- condition: postgresql.enabled
13+
name: postgresql
14+
repository: oci://registry-1.docker.io/bitnamicharts
15+
version: 16.x.x
16+
description: Mercator is a powerful and versatile open-source web application
17+
designed to facilitate the mapping of information systems, as outlined in the
18+
Mapping The Information System Guide by ANSSI.
19+
digest: 62d2c346943a247a8c8bd1c1b8b45f5c840bed2314d8649fd3a3b7eeee5c295b
20+
home: https://github.com/dbarzin/mercator
21+
icon: https://raw.githubusercontent.com/dbarzin/mercator/refs/heads/master/public/images/mercator.png
22+
maintainers:
23+
- name: Mercator
24+
url: https://github.com/dbarzin/mercator/chart
25+
name: mercator
26+
type: application
27+
urls:
28+
- https://github.com/dbarzin/mercator/releases/download/mercator-2026.05.12/mercator-2026.05.12.tgz
29+
version: 2026.05.12
30+
generated: "2026-05-12T13:30:48.666980887Z"

0 commit comments

Comments
 (0)