Skip to content

Commit

Permalink
Merge pull request #45 from ksoclabs/bump-plugins
Browse files Browse the repository at this point in the history
Bump all plugins to version v1.0.0
  • Loading branch information
pawelkowalak authored Aug 23, 2023
2 parents 567c989 + de2d53b commit c5399a3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 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.20 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
12 changes: 6 additions & 6 deletions stable/ksoc-plugins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ksocBootstrapper:
image:
# -- The image to use for the ksoc-bootstrapper deployment (located at https://console.cloud.google.com/gcr/images/ksoc-public/us/ksoc-bootstrapper).
repository: us.gcr.io/ksoc-public/ksoc-bootstrapper
tag: v0.0.13
tag: v1.0.0
env: {}
resources:
limits:
Expand All @@ -38,7 +38,7 @@ ksocGuard:
image:
# -- The image to use for the ksoc-guard deployment (located at https://console.cloud.google.com/gcr/images/ksoc-public/us/ksoc-guard).
repository: us.gcr.io/ksoc-public/ksoc-guard
tag: v0.0.74
tag: v1.0.0
config:
# -- Whether to block on error.
BLOCK_ON_ERROR: false
Expand Down Expand Up @@ -68,7 +68,7 @@ ksocRuntime:
reporter:
image:
repository: us.gcr.io/ksoc-public/runtime-reporter
tag: v0.0.15
tag: v1.0.0
env:
LOG_LEVEL: info
resources:
Expand All @@ -88,7 +88,7 @@ ksocSbom:
image:
# -- The image to use for the ksoc-sbom deployment (located at https://console.cloud.google.com/gcr/images/ksoc-public/us/ksoc-sbom).
repository: us.gcr.io/ksoc-public/ksoc-sbom
tag: v0.0.48
tag: v1.0.0
env: {}
resources:
requests:
Expand All @@ -108,7 +108,7 @@ ksocSync:
image:
# -- The image to use for the ksoc-sync deployment (located at https://console.cloud.google.com/gcr/images/ksoc-public/us/ksoc-sync).
repository: us.gcr.io/ksoc-public/ksoc-sync
tag: v0.0.37
tag: v1.0.0
env: {}
resources:
limits:
Expand All @@ -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: v0.0.56
tag: v1.0.1
env:
# -- Whether to trigger reconciliation at startup.
RECONCILIATION_AT_START: false
Expand Down

0 comments on commit c5399a3

Please sign in to comment.