Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #53 from keptn/release-0.5.0
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
johannes-b authored Oct 2, 2019
2 parents 664814c + af6228e commit 8f6b538
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Binary file modified onboarding-carts/carts-0.1.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions onboarding-carts/carts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Deployment
metadata:
name: carts
spec:
replicas: {{ .Values.replicas }}
replicas: 1
strategy:
rollingUpdate:
maxUnavailable: 0
Expand All @@ -27,7 +27,7 @@ spec:
containerPort: 8080
env:
- name: DT_TAGS
value: "application={{ .Chart.Name }}"
value: "application=sockshop"
- name: POD_NAME
valueFrom:
fieldRef:
Expand Down
3 changes: 1 addition & 2 deletions onboarding-carts/carts/values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
image: docker.io/keptnexamples/carts:0.9.1
replicas: 1
image: docker.io/keptnexamples/carts:0.9.1

0 comments on commit 8f6b538

Please sign in to comment.