Skip to content

Commit

Permalink
Add updateConstraints for Memcached (#1261)
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Raisul Islam Evan <[email protected]>
  • Loading branch information
Evanraisul authored Aug 30, 2024
1 parent 8e01c59 commit 80e6080
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/memcached/memcached-1.5.22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ spec:
databasePolicyName: memcached-db
securityContext:
runAsUser: 999
updateConstraints:
allowlist:
- '>1.5.22, <= 1.6.29'
version: 1.5.22
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/memcached/memcached-1.6.22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ spec:
databasePolicyName: memcached-db
securityContext:
runAsUser: 999
updateConstraints:
allowlist:
- '>1.6.22, <= 1.6.29'
version: 1.6.22
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/memcached/memcached-1.6.29.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ spec:
databasePolicyName: memcached-db
securityContext:
runAsUser: 999
updateConstraints:
allowlist:
- '>1.6.29, <= 1.6.29'
version: 1.6.29
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ spec:
databasePolicyName: memcached-db
securityContext:
runAsUser: 999
updateConstraints:
allowlist:
- '>1.5.22, <= 1.6.29'
version: 1.5.22
{{ end }}
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ spec:
databasePolicyName: memcached-db
securityContext:
runAsUser: 999
updateConstraints:
allowlist:
- '>1.6.22, <= 1.6.29'
version: 1.6.22
{{ end }}
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ spec:
databasePolicyName: memcached-db
securityContext:
runAsUser: 999
updateConstraints:
allowlist:
- '>1.6.29, <= 1.6.29'
version: 1.6.29
{{ end }}

0 comments on commit 80e6080

Please sign in to comment.