Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
feat: Keptn 0.17 compatibility (#310)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kreuzberger <christian.kreuzberger@dynatrace.com>

Signed-off-by: Christian Kreuzberger <christian.kreuzberger@dynatrace.com>
  • Loading branch information
christian-kreuzberger-dtx committed Aug 12, 2022
1 parent eeffbaf commit e9aefac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
keptn-version: ["0.15.1", "0.16.1", "${{ needs.fetch_latest_keptn_versions.outputs.LATEST_KEPTN_RELEASE }}", "${{ needs.fetch_latest_keptn_versions.outputs.LATEST_KEPTN_PRERELEASE }}"] # https://github.com/keptn/keptn/releases
keptn-version: ["0.16.1", "0.17.0", "${{ needs.fetch_latest_keptn_versions.outputs.LATEST_KEPTN_RELEASE }}", "${{ needs.fetch_latest_keptn_versions.outputs.LATEST_KEPTN_PRERELEASE }}"] # https://github.com/keptn/keptn/releases
network-policy: [true, false]
job-network-policy: [true, false]
env:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ running in the Keptn ecosystem:
| 0.15.x | keptncontrib/job-executor-service:0.2.2 | v2 |
| 0.16.x | keptncontrib/job-executor-service:0.2.3 | v2 |
| 0.16.x | keptncontrib/job-executor-service:0.2.4 | v2 |
| 0.17.x | keptncontrib/job-executor-service:0.2.5 | v2 |


**Please Note**:
- Newer Keptn versions might be compatible, but compatibility has not been verified at the time of the release.
Expand Down
2 changes: 2 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ spec:
name: job-service-config
key: oauth_scopes
{{- end }}
- name: API_PROXY_MAX_PAYLOAD_BYTES_KB
value: "128"
volumes:
- name: job-executor-settings
projected:
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ distributor:
image:
repository: docker.io/keptn/distributor # Container Image Name
pullPolicy: IfNotPresent # Kubernetes Image Pull Policy
tag: "0.16.1" # Container Tag
tag: "0.17.0" # Container Tag
config:
queueGroup:
enabled: true # Enable connection via Nats queue group to support exactly-once message processing
Expand Down

0 comments on commit e9aefac

Please sign in to comment.