Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump sec-scanners-config and kustomization on release-1.2 #661

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ kind: Kustomization
images:
- name: controller
newName: europe-docker.pkg.dev/kyma-project/prod/eventing-manager
newTag: 1.2.1
newTag: 1.2.2
6 changes: 3 additions & 3 deletions sec-scanners-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Dont edit this file; it is autogenerated by github action 'Create release'.
# The value for the publisher image is extracted from config/manager/manager.yaml.
module-name: eventing
rc-tag: 1.2.1
rc-tag: 1.2.2
protecode:
- europe-docker.pkg.dev/kyma-project/prod/eventing-manager:1.2.1
- europe-docker.pkg.dev/kyma-project/prod/eventing-publisher-proxy:1.1.0
- europe-docker.pkg.dev/kyma-project/prod/eventing-manager:1.2.2
- europe-docker.pkg.dev/kyma-project/prod/eventing-publisher-proxy:1.1.1
whitesource:
language: golang-mod
subprojects: false
Expand Down
Loading