Skip to content

Commit

Permalink
chore: update docker-host from v3.3.0 to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed May 29, 2024
1 parent 6052ec2 commit dc37e36
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 21 deletions.
7 changes: 3 additions & 4 deletions charts/lagoon-docker-host/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ type: application
# 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.
version: 0.2.0

appVersion: v3.3.0
version: 0.3.0

appVersion: v3.5.0

# 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: require minimum Kubernetes 1.23
description: update docker-host from v3.3.0 to v3.5.0
2 changes: 1 addition & 1 deletion charts/lagoon-docker-host/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lagoon Docker Host

This chart installs a docker hpst service for [Lagoon](https://github.com/amazeeio/lagoon/).
This chart installs a docker host service for [Lagoon](https://github.com/amazeeio/lagoon/).
Install this chart into the cluster you want to deploy workloads to.
17 changes: 2 additions & 15 deletions charts/lagoon-remote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type: application
# 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.
version: 0.89.0
version: 0.90.0

dependencies:
- name: lagoon-build-deploy
Expand All @@ -41,17 +41,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: bump ssh-portal from v0.34.0 to version v0.36.0
links:
- name: ssh-portal releases
url: https://github.com/uselagoon/lagoon-ssh-portal/releases
- kind: changed
description: bump insights-remote from v0.0.9 to version v0.0.10
links:
- name: ssh-portal releases
url: https://github.com/uselagoon/insights-remote/releases/tag/v0.0.10
- kind: changed
description: bump remote-calculator from v0.5.3 to version v0.6.0
links:
- name: ssh-portal releases
url: https://github.com/uselagoon/storage-calculator/releases/tag/v0.6.0
description: update docker-host from v3.3.0 to v3.5.0
2 changes: 1 addition & 1 deletion charts/lagoon-remote/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dockerHost:
repository: uselagoon/docker-host
pullPolicy: Always
# Overrides the image tag whose default is "latest".
tag: "v3.3.0"
tag: "v3.5.0"

name: docker-host

Expand Down

0 comments on commit dc37e36

Please sign in to comment.