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

Commit

Permalink
make generate-deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <kingdon@weave.works>
  • Loading branch information
Kingdon Barrett committed Aug 20, 2021
1 parent 2d0ee4f commit b1b9022
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy/flux-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
# There are no ":latest" images for flux. Find the most recent
# release or image version at https://hub.docker.com/r/fluxcd/flux/tags
# and replace the tag here.
image: docker.io/fluxcd/flux:1.23.2
image: docker.io/fluxcd/flux:1.24.0
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion deploy/memcache-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
beta.kubernetes.io/os: linux
containers:
- name: memcached
image: memcached:1.6.9-alpine
image: memcached:1.6.10-alpine
imagePullPolicy: IfNotPresent
args:
- -m 512 # Maximum memory to use, in megabytes
Expand Down
Loading

0 comments on commit b1b9022

Please sign in to comment.