Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions charts/incubator/valkey/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ maintainers:
url: https://trueforge.org
name: valkey
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/valkey
- https://github.com/trueforge-org/containerforge/tree/main/apps/valkey
- https://github.com/trueforge-org/truecharts/tree/master/charts/incubator/valkey
- https://hub.docker.com/r/bitnamisecure/valkey
type: application
version: 0.1.1

version: 0.1.5
4 changes: 2 additions & 2 deletions charts/incubator/valkey/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/bitnamisecure/valkey
repository: oci.trueforge.org/containerforge/valkey
pullPolicy: IfNotPresent
tag: latest@sha256:14dc12c4cc5912747b63d41e237512989d958fa6020dbcb1170cc0fe91f48644
tag: 7.2.11

workload:
main:
Expand Down
6 changes: 2 additions & 4 deletions charts/stable/mariadb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ maintainers:
url: https://trueforge.org
name: mariadb
sources:
- https://github.com/bitnami/bitnami-docker-mariadb
- https://github.com/trueforge-org/containerforge/tree/main/apps/mariadb
- https://github.com/prometheus/mysqld_exporter
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mariadb
- https://hub.docker.com/r/bitnamisecure/mariadb
- https://mariadb.org
type: application
version: 17.12.1

version: 17.12.5
35 changes: 13 additions & 22 deletions charts/stable/mariadb/values.yaml
Original file line number Diff line number Diff line change
@@ -1,41 +1,32 @@
# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/bitnamisecure/mariadb
repository: oci.trueforge.org/containerforge/mariadb
pullPolicy: IfNotPresent
tag: latest@sha256:78d434eace71538f7f8b166d8a3d74b9e498891bfa20801146e61414355cbc48
tag: 11.4.8-r0
workload:
main:
podSpec:
containers:
main:
env:
MARIADB_PASSWORD: "{{ .Values.password }}"
MARIADB_ROOT_PASSWORD: "{{ .Values.rootPassword }}"
MARIADB_USER: "{{ .Values.mariadbUsername }}"
MARIADB_DATABASE: "{{ .Values.mariadbDatabase }}"
MYSQL_PASSWORD: "{{ .Values.password }}"
MYSQL_ROOT_PASSWORD: "{{ .Values.rootPassword }}"
MYSQL_USER: "{{ .Values.mariadbUsername }}"
MYSQL_DATABASE: "{{ .Values.mariadbDatabase }}"
MARIADB_EXTRA_FLAGS: "--init-file=/init/passinit.sql"
probes:
liveness:
enabled: true
type: exec
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
type: tcp
port: "{{ .Values.service.main.ports.main.port }}"
readiness:
enabled: true
type: exec
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
type: tcp
port: "{{ .Values.service.main.ports.main.port }}"
startup:
enabled: true
type: exec
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
type: tcp
port: "{{ .Values.service.main.ports.main.port }}"
service:
main:
ports:
Expand All @@ -49,7 +40,7 @@ securityContext:
persistence:
data:
enabled: true
mountPath: "/bitnami/mariadb"
mountPath: "/config"
passinit:
enabled: true
type: configmap
Expand Down
3 changes: 1 addition & 2 deletions charts/stable/memcached/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ sources:
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/memcached
- https://hub.docker.com/r/bitnamisecure/memcached
type: application
version: 16.15.1

version: 16.15.4
2 changes: 1 addition & 1 deletion charts/stable/memcached/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
image:
repository: docker.io/bitnamisecure/memcached
pullPolicy: IfNotPresent
tag: latest@sha256:1bf872e43187ac3cfa560a1bc27fdcaeb3efa8082472fc4dbde959c877630c4e
tag: latest

service:
main:
Expand Down
3 changes: 1 addition & 2 deletions charts/stable/mongodb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ sources:
- https://hub.docker.com/r/bitnamisecure/mongodb
- https://www.mongodb.com
type: application
version: 16.15.1

version: 16.15.4
2 changes: 1 addition & 1 deletion charts/stable/mongodb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
image:
repository: docker.io/bitnamisecure/mongodb
pullPolicy: IfNotPresent
tag: latest@sha256:d1afabe9a2183fec201a4248053c71acd81fa381c87443473c16da169e6985d4
tag: latest

workload:
main:
Expand Down
3 changes: 1 addition & 2 deletions charts/stable/redis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ sources:
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/redis
- https://hub.docker.com/r/bitnamisecure/redis
type: application
version: 17.16.1

version: 17.16.4
2 changes: 1 addition & 1 deletion charts/stable/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
image:
repository: docker.io/bitnamisecure/redis
pullPolicy: IfNotPresent
tag: latest@sha256:1c41e7028ac48d7a9d79d855a432eef368aa440f37c8073ae1651879b02c72f4
tag: latest

workload:
main:
Expand Down
3 changes: 1 addition & 2 deletions charts/stable/wordpress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ sources:
- https://hub.docker.com/r/bitnamisecure/wordpress
- https://www.wordpress.org
type: application
version: 11.20.2

version: 11.20.5
2 changes: 1 addition & 1 deletion charts/stable/wordpress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
image:
repository: docker.io/bitnamisecure/wordpress
pullPolicy: IfNotPresent
tag: latest@sha256:ddc304a32326b5f8156cd2f050c41973f5e0d90d6dbebeda0e0859351cb4c071
tag: latest
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down