-
Notifications
You must be signed in to change notification settings - Fork 13
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
tinfoild
wants to merge
1
commit into
main
Choose a base branch
from
renovate/reflector-9.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Deploying jjgadgets-biohazard with
|
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 |
--- 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: |
--- 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
|
ece999c
to
2cc5ede
Compare
fd004d6
to
91ff58b
Compare
91ff58b
to
8064d21
Compare
8064d21
to
b063fdb
Compare
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:
7.1.262
->9.0.322
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.
This PR has been generated by Renovate Bot.