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

Update Helm chart reflector to 9.0.322 #7948

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2025

This PR contains the following updates:

Package Update Change
reflector major 7.1.288 -> 9.0.322

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from h3mmy as a code owner February 23, 2025 14:36
@bloopy-boi bloopy-boi bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Feb 23, 2025
@bloopy-boi
Copy link
Contributor

bloopy-boi bot commented Feb 23, 2025

Path: cluster/apps/kube-system/reflector/helm-release.yaml
Version: 7.1.288 -> 9.0.322

@@ -78,38 +78,45 @@
 capabilities:
 drop:
 - ALL
- readOnlyRootFilesystem: false
+ readOnlyRootFilesystem: true
 runAsNonRoot: true
 runAsUser: 1000
- image: "emberstack/kubernetes-reflector:7.1.288"
+ 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: []

@bloopy-boi
Copy link
Contributor

bloopy-boi bot commented Feb 23, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.03s
✅ YAML prettier 1 0 0 0.39s
✅ YAML yamllint 1 0 0.3s

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

@renovate renovate bot force-pushed the renovate/reflector-9.x branch from c1da9dc to 8d0edcb Compare March 1, 2025 22:44
@renovate renovate bot changed the title Update Helm chart reflector to 9.0.313 Update Helm chart reflector to 9.0.318 Mar 1, 2025
@renovate renovate bot changed the title Update Helm chart reflector to 9.0.318 Update Helm chart reflector to 9.0.320 Mar 8, 2025
@renovate renovate bot force-pushed the renovate/reflector-9.x branch from 8d0edcb to 0e0ca9c Compare March 8, 2025 02:06
@renovate renovate bot changed the title Update Helm chart reflector to 9.0.320 Update Helm chart reflector to 9.0.322 Mar 9, 2025
@renovate renovate bot force-pushed the renovate/reflector-9.x branch from 0e0ca9c to ac17e75 Compare March 9, 2025 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants