Skip to content

Commit

Permalink
Bump all plugins to version v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Dyminski <[email protected]>
  • Loading branch information
mateuszdyminski authored and pawelkowalak committed Aug 23, 2023
1 parent 567c989 commit caee84b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.26 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.0
env:
# -- Whether to trigger reconciliation at startup.
RECONCILIATION_AT_START: false
Expand Down

0 comments on commit caee84b

Please sign in to comment.