Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion onboarding-carts/argo/carts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: docker.io/keptnexamples/carts
tag: 0.11.1
tag: 0.13.1
pullPolicy: Always

service:
Expand Down
2 changes: 1 addition & 1 deletion onboarding-carts/carts/values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
image: docker.io/keptnexamples/carts:0.11.1
image: docker.io/keptnexamples/carts:0.13.1
replicaCount: 1
4 changes: 2 additions & 2 deletions onboarding-carts/manifests/manifest-carts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: carts
image: docker.io/keptnexamples/carts:0.11.1
image: docker.io/keptnexamples/carts:0.13.1
env:
- name: JAVA_OPTS
value: -Xms128m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=128m -XX:+UseG1GC -Djava.security.egd=file:/dev/urandom
Expand All @@ -35,7 +35,7 @@ spec:
fieldRef:
fieldPath: "metadata.labels['deployment']"
- name: CONTAINER_IMAGE
value: docker.io/keptnexamples/carts:0.11.1
value: docker.io/keptnexamples/carts:0.13.1
- name: DT_CUSTOM_PROP
value: "keptn_stage=hardening keptn_project=sockshop keptn_service=carts"
resources:
Expand Down