Skip to content

Commit

Permalink
Upgrade NATS Images to Fix Sec Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Jan 19, 2024
1 parent 1a63adf commit d43e2e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/nats/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ global:
directory: prod/external
prometheus_nats_exporter:
name: natsio/prometheus-nats-exporter
version: 0.13.0
version: 0.14.0
directory: prod/external

jetstream:
Expand Down
6 changes: 3 additions & 3 deletions sec-scanners-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module-name: nats
rc-tag: 1.0.2
protecode:
- europe-docker.pkg.dev/kyma-project/prod/nats-manager:v20231227-f488f21d
- europe-docker.pkg.dev/kyma-project/prod/external/natsio/prometheus-nats-exporter:0.13.0
- europe-docker.pkg.dev/kyma-project/prod/external/natsio/nats-server-config-reloader:0.14.0
- europe-docker.pkg.dev/kyma-project/prod/external/nats:v20230620-2.9.18-alpine3.18
- europe-docker.pkg.dev/kyma-project/prod/external/natsio/prometheus-nats-exporter:0.14.0
- europe-docker.pkg.dev/kyma-project/prod/external/natsio/nats-server-config-reloader:0.14.1
- europe-docker.pkg.dev/kyma-project/prod/external/nats:v20240102-2.10.7-alpine3.18
whitesource:
language: golang-mod
subprojects: false
Expand Down
1 change: 1 addition & 0 deletions testutils/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ func StartEnvTest(projectRootDir string, celValidationEnabled bool) (*envtest.En
testEnv := &envtest.Environment{
CRDDirectoryPaths: []string{
filepath.Join(projectRootDir, "config", "crd", "bases"),
filepath.Join(projectRootDir, "config", "crd", "external"),
},
ErrorIfCRDPathMissing: true,
AttachControlPlaneOutput: attachControlPlaneOutput,
Expand Down

0 comments on commit d43e2e6

Please sign in to comment.