Skip to content

Commit

Permalink
Merge pull request #355 from m00g3n/release-1.1.8
Browse files Browse the repository at this point in the history
Prepare release 1.1.8
  • Loading branch information
kyma-bot committed Sep 20, 2024
2 parents 8cc34ee + b819c5e commit 2674c94
Show file tree
Hide file tree
Showing 4 changed files with 660 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ifndef MODULE_VERSION
MODULE_VERSION = 1.1.7
MODULE_VERSION = 1.1.8
endif
6 changes: 3 additions & 3 deletions application-connector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ spec:
serviceAccountName: central-application-connectivity-validator
containers:
- name: central-application-connectivity-validator
image: europe-docker.pkg.dev/kyma-project/prod/central-application-connectivity-validator:v20240910-57c6730a
image: europe-docker.pkg.dev/kyma-project/prod/central-application-connectivity-validator:v20240920-8cc34ee6
imagePullPolicy: IfNotPresent
args:
- "/app/centralapplicationconnectivityvalidator"
Expand Down Expand Up @@ -332,7 +332,7 @@ spec:
serviceAccountName: central-application-gateway
containers:
- name: central-application-gateway
image: europe-docker.pkg.dev/kyma-project/prod/central-application-gateway:v20240910-57c6730a
image: europe-docker.pkg.dev/kyma-project/prod/central-application-gateway:v20240920-8cc34ee6
imagePullPolicy: IfNotPresent
args:
- "/app/applicationgateway"
Expand Down Expand Up @@ -1029,7 +1029,7 @@ spec:
- containerPort: 8090
hostPort: 0
name: http-health
image: europe-docker.pkg.dev/kyma-project/prod/compass-runtime-agent:v20240910-57c6730a
image: europe-docker.pkg.dev/kyma-project/prod/compass-runtime-agent:v20240920-8cc34ee6
imagePullPolicy: IfNotPresent
args:
- "/app/compass-runtime-agent"
Expand Down
Loading

0 comments on commit 2674c94

Please sign in to comment.