Skip to content
Merged
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
32 changes: 16 additions & 16 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -587,17 +587,17 @@ deployments:
wait_for_keycloak:
image:
repository: lightruncom/chart-helper
tag: "0.3.0-alpine-3.24.1-r4.lr-0"
tag: "0.3.0-alpine-3.24.1-r5.lr-0"
pullPolicy: ""
p12_creator:
image:
repository: lightruncom/chart-helper
tag: "0.3.0-alpine-3.24.1-r4.lr-0"
tag: "0.3.0-alpine-3.24.1-r5.lr-0"
pullPolicy: ""
wait_for_rabbitmq:
image:
repository: lightruncom/chart-helper
tag: "0.3.0-alpine-3.24.1-r4.lr-0"
tag: "0.3.0-alpine-3.24.1-r5.lr-0"
pullPolicy: ""
podDisruptionBudget: {} # [minAvailable|maxUnavailable] either integer or percentage
topologySpreadConstraints: []
Expand Down Expand Up @@ -637,12 +637,12 @@ deployments:
download_async_profiler:
image:
repository: lightruncom/chart-helper
tag: "0.3.0-alpine-3.24.1-r4.lr-0"
tag: "0.3.0-alpine-3.24.1-r5.lr-0"
pullPolicy: ""
persist_async_profiler:
image:
repository: lightruncom/chart-helper
tag: "0.3.0-alpine-3.24.1-r4.lr-0"
tag: "0.3.0-alpine-3.24.1-r5.lr-0"
pullPolicy: ""
# Download URL end point for async profiler binary, ref: https://github.com/async-profiler/async-profiler/blob/master/CHANGELOG.md
downloadUrl: "https://github.com/async-profiler/async-profiler/releases/download/v3.0/async-profiler-3.0-linux-x64.tar.gz"
Expand Down Expand Up @@ -712,12 +712,12 @@ deployments:
download_async_profiler:
image:
repository: lightruncom/chart-helper
tag: "0.3.0-alpine-3.24.1-r4.lr-0"
tag: "0.3.0-alpine-3.24.1-r5.lr-0"
pullPolicy: ""
persist_async_profiler:
image:
repository: lightruncom/chart-helper
tag: "0.3.0-alpine-3.24.1-r4.lr-0"
tag: "0.3.0-alpine-3.24.1-r5.lr-0"
pullPolicy: ""
# Download URL end point for async profiler binary, ref: https://github.com/async-profiler/async-profiler/blob/master/CHANGELOG.md
downloadUrl: "https://github.com/async-profiler/async-profiler/releases/download/v3.0/async-profiler-3.0-linux-x64.tar.gz"
Expand Down Expand Up @@ -760,12 +760,12 @@ deployments:
cluster_cert:
image:
repository: lightruncom/chart-helper
tag: "0.3.0-alpine-3.24.1-r4.lr-0"
tag: "0.3.0-alpine-3.24.1-r5.lr-0"
pullPolicy: ""
wait_for_rabbitmq:
image:
repository: lightruncom/chart-helper
tag: "0.3.0-alpine-3.24.1-r4.lr-0"
tag: "0.3.0-alpine-3.24.1-r5.lr-0"
pullPolicy: ""
topologySpreadConstraints: []
affinity: {}
Expand Down Expand Up @@ -796,12 +796,12 @@ deployments:
download_async_profiler:
image:
repository: lightruncom/chart-helper
tag: "0.3.0-alpine-3.24.1-r4.lr-0"
tag: "0.3.0-alpine-3.24.1-r5.lr-0"
pullPolicy: ""
persist_async_profiler:
image:
repository: lightruncom/chart-helper
tag: "0.3.0-alpine-3.24.1-r4.lr-0"
tag: "0.3.0-alpine-3.24.1-r5.lr-0"
pullPolicy: ""
# Download URL end point for async profiler binary, ref: https://github.com/async-profiler/async-profiler/blob/master/CHANGELOG.md
downloadUrl: "https://github.com/async-profiler/async-profiler/releases/download/v3.0/async-profiler-3.0-linux-x64.tar.gz"
Expand Down Expand Up @@ -839,7 +839,7 @@ deployments:
enabled: false
image:
repository: lightruncom/redis
tag: "7.4.10-alpine-3.24.1-r4.lr-0"
tag: "7.4.10-alpine-3.24.1-r5.lr-0"
pullPolicy: IfNotPresent
resources:
cpu: 2000m
Expand Down Expand Up @@ -910,7 +910,7 @@ deployments:
useJsonLogFormat: false
image:
repository: lightruncom/rabbitmq
tag: "4.3.4-alpine.lr-0"
tag: "4.3.4-alpine.lr-1"
pullPolicy: IfNotPresent
resources:
cpu: 500m
Expand All @@ -934,7 +934,7 @@ deployments:
memory: 128Mi
image:
repository: lightruncom/chart-helper
tag: "0.3.0-alpine-3.24.1-r4.lr-0"
tag: "0.3.0-alpine-3.24.1-r5.lr-0"
pullPolicy: ""
# EmptyDir is used for rabbitmq data when mq.storage is set to 0
emptyDir:
Expand Down Expand Up @@ -971,7 +971,7 @@ deployments:
rollout_strategy: "RollingUpdate"
image:
repository: lightruncom/data-streamer
tag: "4.102.0-alpine-3.24.1-r4.lr-0"
tag: "4.103.1-alpine-3.24.1-r5.lr-0"
pullPolicy: IfNotPresent
resources:
cpu: 100m
Expand Down Expand Up @@ -1054,7 +1054,7 @@ deployments:
maxReplicas: 5
image:
repository: lightruncom/router
tag: "1.30.4-r1-alpine-3.24.1-r4.lr-0"
tag: "1.30.4-r1-alpine-3.24.1-r5.lr-0"
pullPolicy: IfNotPresent
podSecurityContext: {}
containerSecurityContext: {}
Expand Down