Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade lagoon-ssh-portal services to v0.41.2 #693

Merged
merged 5 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions charts/lagoon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,10 @@ dependencies:
# Valid supported kinds are added, changed, deprecated, removed, fixed and security
annotations:
artifacthub.io/changes: |
- kind: changed
description: update ssh-portal-api and ssh-token to v0.41.2
links:
- name: lagoon-ssh-portal releases
url: https://github.com/uselagoon/lagoon-ssh-portal/releases
- kind: changed
description: update NATS chart dependency to v1.2.x
4 changes: 2 additions & 2 deletions charts/lagoon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,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.37.2"
tag: "v0.41.2"

podAnnotations: {}

Expand Down Expand Up @@ -1036,7 +1036,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.37.2"
tag: "v0.41.2"

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 @@ -40,6 +40,11 @@ dependencies:
# Valid supported kinds are added, changed, deprecated, removed, fixed and security
annotations:
artifacthub.io/changes: |
- kind: changed
description: update ssh-portal to v0.41.2
links:
- name: lagoon-ssh-portal releases
url: https://github.com/uselagoon/lagoon-ssh-portal/releases
- kind: changed
description: changed docker-host to statefulset from deployment
- kind: changed
Expand Down
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.37.0"
tag: "v0.41.2"

service:
type: LoadBalancer
Expand Down
Loading