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

insights-handler and insights-remote updates #680

Closed
wants to merge 5 commits into from
Closed
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
12 changes: 9 additions & 3 deletions charts/lagoon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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.47.0
version: 1.47.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.
Expand All @@ -41,6 +41,12 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: add support for injecting hostkeys in core ssh service
description: update insights-handler to v0.0.6
links:
- name: insights-remote v0.0.6 release
url: https://github.com/uselagoon/insights-handler/releases/tag/v0.0.6
- kind: changed
description: update Lagoon appVersion to v2.20.1
description: update ssh-portal and ssh-token to v0.37.2
links:
- name: ssh-portal v0.37.2 release
url: https://github.com/uselagoon/lagoon-ssh-portal/releases/tag/v0.37.2
2 changes: 1 addition & 1 deletion charts/lagoon-core/ci/linter-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ backupHandler:
cpu: "10m"

insightsHandler:
enabled: true
image:
repository: uselagoon/insights-handler
tag: main

logs2notifications:
replicaCount: 1
Expand Down
6 changes: 3 additions & 3 deletions charts/lagoon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ insightsHandler:
repository: uselagoon/insights-handler
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.5"
tag: "v0.0.6"

podAnnotations: {}

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

podAnnotations: {}

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

podAnnotations: {}

Expand Down
9 changes: 6 additions & 3 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.93.0
version: 0.93.1

dependencies:
- name: lagoon-build-deploy
Expand All @@ -40,5 +40,8 @@ dependencies:
# Valid supported kinds are added, changed, deprecated, removed, fixed and security
annotations:
artifacthub.io/changes: |
- kind: fixed
description: lagoon-remote-ssh-core scale permissions
- kind: changed
description: update insights-remote to v0.0.11
links:
- name: insights-remote v0.0.11 release
url: https://github.com/uselagoon/insights-remote/releases/tag/v0.0.11
2 changes: 1 addition & 1 deletion charts/lagoon-remote/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ insightsRemote:
repository: uselagoon/insights-remote
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.10"
tag: "v0.0.11"

imagePullSecrets: []
nameOverride: ""
Expand Down
Loading