Skip to content

Commit

Permalink
chore: Prepare release 1.13.0 (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakesh-garimella authored Apr 9, 2024
1 parent 999330a commit 66193df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Default Environment Variables
## General
ENV_ENVTEST_K8S_VERSION=1.27.1 # ENVTEST_K8S_VERSION refers to the version of Kubebuilder assets to be downloaded by envtest binary.
ENV_IMG=europe-docker.pkg.dev/kyma-project/prod/telemetry-manager:main # Image URL to use all building/pushing image targets
ENV_IMG=europe-docker.pkg.dev/kyma-project/prod/telemetry-manager:1.13.0 # Image URL to use all building/pushing image targets

## Gardener
ENV_GARDENER_K8S_VERSION=1.27
Expand Down
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/telemetry-manager
newTag: main
newTag: 1.13.0
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: telemetry
protecode:
- europe-docker.pkg.dev/kyma-project/prod/telemetry-manager:main
- europe-docker.pkg.dev/kyma-project/prod/telemetry-manager:1.13.0
- europe-docker.pkg.dev/kyma-project/prod/tpi/otel-collector:0.97.0-cccde9ac
- europe-docker.pkg.dev/kyma-project/prod/tpi/fluent-bit:2.2.2-b5220c17
- europe-docker.pkg.dev/kyma-project/prod/directory-size-exporter:v20240404-fd3588ce
Expand Down

0 comments on commit 66193df

Please sign in to comment.