-
Notifications
You must be signed in to change notification settings - Fork 2
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(emqx): update helm-release to v5.3.1 #2115
Merged
Merged
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
tyriis-automation
bot
added
renovate/flux
renovate flux manager
renovate/helm
renovate helm datasource
type/patch
a patch for a bug
labels
Nov 14, 2023
--- kubernetes HelmRelease: home-automation/emqx StatefulSet: home-automation/emqx
+++ kubernetes HelmRelease: home-automation/emqx StatefulSet: home-automation/emqx
@@ -33,13 +33,13 @@
app.kubernetes.io/name: emqx
app.kubernetes.io/instance: emqx
template:
metadata:
labels:
app: emqx
- version: 5.3.0
+ version: 5.3.1
app.kubernetes.io/name: emqx
app.kubernetes.io/instance: emqx
spec:
serviceAccountName: emqx
volumes: null
securityContext:
@@ -47,13 +47,13 @@
fsGroupChangePolicy: Always
runAsUser: 1000
supplementalGroups:
- 1000
containers:
- name: emqx
- image: public.ecr.aws/emqx/emqx:5.3.0
+ image: public.ecr.aws/emqx/emqx:5.3.1
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: true
runAsUser: 1000
ports:
- name: mqtt
@@ -65,12 +65,14 @@
- name: wss
containerPort: 8084
- name: dashboard
containerPort: 18083
- name: ekka
containerPort: 4370
+ - name: genrpc-manual
+ containerPort: 5369
envFrom:
- configMapRef:
name: emqx-env
resources:
limits:
memory: 512Mi
--- kubernetes HelmRelease: database/redis StatefulSet: database/redis-node
+++ kubernetes HelmRelease: database/redis StatefulSet: database/redis-node
@@ -26,13 +26,13 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: redis
app.kubernetes.io/component: node
annotations:
checksum/configmap: 44827545caa1794c0c6696c4406beb71e64dd804ef278fe070efe561c4bc71b7
checksum/health: 07a9e9f1ff08347b0d2cd65e962feb94d6390f5b64a77ed1346867af2559df4a
- checksum/scripts: 04c034490f9758104676b11f6819c4f159bb0e4956d61091bf6dd68a76b327aa
+ checksum/scripts: f96a72112f23aa32b09f4231221b7a9a8c6e34e43d6efcccae617def75913976
checksum/secret: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
prometheus.io/port: '9121'
prometheus.io/scrape: 'true'
spec:
securityContext:
fsGroup: 1001
--- kubernetes HelmRelease: database/redis ConfigMap: database/redis-scripts
+++ kubernetes HelmRelease: database/redis ConfigMap: database/redis-scripts
@@ -80,13 +80,13 @@
sentinel_info_command="timeout 10 redis-cli -h $REDIS_SERVICE -p $SENTINEL_SERVICE_PORT --tls --cert ${REDIS_TLS_CERT_FILE} --key ${REDIS_TLS_KEY_FILE} --cacert ${REDIS_TLS_CA_FILE} sentinel get-master-addr-by-name redis-master"
else
sentinel_info_command="timeout 10 redis-cli -h $REDIS_SERVICE -p $SENTINEL_SERVICE_PORT sentinel get-master-addr-by-name redis-master"
fi
info "about to run the command: $sentinel_info_command"
- retry_while "eval $sentinel_info_command" 2 5
+ retry_while "eval $sentinel_info_command" 2 1
}
[[ -f $REDIS_PASSWORD_FILE ]] && export REDIS_PASSWORD="$(< "${REDIS_PASSWORD_FILE}")"
[[ -f $REDIS_MASTER_PASSWORD_FILE ]] && export REDIS_MASTER_PASSWORD="$(< "${REDIS_MASTER_PASSWORD_FILE}")"
# check if there is a master
@@ -213,13 +213,13 @@
if is_boolean_yes "$REDIS_SENTINEL_TLS_ENABLED"; then
sentinel_info_command="timeout 10 redis-cli -h $REDIS_SERVICE -p $SENTINEL_SERVICE_PORT --tls --cert ${REDIS_SENTINEL_TLS_CERT_FILE} --key ${REDIS_SENTINEL_TLS_KEY_FILE} --cacert ${REDIS_SENTINEL_TLS_CA_FILE} sentinel get-master-addr-by-name redis-master"
else
sentinel_info_command="timeout 10 redis-cli -h $REDIS_SERVICE -p $SENTINEL_SERVICE_PORT sentinel get-master-addr-by-name redis-master"
fi
info "about to run the command: $sentinel_info_command"
- retry_while "eval $sentinel_info_command" 2 5
+ retry_while "eval $sentinel_info_command" 2 1
}
[[ -f $REDIS_PASSWORD_FILE ]] && export REDIS_PASSWORD="$(< "${REDIS_PASSWORD_FILE}")"
master_in_persisted_conf="$(get_full_hostname "$HOSTNAME")"
if ! get_sentinel_master_info && [[ "$master_in_persisted_conf" == "$(get_full_hostname "$HOSTNAME")" ]]; then |
--- 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
@@ -9,13 +9,13 @@
spec:
chart: redis
sourceRef:
kind: HelmRepository
name: bitnami-charts
namespace: flux-system
- version: 18.3.3
+ version: 18.3.2
install:
createNamespace: true
remediation:
retries: 5
interval: 30m
upgrade:
--- kubernetes/talos-flux/apps/home-automation/emqx/app Kustomization: flux-system/apps-emqx HelmRelease: home-automation/emqx
+++ kubernetes/talos-flux/apps/home-automation/emqx/app Kustomization: flux-system/apps-emqx HelmRelease: home-automation/emqx
@@ -12,13 +12,13 @@
spec:
chart: emqx
sourceRef:
kind: HelmRepository
name: emqx-charts
namespace: flux-system
- version: 5.3.0
+ version: 5.3.1
install:
createNamespace: false
remediation:
retries: 3
interval: 30m
maxHistory: 15 |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports MegaLinter is graciously provided by OX Security |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
renovate/flux
renovate flux manager
renovate/helm
renovate helm datasource
type/patch
a patch for a bug
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:
5.3.0
->5.3.1
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.
This PR has been generated by Renovate Bot.