Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson authored and github-actions[bot] committed Jul 13, 2024
1 parent 678642b commit f284121
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 27 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/assets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: public.ecr.aws/aws-containers/retail-store-sample-assets
pullPolicy: IfNotPresent
tag: 0.8.0
tag: 0.8.1

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/carts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: public.ecr.aws/aws-containers/retail-store-sample-cart
pullPolicy: IfNotPresent
tag: 0.8.0
tag: 0.8.1

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: public.ecr.aws/aws-containers/retail-store-sample-catalog
pullPolicy: IfNotPresent
tag: 0.8.0
tag: 0.8.1

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/checkout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: public.ecr.aws/aws-containers/retail-store-sample-checkout
pullPolicy: IfNotPresent
tag: 0.8.0
tag: 0.8.1

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/orders/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: public.ecr.aws/aws-containers/retail-store-sample-orders
pullPolicy: IfNotPresent
tag: 0.8.0
tag: 0.8.1

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: public.ecr.aws/aws-containers/retail-store-sample-ui
pullPolicy: IfNotPresent
tag: 0.8.0
tag: 0.8.1

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/terraform/lib/images/generated.tf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"locals": {
"published_tag": "0.8.0",
"published_tag": "0.8.1",
"published_repository": "public.ecr.aws/aws-containers"
}
}
12 changes: 6 additions & 6 deletions dist/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ services:
- ENDPOINTS_CHECKOUT=http://checkout:8080
- ENDPOINTS_ASSETS=http://assets:8080
hostname: ui
image: public.ecr.aws/aws-containers/retail-store-sample-ui:0.8.0
image: public.ecr.aws/aws-containers/retail-store-sample-ui:0.8.1
restart: always
mem_limit: 512m
cap_drop:
- ALL
catalog:
hostname: catalog
image: public.ecr.aws/aws-containers/retail-store-sample-catalog:0.8.0
image: public.ecr.aws/aws-containers/retail-store-sample-catalog:0.8.1
restart: always
environment:
- GIN_MODE=release
Expand All @@ -56,7 +56,7 @@ services:
mem_limit: 128m
carts:
hostname: carts
image: public.ecr.aws/aws-containers/retail-store-sample-cart:0.8.0
image: public.ecr.aws/aws-containers/retail-store-sample-cart:0.8.1
restart: always
environment:
- JAVA_OPTS=-XX:MaxRAMPercentage=75.0 -Djava.security.egd=file:/dev/urandom
Expand All @@ -76,7 +76,7 @@ services:
mem_limit: 256m
orders:
hostname: orders
image: public.ecr.aws/aws-containers/retail-store-sample-orders:0.8.0
image: public.ecr.aws/aws-containers/retail-store-sample-orders:0.8.1
restart: always
environment:
- JAVA_OPTS=-XX:MaxRAMPercentage=75.0 -Djava.security.egd=file:/dev/urandom
Expand Down Expand Up @@ -107,7 +107,7 @@ services:
retries: 30
mem_limit: 128m
checkout:
image: public.ecr.aws/aws-containers/retail-store-sample-checkout:0.8.0
image: public.ecr.aws/aws-containers/retail-store-sample-checkout:0.8.1
hostname: checkout
restart: always
read_only: true
Expand All @@ -128,7 +128,7 @@ services:
hostname: assets
environment:
- PORT=8080
image: public.ecr.aws/aws-containers/retail-store-sample-assets:0.8.0
image: public.ecr.aws/aws-containers/retail-store-sample-assets:0.8.1
restart: always
mem_limit: 64m
cap_drop:
Expand Down
26 changes: 12 additions & 14 deletions dist/kubernetes/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
name: catalog-db
data:
username: "Y2F0YWxvZw=="
password: "dnk1dzdEVEFGUjhVOEhhTA=="
password: "WkI4V1l2dFM5dndVNmlBNQ=="
---
# Source: catalog/templates/configmap.yml
apiVersion: v1
Expand Down Expand Up @@ -141,7 +141,7 @@ spec:
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
image: "public.ecr.aws/aws-containers/retail-store-sample-catalog:0.8.0"
image: "public.ecr.aws/aws-containers/retail-store-sample-catalog:0.8.1"
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -195,7 +195,7 @@ spec:
spec:
containers:
- name: mysql
image: "public.ecr.aws/docker/library/mysql:5.7"
image: "public.ecr.aws/docker/library/mysql:8.0"
imagePullPolicy: IfNotPresent
env:
- name: MYSQL_ROOT_PASSWORD
Expand All @@ -212,8 +212,6 @@ spec:
secretKeyRef:
name: catalog-db
key: password
args:
- "--ignore-db-dir=lost+found"
volumeMounts:
- name: data
mountPath: /var/lib/mysql
Expand Down Expand Up @@ -355,7 +353,7 @@ spec:
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
image: "public.ecr.aws/aws-containers/retail-store-sample-cart:0.8.0"
image: "public.ecr.aws/aws-containers/retail-store-sample-cart:0.8.1"
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -436,7 +434,7 @@ metadata:
name: orders-db
data:
username: "b3JkZXJz"
password: "NExHQUp2VHk1enY5RURhVQ=="
password: "YVYzZmhyTmJ2dmtwUzBBVQ=="
---
# Source: orders/templates/rabbitmq-secret.yaml
apiVersion: v1
Expand All @@ -451,7 +449,7 @@ kind: ConfigMap
metadata:
name: orders
data:
SPRING_PROFILES_ACTIVE: rabbitmq
RETAIL_ORDERS_MESSAGING_PROVIDER: rabbitmq
SPRING_DATASOURCE_URL: jdbc:postgresql://orders-postgresql:5432/orders
SPRING_RABBITMQ_ADDRESSES: amqp://orders-rabbitmq:5672
---
Expand Down Expand Up @@ -596,7 +594,7 @@ spec:
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
image: "public.ecr.aws/aws-containers/retail-store-sample-orders:0.8.0"
image: "public.ecr.aws/aws-containers/retail-store-sample-orders:0.8.1"
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -650,7 +648,7 @@ spec:
spec:
containers:
- name: postgresql
image: "postgres:16.1"
image: "public.ecr.aws/docker/library/postgres:16.1"
imagePullPolicy: IfNotPresent
env:
- name: POSTGRES_DB
Expand Down Expand Up @@ -706,7 +704,7 @@ spec:
spec:
containers:
- name: rabbitmq
image: "rabbitmq:3-management"
image: "public.ecr.aws/docker/library/rabbitmq:3-management"
imagePullPolicy: IfNotPresent
ports:
- name: amqp
Expand Down Expand Up @@ -844,7 +842,7 @@ spec:
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
image: "public.ecr.aws/aws-containers/retail-store-sample-checkout:0.8.0"
image: "public.ecr.aws/aws-containers/retail-store-sample-checkout:0.8.1"
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -996,7 +994,7 @@ spec:
drop:
- ALL
readOnlyRootFilesystem: false
image: "public.ecr.aws/aws-containers/retail-store-sample-assets:0.8.0"
image: "public.ecr.aws/aws-containers/retail-store-sample-assets:0.8.1"
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -1130,7 +1128,7 @@ spec:
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
image: "public.ecr.aws/aws-containers/retail-store-sample-ui:0.8.0"
image: "public.ecr.aws/aws-containers/retail-store-sample-ui:0.8.1"
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down

0 comments on commit f284121

Please sign in to comment.