Skip to content

Commit

Permalink
Release new ksoc-watch with memory monitoring
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Kowalak <[email protected]>
  • Loading branch information
pawelkowalak committed Aug 23, 2023
1 parent caee84b commit de2d53b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions stable/ksoc-plugins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: ksoc-plugins
version: 1.0.27
version: 1.0.28
description: A Helm chart to run the KSOC plugins
home: https://ksoc.com
icon: https://ksoc.com/hubfs/Ksoc-logo.svg
Expand All @@ -16,8 +16,10 @@ annotations:
artifacthub.io/category: security
# Possible kind options are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: changed
description: dependencies
- kind: added
description: Memory usage reporting in ksoc-watch
- kind: fixed
description: Logs reporting with incorrect URL
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/links: |
- name: source
Expand Down
2 changes: 1 addition & 1 deletion stable/ksoc-plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Example output (chart version may differ):
```bash
helm search repo ksoc
NAME CHART VERSION APP VERSION DESCRIPTION
ksoc/ksoc-plugins 1.0.26 A Helm chart to run the KSOC plugins
ksoc/ksoc-plugins 1.0.28 A Helm chart to run the KSOC plugins
```

### 4. Create cluster-specific values file
Expand Down
2 changes: 1 addition & 1 deletion stable/ksoc-plugins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ksocWatch:
image:
# -- The image to use for the ksoc-watch deployment (located at https://console.cloud.google.com/gcr/images/ksoc-public/us/ksoc-watch).
repository: us.gcr.io/ksoc-public/ksoc-watch
tag: v1.0.0
tag: v1.0.1
env:
# -- Whether to trigger reconciliation at startup.
RECONCILIATION_AT_START: false
Expand Down

0 comments on commit de2d53b

Please sign in to comment.