File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ caktus.django-k8s
33
44Changes
55-------
6+ v1.10.3 on January 9, 2026
7+ ~~~~~~~~~~~~~~~~~~~~~~~
8+
9+ * Update memcached default version to 1.6.40, pgbouncer to v1.25.1-p0, and redis to 7.4.7.
10+
611v1.10.2 on October 7, 2025
712~~~~~~~~~~~~~~~~~~~~~~~
813
Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ k8s_namespace: "echoserver"
7070# k8s_storage_class_name: ""
7171
7272k8s_memcached_enabled : false
73- k8s_memcached_version : " 1.6.39 "
73+ k8s_memcached_version : " 1.6.40 "
7474k8s_memcached_service_type : ClusterIP
7575# If service_type is LoadBalancer, you can optionally assign a fixed IP for your
7676# load balancer (if suppported by the provider):
7777# k8s_memcached_load_balancer_ip: w.x.y.z
7878
7979k8s_redis_enabled : false
80- k8s_redis_version : " 7.4.3 "
80+ k8s_redis_version : " 7.4.7 "
8181k8s_redis_volume_size : " 20Gi"
8282k8s_redis_service_type : ClusterIP
8383# If service_type is LoadBalancer, you can optionally assign a fixed IP for your
@@ -86,7 +86,7 @@ k8s_redis_service_type: ClusterIP
8686
8787k8s_pgbouncer_enabled : false
8888k8s_pgbouncer_repo : " edoburu/pgbouncer"
89- k8s_pgbouncer_version : " v1.24 .1-p0"
89+ k8s_pgbouncer_version : " v1.25 .1-p0"
9090k8s_pgbouncer_replicas : 1
9191# Mount a Certificate from the k8s_namespace to pgBouncer's /etc/pgbouncer/ssl/
9292# directory to enable TLS mode to use for connections from clients
You can’t perform that action at this time.
0 commit comments