Skip to content

Commit

Permalink
Merge pull request #741 from uselagoon/renovate/lagoon-service-images
Browse files Browse the repository at this point in the history
chore(deps): update lagoon service images
  • Loading branch information
tobybellwood authored Feb 4, 2025
2 parents 3e8b66d + 2322b4d commit 4009b82
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions charts/lagoon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ annotations:
artifacthub.io/changes: |
- kind: changed
description: initial support for changing the database vendor
- kind: changed
description: update ssh-portal-api & ssh-token image to v0.42.0
- kind: changed
description: update lagoon-opensearch-sync image to v0.8.3
6 changes: 3 additions & 3 deletions charts/lagoon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ sshPortalAPI:
repository: ghcr.io/uselagoon/lagoon-ssh-portal/ssh-portal-api
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.41.4"
tag: "v0.42.0"

podAnnotations: {}

Expand Down Expand Up @@ -1010,7 +1010,7 @@ opensearchSync:
repository: ghcr.io/uselagoon/lagoon-opensearch-sync
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.8.1"
tag: "v0.8.3"

# debug logging toggle
debug: false
Expand Down Expand Up @@ -1040,7 +1040,7 @@ sshToken:
repository: ghcr.io/uselagoon/lagoon-ssh-portal/ssh-token
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.41.4"
tag: "v0.42.0"

podAnnotations: {}

Expand Down
2 changes: 2 additions & 0 deletions charts/lagoon-remote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ annotations:
artifacthub.io/changes: |
- kind: changed
description: update storage-calculator metrics role
- kind: changed
description: update ssh-portal image to v0.42.0
2 changes: 1 addition & 1 deletion charts/lagoon-remote/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ sshPortal:
repository: ghcr.io/uselagoon/lagoon-ssh-portal/ssh-portal
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.41.4"
tag: "v0.42.0"

service:
type: LoadBalancer
Expand Down

0 comments on commit 4009b82

Please sign in to comment.