Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
otter-releaser committed Dec 4, 2024
1 parent 3292314 commit 5911c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
# Adds namespace to all resources.
namespace: kyma-system

# Value of this field is prepended to the
# names of all resources, e.g. a deployment named
# "wordpress" becomes "alices-wordpress".
# Note that it should also match with the prefix (text before '-') of the namespace
# field above.
namePrefix: keda-

# Labels to add to all resources.
labels:
- pairs:
app.kubernetes.io/component: keda-manager.kyma-project.io
kyma-project.io/module: keda-manager
app.kubernetes.io/name: keda-manager
app.kubernetes.io/version: "1.1.0"
app.kubernetes.io/version: "1.5.0"
app.kubernetes.io/part-of: keda-manager
app.kubernetes.io/managed-by: kustomize
includeSelectors: false

resources:
- ../crd
- ../rbac
Expand Down
2 changes: 1 addition & 1 deletion sec-scanners-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module-name: keda
protecode:
- europe-docker.pkg.dev/kyma-project/prod/keda-manager:main
- europe-docker.pkg.dev/kyma-project/prod/keda-manager:1.5.0
- europe-docker.pkg.dev/kyma-project/prod/external/ghcr.io/kedacore/keda:2.15.1
- europe-docker.pkg.dev/kyma-project/prod/external/ghcr.io/kedacore/keda-admission-webhooks:2.15.1
- europe-docker.pkg.dev/kyma-project/prod/external/ghcr.io/kedacore/keda-metrics-apiserver:2.15.1
Expand Down

0 comments on commit 5911c46

Please sign in to comment.