Skip to content

Commit

Permalink
manifests: fix catalogue json error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki committed Aug 17, 2023
1 parent 4d6e06a commit dafe41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/sock-shop-base/sock-shop/catalogue-db-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: catalogue-db
image: weaveworksdemos/catalogue-db:0.3.0
image: weaveworksdemos/catalogue-db:0.3.4
env:
- name: MYSQL_ROOT_PASSWORD
value: fake_password
Expand All @@ -49,7 +49,7 @@ spec:
cpu: 100m
memory: 500Mi
- name: mysqld-exporter
image: prom/mysqld-exporter
image: prom/mysqld-exporter:v0.14.0
ports:
- name: exporter
containerPort: 9104
Expand Down

0 comments on commit dafe41c

Please sign in to comment.