-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(helm): update redis ( 18.13.0 → 18.19.2 ) #972
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes/apps/database/redis/app Kustomization: flux-system/cluster-apps-database-redis HelmRelease: database/redis
+++ kubernetes/apps/database/redis/app Kustomization: flux-system/cluster-apps-database-redis HelmRelease: database/redis
@@ -12,13 +12,13 @@
spec:
chart: redis
sourceRef:
kind: HelmRepository
name: bitnami
namespace: flux-system
- version: 18.13.0
+ version: 18.19.2
install:
remediation:
retries: 3
interval: 15m
maxHistory: 3
uninstall: |
--- HelmRelease: database/redis StatefulSet: database/redis-master
+++ HelmRelease: database/redis StatefulSet: database/redis-master
@@ -55,19 +55,20 @@
weight: 1
nodeAffinity: null
enableServiceLinks: true
terminationGracePeriodSeconds: 30
containers:
- name: redis
- image: docker.io/bitnami/redis:7.2.4-debian-11-r5
+ image: docker.io/bitnami/redis:7.2.4-debian-12-r9
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
+ readOnlyRootFilesystem: false
runAsGroup: 0
runAsNonRoot: true
runAsUser: 1001
seLinuxOptions: null
seccompProfile:
type: RuntimeDefault
@@ -109,36 +110,36 @@
failureThreshold: 5
exec:
command:
- sh
- -c
- /health/ping_readiness_local.sh 1
- resources:
- limits: {}
- requests: {}
volumeMounts:
- name: start-scripts
mountPath: /opt/bitnami/scripts/start-scripts
- name: health
mountPath: /health
- name: redis-data
mountPath: /data
- name: config
mountPath: /opt/bitnami/redis/mounted-etc
- - name: redis-tmp-conf
+ - name: empty-dir
mountPath: /opt/bitnami/redis/etc/
- - name: tmp
+ subPath: app-conf-dir
+ - name: empty-dir
mountPath: /tmp
+ subPath: tmp-dir
- name: metrics
- image: docker.io/bitnami/redis-exporter:1.57.0-debian-11-r2
+ image: docker.io/bitnami/redis-exporter:1.58.0-debian-12-r4
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
+ readOnlyRootFilesystem: false
runAsGroup: 0
runAsNonRoot: true
runAsUser: 1001
seLinuxOptions: null
seccompProfile:
type: RuntimeDefault
@@ -172,29 +173,27 @@
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
httpGet:
path: /
port: metrics
- resources:
- limits: {}
- requests: {}
- volumeMounts: null
+ volumeMounts:
+ - name: empty-dir
+ mountPath: /tmp
+ subPath: app-tmp-dir
volumes:
- name: start-scripts
configMap:
name: redis-scripts
defaultMode: 493
- name: health
configMap:
name: redis-health
defaultMode: 493
- name: config
configMap:
name: redis-configuration
- - name: redis-tmp-conf
- emptyDir: {}
- - name: tmp
+ - name: empty-dir
emptyDir: {}
- name: redis-data
emptyDir: {}
|
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
bot-akira
bot
changed the title
feat(helm): update redis ( 18.13.0 → 18.14.0 )
feat(helm): update redis ( 18.13.0 → 18.15.1 )
Feb 21, 2024
bot-akira
bot
force-pushed
the
renovate/redis-18.x
branch
from
February 21, 2024 16:10
fa587b4
to
7c30f66
Compare
bot-akira
bot
changed the title
feat(helm): update redis ( 18.13.0 → 18.15.1 )
feat(helm): update redis ( 18.13.0 → 18.16.0 )
Feb 21, 2024
bot-akira
bot
force-pushed
the
renovate/redis-18.x
branch
from
February 21, 2024 17:06
7c30f66
to
4f1abd4
Compare
bot-akira
bot
changed the title
feat(helm): update redis ( 18.13.0 → 18.16.0 )
feat(helm): update redis ( 18.13.0 → 18.16.1 )
Feb 22, 2024
bot-akira
bot
force-pushed
the
renovate/redis-18.x
branch
2 times, most recently
from
February 23, 2024 23:29
3dac389
to
d08f670
Compare
bot-akira
bot
changed the title
feat(helm): update redis ( 18.13.0 → 18.16.1 )
feat(helm): update redis ( 18.13.0 → 18.17.0 )
Feb 27, 2024
bot-akira
bot
force-pushed
the
renovate/redis-18.x
branch
from
February 27, 2024 11:07
d08f670
to
df59c7a
Compare
bot-akira
bot
changed the title
feat(helm): update redis ( 18.13.0 → 18.17.0 )
feat(helm): update redis ( 18.13.0 → 18.17.1 )
Mar 4, 2024
bot-akira
bot
force-pushed
the
renovate/redis-18.x
branch
from
March 4, 2024 11:21
df59c7a
to
fabb6fd
Compare
bot-akira
bot
changed the title
feat(helm): update redis ( 18.13.0 → 18.17.1 )
feat(helm): update redis ( 18.13.0 → 18.18.0 )
Mar 5, 2024
bot-akira
bot
force-pushed
the
renovate/redis-18.x
branch
from
March 5, 2024 16:10
fabb6fd
to
e00ea66
Compare
bot-akira
bot
changed the title
feat(helm): update redis ( 18.13.0 → 18.18.0 )
feat(helm): update redis ( 18.13.0 → 18.18.1 )
Mar 8, 2024
bot-akira
bot
force-pushed
the
renovate/redis-18.x
branch
from
March 8, 2024 13:08
e00ea66
to
790e53c
Compare
bot-akira
bot
changed the title
feat(helm): update redis ( 18.13.0 → 18.18.1 )
feat(helm): update redis ( 18.13.0 → 18.19.0 )
Mar 8, 2024
bot-akira
bot
force-pushed
the
renovate/redis-18.x
branch
from
March 8, 2024 17:08
790e53c
to
b323222
Compare
bot-akira
bot
changed the title
feat(helm): update redis ( 18.13.0 → 18.19.0 )
feat(helm): update redis ( 18.13.0 → 18.19.1 )
Mar 8, 2024
bot-akira
bot
force-pushed
the
renovate/redis-18.x
branch
from
March 8, 2024 18:10
b323222
to
df4d5ce
Compare
bot-akira
bot
force-pushed
the
renovate/redis-18.x
branch
from
March 11, 2024 15:09
df4d5ce
to
47f39d1
Compare
bot-akira
bot
changed the title
feat(helm): update redis ( 18.13.0 → 18.19.1 )
feat(helm): update redis ( 18.13.0 → 18.19.2 )
Mar 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
18.13.0
->18.19.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.