Skip to content
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

fix(redis): update helm-release to v18.19.2 #2652

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

tyriis-automation[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change OpenSSF
redis (source) patch 18.19.1 -> 18.19.2 OpenSSF Scorecard

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@tyriis-automation tyriis-automation bot added renovate/flux renovate flux manager renovate/helm renovate helm datasource type/patch a patch for a bug labels Mar 11, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@tyriis-automation
Copy link
Contributor Author

--- HelmRelease: database/redis ConfigMap: database/redis-scripts

+++ HelmRelease: database/redis ConfigMap: database/redis-scripts

@@ -151,14 +151,14 @@

     \n\nget_full_hostname() {\n    hostname=\"$1\"\n    full_hostname=\"${hostname}.${HEADLESS_SERVICE}\"\
     \n    retry_count=0\n    until getent hosts \"${full_hostname}\" | awk '{ print\
     \ $1; exit }' | grep .; do \n        if [[ $retry_count -lt 5 ]]; then\n     \
     \       sleep 5\n        else\n            error \"IP address for ${full_hostname}\
     \ not found\"\n            exit 1\n        fi\n        ((retry_count++))\n   \
     \ done\n}\n\nrun_sentinel_command() {\n    if is_boolean_yes \"$REDIS_SENTINEL_TLS_ENABLED\"\
-    ; then\n        redis-cli -h \"$REDIS_SERVICE\" -p \"$REDIS_SENTINEL_PORT\" --tls\
-    \ --cert \"$REDIS_SENTINEL_TLS_CERT_FILE\" --key \"$REDIS_SENTINEL_TLS_KEY_FILE\"\
+    ; then\n        redis-cli -h \"$REDIS_SERVICE\" -p \"$REDIS_SENTINEL_TLS_PORT_NUMBER\"\
+    \ --tls --cert \"$REDIS_SENTINEL_TLS_CERT_FILE\" --key \"$REDIS_SENTINEL_TLS_KEY_FILE\"\
     \ --cacert \"$REDIS_SENTINEL_TLS_CA_FILE\" sentinel \"$@\"\n    else\n       \
     \ redis-cli -h \"$REDIS_SERVICE\" -p \"$REDIS_SENTINEL_PORT\" sentinel \"$@\"\n\
     \    fi\n}\nsentinel_failover_finished() {\n  REDIS_SENTINEL_INFO=($(run_sentinel_command\
     \ get-master-addr-by-name \"redis-master\"))\n  REDIS_MASTER_HOST=\"${REDIS_SENTINEL_INFO[0]}\"\
     \n  [[ \"$REDIS_MASTER_HOST\" != \"$(get_full_hostname $HOSTNAME)\" ]]\n}\n\n\
     REDIS_SERVICE=\"redis.database.svc.cluster.local\"\n\n\n\nif ! sentinel_failover_finished;\
@@ -177,13 +177,13 @@

     \n\nget_full_hostname() {\n    hostname=\"$1\"\n    full_hostname=\"${hostname}.${HEADLESS_SERVICE}\"\
     \n    retry_count=0\n    until getent hosts \"${full_hostname}\" | awk '{ print\
     \ $1; exit }' | grep .; do \n        if [[ $retry_count -lt 5 ]]; then\n     \
     \       sleep 5\n        else\n            error \"IP address for ${full_hostname}\
     \ not found\"\n            exit 1\n        fi\n        ((retry_count++))\n   \
     \ done\n}\n\nrun_sentinel_command() {\n    if is_boolean_yes \"$REDIS_SENTINEL_TLS_ENABLED\"\
-    ; then\n        env -u REDISCLI_AUTH redis-cli -h \"$REDIS_SERVICE\" -p \"$REDIS_SENTINEL_PORT\"\
+    ; then\n        env -u REDISCLI_AUTH redis-cli -h \"$REDIS_SERVICE\" -p \"$REDIS_SENTINEL_TLS_PORT_NUMBER\"\
     \ --tls --cert \"$REDIS_SENTINEL_TLS_CERT_FILE\" --key \"$REDIS_SENTINEL_TLS_KEY_FILE\"\
     \ --cacert \"$REDIS_SENTINEL_TLS_CA_FILE\" sentinel \"$@\"\n    else\n       \
     \ env -u REDISCLI_AUTH redis-cli -h \"$REDIS_SERVICE\" -p \"$REDIS_SENTINEL_PORT\"\
     \ sentinel \"$@\"\n    fi\n}\nsentinel_failover_finished() {\n    REDIS_SENTINEL_INFO=($(run_sentinel_command\
     \ get-master-addr-by-name \"redis-master\"))\n    REDIS_MASTER_HOST=\"${REDIS_SENTINEL_INFO[0]}\"\
     \n    [[ \"$REDIS_MASTER_HOST\" != \"$(get_full_hostname $HOSTNAME)\" ]]\n}\n\n\
--- HelmRelease: database/redis StatefulSet: database/redis-node

+++ HelmRelease: database/redis StatefulSet: database/redis-node

@@ -26,13 +26,13 @@

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: redis
         app.kubernetes.io/component: node
       annotations:
         checksum/configmap: 44827545caa1794c0c6696c4406beb71e64dd804ef278fe070efe561c4bc71b7
         checksum/health: 07a9e9f1ff08347b0d2cd65e962feb94d6390f5b64a77ed1346867af2559df4a
-        checksum/scripts: 1f95921d6894527ba274c5758355de2f0ff1c6b35eb3d31f24f0f7918af3a3a0
+        checksum/scripts: e6caa1e8c7a59fd5830c43226c09ca414ace0f418a80e805fa665c801940cf4d
         checksum/secret: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
         prometheus.io/port: '9121'
         prometheus.io/scrape: 'true'
     spec:
       automountServiceAccountToken: false
       securityContext:

@tyriis-automation
Copy link
Contributor Author

--- kubernetes/talos-flux/apps/database/redis/app Kustomization: flux-system/apps-redis HelmRelease: database/redis

+++ kubernetes/talos-flux/apps/database/redis/app Kustomization: flux-system/apps-redis HelmRelease: database/redis

@@ -12,13 +12,13 @@

     spec:
       chart: redis
       sourceRef:
         kind: HelmRepository
         name: bitnami-charts
         namespace: flux-system
-      version: 18.19.1
+      version: 18.19.2
   install:
     createNamespace: true
     remediation:
       retries: 5
   interval: 30m
   timeout: 15m

@tyriis-automation
Copy link
Contributor Author

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.01s
✅ REPOSITORY gitleaks yes no 2.09s
✅ YAML prettier 1 0 0.38s
✅ YAML yamllint 1 0 0.33s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@tyriis-automation tyriis-automation bot merged commit c6f5b3f into main Mar 11, 2024
13 checks passed
@tyriis-automation tyriis-automation bot deleted the renovate/redis-18.19.x branch March 11, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes cluster/talos-flux renovate/flux renovate flux manager renovate/helm renovate helm datasource type/patch a patch for a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants