generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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(helm): update chart emqx-operator to 2.2.27 #1842
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/emqx-operator-2.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
github-actions
bot
added
the
area/kubernetes
Changes made in the kubernetes directory
label
Jan 18, 2025
--- kubernetes/main/apps/database/emqx/app Kustomization: flux-system/emqx HelmRelease: database/emqx
+++ kubernetes/main/apps/database/emqx/app Kustomization: flux-system/emqx HelmRelease: database/emqx
@@ -13,13 +13,13 @@
spec:
chart: emqx-operator
sourceRef:
kind: HelmRepository
name: emqx
namespace: flux-system
- version: 2.2.26
+ version: 2.2.27
dependsOn:
- name: cert-manager
namespace: cert-manager
install:
remediation:
retries: 3 |
--- HelmRelease: database/emqx Deployment: database/emqx-operator-controller-manager
+++ HelmRelease: database/emqx Deployment: database/emqx-operator-controller-manager
@@ -22,21 +22,24 @@
labels:
control-plane: controller-manager
app.kubernetes.io/name: emqx-operator
app.kubernetes.io/instance: emqx
app.kubernetes.io/managed-by: Helm
spec:
+ env:
+ - name: ENABLE_WEBHOOKS
+ value: 'true'
containers:
- args:
- --leader-elect
- --metrics-bind-address=:8080
- --health-probe-bind-address=:8081
- --zap-devel=false
command:
- /manager
- image: ghcr.io/emqx/emqx-operator:2.2.26
+ image: ghcr.io/emqx/emqx-operator:2.2.27
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 15 |
qlonik
force-pushed
the
main
branch
10 times, most recently
from
January 18, 2025 23:23
cc00f2c
to
74fd9d2
Compare
renovate
bot
force-pushed
the
renovate/emqx-operator-2.x
branch
from
January 18, 2025 23:48
115aa17
to
e3e4faf
Compare
renovate
bot
force-pushed
the
renovate/emqx-operator-2.x
branch
from
January 18, 2025 23:51
e3e4faf
to
150ca63
Compare
renovate
bot
force-pushed
the
renovate/emqx-operator-2.x
branch
from
January 18, 2025 23:59
150ca63
to
9e8e9ff
Compare
renovate
bot
force-pushed
the
renovate/emqx-operator-2.x
branch
from
January 19, 2025 00:02
9e8e9ff
to
3dbe064
Compare
renovate
bot
force-pushed
the
renovate/emqx-operator-2.x
branch
from
January 19, 2025 00:15
3dbe064
to
24fe916
Compare
qlonik
force-pushed
the
main
branch
3 times, most recently
from
January 19, 2025 00:17
7c31e1c
to
325ac12
Compare
renovate
bot
force-pushed
the
renovate/emqx-operator-2.x
branch
2 times, most recently
from
January 19, 2025 00:19
5a9ac41
to
5433db6
Compare
renovate
bot
force-pushed
the
renovate/emqx-operator-2.x
branch
from
January 19, 2025 02:06
5433db6
to
b34d1f7
Compare
renovate
bot
force-pushed
the
renovate/emqx-operator-2.x
branch
from
January 19, 2025 02:10
b34d1f7
to
9c05da4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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:
2.2.26
->2.2.27
Release Notes
emqx/emqx-operator (emqx-operator)
v2.2.27
: EMQX Operator 2.2.27 ReleasedCompare Source
Release Note 🍻
EMQX Operator 2.2.27 has been released.
Supported version
apps.emqx.io/v2beta1
apps.emqx.io/v1beta4
Enhancements 🚀
EMQX operator helm chart can support the
podSecurityContext
andcontainerSecurityContext
configuration, which can be used to configure the security context of the operator pod.EMQX operator helm chart can disable web hooks by
webhook.enabled: false
in thevalues.yaml
file, it will disable the web hooks of the operator, if you have anyapps.emqx.io/v2alpha1
orapps.emqx.io/v1beta3
resources, please make sure the web hooks are enabled, otherwise the resources can not convert to theapps.emqx.io/v2beta1
andapps.emqx.io/v1beta4
resources.How to install/upgrade EMQX Operator 💡
Warning 🚨
apps.emqx.io/v1beta3
andapps.emqx.io/v2alpha1
will be dropped soonWhat's Changed
Full Changelog: emqx/emqx-operator@2.2.26...2.2.27
Configuration
📅 Schedule: Branch creation - "on saturday" (UTC), 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 was generated by Mend Renovate. View the repository job log.