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

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Augustin <dom.augustin@gmx.at>
  • Loading branch information
botchk committed Jul 16, 2021
1 parent 2b7bfd8 commit 7c2bc76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,7 @@ To make use of the built-in automation using GH Actions for releasing a new vers
* check the output of GH Actions builds for the release branch,
* verify that your image was built and pushed to DockerHub with the right tags,
* update the image tags for `job-executor-service` and `job-executor-service-initcontainer`
in [`deploy/service.yaml`](deploy/service.yaml), [`helm/Chart.yaml`](helm/Chart.yaml),
[`helm/values.yaml`](helm/values.yaml), [`helm/templates/configmap.yaml`](helm/templates/configmap.yaml) and
in [`deploy/service.yaml`](deploy/service.yaml), [`helm/Chart.yaml`](helm/Chart.yaml) and
the `app.kubernetes.io/version` in [`deploy/service.yaml`](deploy/service.yaml)
* test your service against a working Keptn installation.

Expand Down
6 changes: 3 additions & 3 deletions deploy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ spec:
labels:
run: job-executor-service
app.kubernetes.io/name: job-executor-service
app.kubernetes.io/version: 0.1.2
app.kubernetes.io/version: 0.1.3
spec:
containers:
- name: job-executor-service
image: keptnsandbox/job-executor-service:0.1.2
image: keptnsandbox/job-executor-service:0.1.3
ports:
- containerPort: 8080
resources:
Expand All @@ -37,7 +37,7 @@ spec:
- name: JOB_NAMESPACE
value: 'keptn'
- name: INIT_CONTAINER_IMAGE
value: 'keptnsandbox/job-executor-service-initcontainer:0.1.2'
value: 'keptnsandbox/job-executor-service-initcontainer:0.1.3'
- name: DEFAULT_RESOURCE_LIMITS_CPU
value: "1"
- name: DEFAULT_RESOURCE_LIMITS_MEMORY
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 0.1.2
appVersion: 0.1.3
description: Helm Chart for the keptn job-executor-service
name: job-executor-service
type: application
version: 0.1.2
version: 0.1.3

0 comments on commit 7c2bc76

Please sign in to comment.