Skip to content

Commit

Permalink
chore: update ssh-portal components to v0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Jul 3, 2024
1 parent 84b72a2 commit ac3dd35
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions charts/lagoon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@ annotations:
description: bump minimum Kubernetes version to 1.25
- kind: changed
description: added api-sidecar-handler container to api and webhooks2tasks
- kind: changed
description: update ssh-portal components to v0.37.0
links:
- name: ssh-portal release
url: https://github.com/uselagoon/lagoon-ssh-portal/releases/tag/v0.37.0
4 changes: 2 additions & 2 deletions charts/lagoon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,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.36.0"
tag: "v0.37.0"

podAnnotations: {}

Expand Down Expand Up @@ -949,7 +949,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.36.0"
tag: "v0.37.0"

podAnnotations: {}

Expand Down
5 changes: 5 additions & 0 deletions charts/lagoon-remote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ annotations:
description: update values for local development
- kind: changed
description: bump minimum Kubernetes version to 1.25
- kind: changed
description: update ssh-portal components to v0.37.0
links:
- name: ssh-portal release
url: https://github.com/uselagoon/lagoon-ssh-portal/releases/tag/v0.37.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.36.0"
tag: "v0.37.0"

service:
type: LoadBalancer
Expand Down

0 comments on commit ac3dd35

Please sign in to comment.