Skip to content

Commit 1f01b42

Browse files
authored
Updated docker image links for kafka, grpc and graphql (#87)
* Updated docker image links for kafka, grpc and graphql * Updating the existing chart
1 parent 7c5c563 commit 1f01b42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/meta-chart/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ o11y:
3636
cpu: 500m
3737
memory: 512Mi
3838
- type: kafka
39-
image: znsio/specmatic-kafka-trial
39+
image: znsio/specmatic-kafka
4040
port: 9092
4141
resources:
4242
requests:
@@ -46,7 +46,7 @@ o11y:
4646
cpu: 1500m
4747
memory: 2048Mi
4848
- type: grpc
49-
image: znsio/specmatic-grpc-trial
49+
image: znsio/specmatic-grpc
5050
port: 9000
5151
resources:
5252
requests:
@@ -56,7 +56,7 @@ o11y:
5656
cpu: 500m
5757
memory: 512Mi
5858
- type: graphql
59-
image: znsio/specmatic-graphql-trial
59+
image: znsio/specmatic-graphql
6060
port: 9001
6161
resources:
6262
requests:

0 commit comments

Comments
 (0)