Skip to content

Commit

Permalink
Bump ksoc-sync to use only namespace where it's installed
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Dymiński <dyminski@gmail.com>
  • Loading branch information
mateuszdyminski committed Oct 18, 2024
1 parent d8c484d commit c55cdc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 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.8.0
version: 1.8.1
description: A Helm chart to run the KSOC plugins
home: https://ksoc.com
icon: https://ksoc.com/hubfs/Ksoc-logo.svg
Expand All @@ -17,8 +17,8 @@ annotations:
# Possible kind options are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: added
description: Changed container registry to public.ecr.aws/n8h5y2v5/rad-security
artifacthub.io/containsSecurityUpdates: "true"
description: Bump ksoc-sync to use only namespace where it is deployed
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/links: |
- name: source
url: https://github.com/ksoclabs/ksoc-plugins-helm-chart
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 @@ -586,7 +586,7 @@ The command removes all the Kubernetes components associated with the chart and
| ksocSync.enabled | bool | `true` | |
| ksocSync.env | object | `{}` | |
| ksocSync.image.repository | string | `"public.ecr.aws/n8h5y2v5/rad-security/rad-sync"` | The image to use for the ksoc-sync deployment |
| ksocSync.image.tag | string | `"v1.1.11"` | |
| ksocSync.image.tag | string | `"v1.1.12"` | |
| ksocSync.nodeSelector | object | `{}` | |
| ksocSync.podAnnotations | object | `{}` | |
| ksocSync.resources.limits.cpu | string | `"200m"` | |
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 @@ -127,7 +127,7 @@ ksocSync:
image:
# -- The image to use for the ksoc-sync deployment
repository: public.ecr.aws/n8h5y2v5/rad-security/rad-sync
tag: v1.1.11
tag: v1.1.12
env: {}
resources:
limits:
Expand Down

0 comments on commit c55cdc3

Please sign in to comment.