Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
20a345055e
commit
319dae9bc0
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [memcached-6.0.27](https://github.com/truecharts/charts/compare/memcached-6.0.26...memcached-6.0.27) (2023-04-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/memcached to v ([#8314](https://github.com/truecharts/charts/issues/8314))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [memcached-6.0.28](https://github.com/truecharts/charts/compare/memcached-6.0.27...memcached-6.0.28) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/memcached to v1.6.19 ([#8486](https://github.com/truecharts/charts/issues/8486))
|
||||
|
||||
|
||||
|
||||
|
||||
## [memcached-6.0.27](https://github.com/truecharts/charts/compare/memcached-6.0.26...memcached-6.0.27) (2023-04-27)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026))
|
||||
|
||||
|
||||
|
||||
|
||||
## [memcached-6.0.17](https://github.com/truecharts/charts/compare/memcached-6.0.16...memcached-6.0.17) (2023-04-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.10 ([#7996](https://github.com/truecharts/charts/issues/7996))
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.6.18"
|
||||
appVersion: "1.6.19"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/bitnami/bitnami-docker-memcached
|
||||
- http://memcached.org/
|
||||
type: application
|
||||
version: 6.0.27
|
||||
version: 6.0.28
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [memcached-6.0.28](https://github.com/truecharts/charts/compare/memcached-6.0.27...memcached-6.0.28) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/memcached to v1.6.19 ([#8486](https://github.com/truecharts/charts/issues/8486))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/memcached
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.6.18@sha256:6311688475eba61f96fd0cca1622832032052597c946df02578e4cb33fdf7664
|
||||
tag: 1.6.19@sha256:b94b7f9706130287c96605df3850b58369bb839a4683a94b5d3a49d6acd53250
|
||||
|
||||
service:
|
||||
main:
|
|
@ -601,7 +601,7 @@ questions:
|
|||
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["runAsUser", "=", "0"]]
|
||||
show_if: [["runAsUser", "=", 0]]
|
||||
default: 568
|
||||
- variable: UMASK
|
||||
label: UMASK
|
Loading…
Reference in New Issue