Skip to content

Commit

Permalink
Bump KEB images and Chart to 1.3.5 (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyma-gopher-bot authored Apr 4, 2024
1 parent 89e8160 commit 7b6bac1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions resources/keb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.3.4"
appVersion: "1.3.5"
name: keb
description:
description: Kyma Environment Broker Helm chart for Kubernetes
version: 1.3.4
version: 1.3.5
type: application
12 changes: 6 additions & 6 deletions resources/keb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ global:
version: "v20240307-f250dc83" # do not update along with the other images
kyma_environment_broker:
dir:
version: "1.3.4"
version: "1.3.5"
kyma_environments_subaccount_cleanup_job:
dir:
version: "1.3.4"
version: "1.3.5"
kyma_environment_trial_cleanup_job:
dir:
version: "1.3.4"
version: "1.3.5"
kyma_environment_expirator_job:
dir:
version: "1.3.4"
version: "1.3.5"
kyma_environment_deprovision_retrigger_job:
dir:
version: "1.3.4"
version: "1.3.5"
kyma_environment_runtime_reconciler:
dir:
version: "1.3.4"
version: "1.3.5"
kyma_environment_broker:
enabled: false
serviceAccountName: "kcp-kyma-environment-broker"
Expand Down
2 changes: 1 addition & 1 deletion utils/archiver/kyma-environment-broker-archiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ spec:
template:
spec:
containers:
- image: europe-docker.pkg.dev/kyma-project/prod/kyma-environment-archiver-job:1.3.4
- image: europe-docker.pkg.dev/kyma-project/prod/kyma-environment-archiver-job:1.3.5
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
containers:
- name: kyma-environments-cleanup
command: ["/bin/main"]
image: europe-docker.pkg.dev/kyma-project/prod/kyma-environments-cleanup-job:1.3.4
image: europe-docker.pkg.dev/kyma-project/prod/kyma-environments-cleanup-job:1.3.5
imagePullPolicy: IfNotPresent
env:
- name: DATABASE_EMBEDDED
Expand Down

0 comments on commit 7b6bac1

Please sign in to comment.