Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2637 from adusumillipraveen/master
Browse files Browse the repository at this point in the history
Upgrading to latest memcached image which uses debian buster
  • Loading branch information
2opremio authored Dec 3, 2019
2 parents dd1c780 + 67cf815 commit 7e148c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chart/flux/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ memcached:
enabled: true
hostnameOverride:
repository: memcached
tag: 1.5.15
tag: 1.5.20
pullSecret:
createClusterIP: true
verbose: false
Expand Down
2 changes: 1 addition & 1 deletion deploy/memcache-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: memcached
image: memcached:1.5.15
image: memcached:1.5.20
imagePullPolicy: IfNotPresent
args:
- -m 512 # Maximum memory to use, in megabytes
Expand Down
2 changes: 1 addition & 1 deletion pkg/install/templates/memcache-dep.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: memcached
image: memcached:1.5.15
image: memcached:1.5.20
imagePullPolicy: IfNotPresent
args:
- -m 512 # Maximum memory to use, in megabytes
Expand Down

0 comments on commit 7e148c2

Please sign in to comment.