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

feat(redis): update helm-release to v18.11.0 #2437

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

tyriis-automation[bot]
Copy link
Contributor

@tyriis-automation tyriis-automation bot commented Jan 30, 2024

This PR contains the following updates:

Package Update Change OpenSSF
redis (source) minor 18.9.1 -> 18.11.0 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/minor a minor update area/kubernetes cluster/talos-flux labels Jan 30, 2024
@tyriis-automation
Copy link
Contributor Author

tyriis-automation bot commented Jan 30, 2024

🦙 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.48s
✅ YAML yamllint 1 0 0.29s

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
Copy link
Contributor Author

tyriis-automation bot commented Jan 30, 2024

--- 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.9.1
+      version: 18.11.0
   install:
     createNamespace: true
     remediation:
       retries: 5
   interval: 30m
   timeout: 15m

@tyriis-automation tyriis-automation bot changed the title feat(redis): update helm-release to v18.10.0 feat(redis): update helm-release to v18.11.0 Jan 30, 2024
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
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 StatefulSet: database/redis-node

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

@@ -259,12 +259,14 @@

               export REDIS_PASSWORD=$(cat /secrets/redis-password)
           fi
           redis_exporter
         env:
         - name: REDIS_ALIAS
           value: redis
+        - name: REDIS_EXPORTER_WEB_LISTEN_ADDRESS
+          value: :%!d(float64=9121)
         ports:
         - name: metrics
           containerPort: 9121
         livenessProbe:
           failureThreshold: 5
           initialDelaySeconds: 10
--- HelmRelease: database/redis NetworkPolicy: database/redis

+++ HelmRelease: database/redis NetworkPolicy: database/redis

@@ -0,0 +1,37 @@

+---
+kind: NetworkPolicy
+apiVersion: networking.k8s.io/v1
+metadata:
+  name: redis
+  namespace: database
+  labels:
+    app.kubernetes.io/instance: redis
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: redis
+spec:
+  podSelector:
+    matchLabels:
+      app.kubernetes.io/instance: redis
+      app.kubernetes.io/name: redis
+  policyTypes:
+  - Ingress
+  - Egress
+  egress:
+  - ports:
+    - port: 53
+      protocol: UDP
+  - ports:
+    - port: 6379
+    - port: 26379
+    to:
+    - podSelector:
+        matchLabels:
+          app.kubernetes.io/instance: redis
+          app.kubernetes.io/name: redis
+  ingress:
+  - ports:
+    - port: 6379
+    - port: 26379
+  - ports:
+    - port: 6379
+

@tyriis-automation tyriis-automation bot merged commit ade2441 into main Jan 30, 2024
13 checks passed
@tyriis-automation tyriis-automation bot deleted the renovate/redis-18.x branch January 30, 2024 17:16
@tyriis
Copy link
Owner

tyriis commented Jan 30, 2024

bitnami/charts#22922 broken :(

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/minor a minor update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant