Skip to content

Commit

Permalink
Merge pull request #591 from uselagoon/lagoon-core-2-15-2
Browse files Browse the repository at this point in the history
update Lagoon appVersion to v2.15.2
  • Loading branch information
tobybellwood authored Jul 4, 2023
2 parents 27a40fd + 462202e commit 2c42ff8
Show file tree
Hide file tree
Showing 2 changed files with 14 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.33.0
version: 1.34.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.1
appVersion: v2.15.2

dependencies:
- name: nats
Expand All @@ -41,4 +41,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: update lagoon-ssh-portal-api and lagoon-ssh-token to v0.30.0
description: update Lagoon appVersion to v2.15.2
14 changes: 11 additions & 3 deletions charts/lagoon-test/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,22 @@ kubeVersion: ">= 1.21.0-0"

type: application

version: 0.47.0
# This is the chart version. This version number should be incremented each
# 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.48.0

appVersion: v2.15.1
# 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.2

# 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.1
description: update Lagoon appVersion to v2.15.2

0 comments on commit 2c42ff8

Please sign in to comment.