Skip to content

Commit

Permalink
chore: update Lagoon appVersion to v2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Apr 5, 2024
1 parent ad632c8 commit 8e14d54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion charts/lagoon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ version: 1.43.0
# number should be incremented each time you make changes to the application.
# Versions are not expected to follow Semantic Versioning. They should reflect
# the version the application is using.
appVersion: v2.18.0
appVersion: v2.18.1

dependencies:
- name: nats
Expand All @@ -42,3 +42,5 @@ annotations:
artifacthub.io/changes: |
- kind: changed
description: reduce default replicas for broker to 1
- kind: changed
description: update Lagoon appVersion to v2.18.1
6 changes: 3 additions & 3 deletions charts/lagoon-test/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ type: application
# time you make changes to the chart and its templates, including the app
# version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.54.0
version: 0.55.0

# This is the version number of the application being deployed. This version
# number should be incremented each time you make changes to the application.
# Versions are not expected to follow Semantic Versioning. They should reflect
# the version the application is using.
appVersion: v2.18.0
appVersion: v2.18.1

# This section is used to collect a changelog for artifacthub.io
# It should be started afresh for each release
# Valid supported kinds are added, changed, deprecated, removed, fixed and security
annotations:
artifacthub.io/changes: |
- kind: changed
description: update Lagoon appVersion to v2.18.0
description: update Lagoon appVersion to v2.18.1

0 comments on commit 8e14d54

Please sign in to comment.