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(helm/reflector)!: Update 7.1.262 ➼ 9.0.322 #1912

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented Feb 23, 2025

This PR contains the following updates:

Package Update Change OpenSSF
reflector major 7.1.262 -> 9.0.322 OpenSSF Scorecard

Release Notes

emberstack/kubernetes-reflector (reflector)

v9.0.322

Compare Source

The release process is automated.

Full Changelog: emberstack/kubernetes-reflector@v9.0.320...v9.0.322

v9.0.320

Compare Source

The release process is automated.

Full Changelog: emberstack/kubernetes-reflector@v9.0.318...v9.0.320

v9.0.318

Compare Source

The release process is automated.

What's Changed

New Contributors

Full Changelog: emberstack/kubernetes-reflector@v9.0.313...v9.0.318

v9.0.313

Compare Source

The release process is automated.

Full Changelog: emberstack/kubernetes-reflector@v9.0.311...v9.0.313

v9.0.311

Compare Source

The release process is automated.

What's Changed

New Contributors

Full Changelog: emberstack/kubernetes-reflector@v7.1.288...v9.0.311

v7.1.288

Compare Source

The release process is automated.

Full Changelog: emberstack/kubernetes-reflector@v7.1.286...v7.1.288

v7.1.286

Compare Source

The release process is automated.

Full Changelog: emberstack/kubernetes-reflector@v7.1.284...v7.1.286


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.


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

This PR has been generated by Renovate Bot.

Copy link

cloudflare-workers-and-pages bot commented Feb 23, 2025

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: b063fdb
Status: ✅  Deploy successful!
Preview URL: https://bc89faf2.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-reflector-9-x.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Feb 23, 2025

--- kube/deploy/core/secrets/reflector/app Kustomization: flux-system/1-core-secrets-reflector-app HelmRelease: reflector/reflector

+++ kube/deploy/core/secrets/reflector/app Kustomization: flux-system/1-core-secrets-reflector-app HelmRelease: reflector/reflector

@@ -14,13 +14,13 @@

     spec:
       chart: reflector
       sourceRef:
         kind: HelmRepository
         name: emberstack-charts
         namespace: flux-system
-      version: 7.1.262
+      version: 9.0.322
   driftDetection:
     ignore:
     - paths:
       - /spec/replicas
     mode: warn
   install:

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Feb 23, 2025

--- HelmRelease: reflector/reflector Deployment: reflector/reflector

+++ HelmRelease: reflector/reflector Deployment: reflector/reflector

@@ -38,42 +38,49 @@

           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: false
           runAsNonRoot: true
           runAsUser: 1000
-        image: emberstack/kubernetes-reflector:7.1.262
+        image: docker.io/emberstack/kubernetes-reflector:9.0.322
         imagePullPolicy: IfNotPresent
         env:
         - name: ES_Serilog__MinimumLevel__Default
           value: Information
         - name: ES_Reflector__Watcher__Timeout
           value: ''
-        - name: ES_Reflector__Kubernetes__SkipTlsVerify
+        - name: ES_Ignite__KubernetesClient__SkipTlsVerify
           value: 'false'
         ports:
         - name: http
-          containerPort: 25080
+          containerPort: 8080
           protocol: TCP
         livenessProbe:
+          failureThreshold: 5
           httpGet:
-            path: /healthz
+            path: /health/live
             port: http
           initialDelaySeconds: 5
           periodSeconds: 10
+          timeoutSeconds: 10
         readinessProbe:
+          failureThreshold: 5
           httpGet:
-            path: /healthz
+            path: /health/ready
             port: http
           initialDelaySeconds: 5
           periodSeconds: 10
+          timeoutSeconds: 10
         startupProbe:
+          failureThreshold: 5
           httpGet:
-            path: /healthz
+            path: /health/ready
             port: http
-          failureThreshold: 10
-          periodSeconds: 5
+          initialDelaySeconds: 5
+          periodSeconds: 10
+          timeoutSeconds: 10
         resources: {}
+        volumeMounts: []
       tolerations:
       - key: node-role.kubernetes.io/control-plane
         operator: Exists
 

@tinfoild tinfoild bot force-pushed the renovate/reflector-9.x branch from ece999c to 2cc5ede Compare February 23, 2025 13:08
@tinfoild tinfoild bot changed the title feat(helm/reflector)!: Update 7.1.262 ➼ 9.0.311 feat(helm/reflector)!: Update 7.1.262 ➼ 9.0.313 Feb 23, 2025
@tinfoild tinfoild bot force-pushed the renovate/reflector-9.x branch 2 times, most recently from fd004d6 to 91ff58b Compare March 1, 2025 23:05
@tinfoild tinfoild bot changed the title feat(helm/reflector)!: Update 7.1.262 ➼ 9.0.313 feat(helm/reflector)!: Update 7.1.262 ➼ 9.0.318 Mar 1, 2025
@tinfoild tinfoild bot force-pushed the renovate/reflector-9.x branch from 91ff58b to 8064d21 Compare March 7, 2025 23:06
@tinfoild tinfoild bot changed the title feat(helm/reflector)!: Update 7.1.262 ➼ 9.0.318 feat(helm/reflector)!: Update 7.1.262 ➼ 9.0.320 Mar 7, 2025
@tinfoild tinfoild bot force-pushed the renovate/reflector-9.x branch from 8064d21 to b063fdb Compare March 9, 2025 13:06
@tinfoild tinfoild bot changed the title feat(helm/reflector)!: Update 7.1.262 ➼ 9.0.320 feat(helm/reflector)!: Update 7.1.262 ➼ 9.0.322 Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants