Skip to content

Commit

Permalink
insights updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Dec 6, 2023
1 parent 585c0a0 commit ca39ac0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 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: bump lagoon-opensearch-sync version to v0.7.1
- kind: changed
description: updated to insights-handler:v0.0.2
- kind: changed
description: pinned insights to trivy:0.48.0
2 changes: 1 addition & 1 deletion charts/lagoon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ insightsHandler:
enabled: false
image:
repository: aquasec/trivy
tag: latest
tag: 0.48.0
service:
type: ClusterIP
port: 4954
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 @@ -48,3 +48,5 @@ annotations:
description: remove insights-remote service if not enabled
- kind: removed
description: removed old kubernetes build deploy references
- kind: changed
description: updated to insights-remote:v0.0.8
2 changes: 1 addition & 1 deletion charts/lagoon-remote/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ insightsRemote:
repository: uselagoon/insights-remote
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.7"
tag: "v0.0.8"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit ca39ac0

Please sign in to comment.