Skip to content

Commit

Permalink
specify middleware image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma committed Sep 29, 2024
1 parent 4f96031 commit 4d381e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/concrnt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.0.0"
description: A Helm chart for concurrent
name: concrnt
version: 0.2.0
version: 0.2.1
dependencies:
- name: url-summary
version: "0.0.6"
Expand Down
4 changes: 2 additions & 2 deletions charts/concrnt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ spec:
spec:
containers:
- name: redis
image: redis
image: redis:7-bookworm
ports:
- containerPort: 6379
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -197,7 +197,7 @@ spec:
spec:
containers:
- name: memcached
image: memcached
image: memcached:1.6-bookworm
ports:
- containerPort: 11211
imagePullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion charts/concrnt/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: posgresql
image: postgres
image: postgres:16-bookworm
ports:
- containerPort: 5432
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit 4d381e0

Please sign in to comment.