Skip to content

Commit

Permalink
Merge pull request #585 from uselagoon/appversion_2151
Browse files Browse the repository at this point in the history
update Lagoon appVersion to v2.15.1
  • Loading branch information
tobybellwood committed Jun 13, 2023
2 parents 16514db + 69ffbeb commit a851041
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/lagoon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ 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: 1.30.0
version: 1.31.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.15.0
appVersion: v2.15.1

dependencies:
- name: nats
Expand All @@ -41,4 +41,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: bump lagoon-opensearch-sync version to v0.7.0
description: update Lagoon appVersion to v2.15.1
6 changes: 3 additions & 3 deletions charts/lagoon-test/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ kubeVersion: ">= 1.21.0-0"

type: application

version: 0.46.0
version: 0.47.0

appVersion: v2.15.0
appVersion: v2.15.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.15.0
description: update Lagoon appVersion to v2.15.1

0 comments on commit a851041

Please sign in to comment.