Skip to content

Commit 45d89f6

Browse files
committed
replace bitnami container images
Signed-off-by: Jan Larwig <[email protected]>
1 parent f217236 commit 45d89f6

File tree

1 file changed

+26
-21
lines changed

1 file changed

+26
-21
lines changed

helm/redis/values.yaml

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ diagnosticMode:
113113
##
114114
image:
115115
registry: docker.io
116-
repository: bitnami/redis
117-
tag: 8.0.3-debian-12-r1
116+
repository: redis
117+
tag: 8.0.3-bookworm
118118
digest: ""
119119
## Specify a imagePullPolicy
120120
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -1185,8 +1185,8 @@ sentinel:
11851185
##
11861186
image:
11871187
registry: docker.io
1188-
repository: bitnami/redis-sentinel
1189-
tag: 8.0.3-debian-12-r1
1188+
repository: redis
1189+
tag: 8.0.3-bookworm
11901190
digest: ""
11911191
## Specify a imagePullPolicy
11921192
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -1582,34 +1582,39 @@ sentinel:
15821582
##
15831583
enabled: false
15841584
service:
1585-
## @param sentinel.externalAccess.service.loadBalancerIPAnnotaion Name of annotation to specify fixed IP for service in.
1586-
##
1587-
loadBalancerIPAnnotaion: ""
1585+
## @param sentinel.externalAccess.service.loadBalancerIPAnnotaion Name of annotation to specify fixed IP for service in.
1586+
##
1587+
loadBalancerIPAnnotaion:
1588+
""
15881589
## @param sentinel.externalAccess.service.type Type for the services used to expose every Pod
15891590
## At this moment only LoadBalancer is supported
15901591
##
15911592
type: LoadBalancer
15921593
## @param sentinel.externalAccess.service.redisPort Port for the services used to expose redis-server
1593-
##
1594+
##
15941595
redisPort: 6379
15951596

15961597
## @param sentinel.externalAccess.service.sentinelPort Port for the services used to expose redis-sentinel
1597-
##
1598-
sentinelPort: 26379
1598+
##
1599+
sentinelPort:
1600+
26379
15991601
## @param sentinel.externalAccess.service.loadBalancerIP Array of load balancer IPs for each Redis(R) node. Length must be the same as sentinel.replicaCount
16001602
##
1601-
loadBalancerIP: []
1603+
loadBalancerIP:
1604+
[]
16021605
## @param sentinel.externalAccess.service.loadBalancerClass Load Balancer class if service type is `LoadBalancer` (optional, cloud specific)
16031606
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-loadbalancer
16041607
##
1605-
loadBalancerClass: ""
1608+
loadBalancerClass:
1609+
""
16061610
## @param sentinel.externalAccess.service.loadBalancerSourceRanges Service Load Balancer sources
16071611
## ref: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service
16081612
## e.g:
16091613
## loadBalancerSourceRanges:
16101614
## - 10.10.10.0/24
16111615
##
1612-
loadBalancerSourceRanges: []
1616+
loadBalancerSourceRanges:
1617+
[]
16131618
## @param sentinel.externalAccess.service.annotations Annotations to add to the services used to expose every Pod of the Redis(R) Cluster
16141619
##
16151620
annotations: {}
@@ -1784,8 +1789,8 @@ metrics:
17841789
##
17851790
image:
17861791
registry: docker.io
1787-
repository: bitnami/redis-exporter
1788-
tag: 1.74.0-debian-12-r2
1792+
repository: oliver006/redis_exporter
1793+
tag: v1.74.0
17891794
digest: ""
17901795
pullPolicy: IfNotPresent
17911796
## Optionally specify an array of imagePullSecrets.
@@ -2162,8 +2167,8 @@ volumePermissions:
21622167
##
21632168
image:
21642169
registry: docker.io
2165-
repository: bitnami/os-shell
2166-
tag: 12-debian-12-r48
2170+
repository: debian
2171+
tag: 12
21672172
digest: ""
21682173
pullPolicy: IfNotPresent
21692174
## Optionally specify an array of imagePullSecrets.
@@ -2226,8 +2231,8 @@ kubectl:
22262231
##
22272232
image:
22282233
registry: docker.io
2229-
repository: bitnami/kubectl
2230-
tag: 1.33.3-debian-12-r0
2234+
repository: rancher/kubectl
2235+
tag: 1.33.3
22312236
digest: ""
22322237
## Specify a imagePullPolicy
22332238
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -2295,8 +2300,8 @@ sysctl:
22952300
##
22962301
image:
22972302
registry: docker.io
2298-
repository: bitnami/os-shell
2299-
tag: 12-debian-12-r48
2303+
repository: debian
2304+
tag: 12
23002305
digest: ""
23012306
pullPolicy: IfNotPresent
23022307
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)