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

fix: update helm chart redis to 16.5.1 #355

Merged
merged 1 commit into from
Mar 9, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
redis patch 16.5.0 -> 16.5.1

Configuration

πŸ“… Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

Signed-off-by: Zee Aslam <h3mmy@users.noreply.github.com>
@renovate renovate bot requested a review from h3mmy as a code owner March 9, 2022 11:51
@bloopy-boi bloopy-boi bot added area/cluster Changes made in the cluster directory size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 9, 2022
@bloopy-boi
Copy link
Contributor

bloopy-boi bot commented Mar 9, 2022

Path: cluster/apps/database/redis/helm-release.yaml
Version: 16.5.0 -> 16.5.1

@@ -80,7 +80,7 @@
 -p $REDIS_PORT \
 ping
 )
- if [ $? == 124 ]; then
+ if [[ "$?" -eq "124" ]]; then
 echo "Timed out"
 exit 1
 fi
@@ -100,7 +100,7 @@
 -p $REDIS_PORT \
 ping
 )
- if [ $? == 124 ]; then
+ if [[ "$?" -eq "124" ]]; then
 echo "Timed out"
 exit 1
 fi
@@ -121,7 +121,7 @@
 -p $REDIS_MASTER_PORT_NUMBER \
 ping
 )
- if [ $? == 124 ]; then
+ if [[ "$?" -eq "124" ]]; then
 echo "Timed out"
 exit 1
 fi
@@ -141,7 +141,7 @@
 -p $REDIS_MASTER_PORT_NUMBER \
 ping
 )
- if [ $? == 124 ]; then
+ if [[ "$?" -eq "124" ]]; then
 echo "Timed out"
 exit 1
 fi
@@ -288,10 +288,10 @@
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: master
 annotations:
- checksum/configmap: 4b11ddb56e29b8f62481b3f2bd5bc659781d445a239a1719905ce0b3fa37c310
- checksum/health: 659704fc74de46e76396e65060917dcf801a002f64b5fcb2ce6103167a3468ff
- checksum/scripts: a2f88aa6b360b500d55e18e53dc4db0b4575a78c389e3b0dbf0a69af75eeebc4
- checksum/secret: 902464ad140ed5894de8a72c1c57cae8fbd7b93cf945ad4dbc72aaa55c9377e0
+ checksum/configmap: fc546455791f18fc375aa6e710f46d33f956c42678b2d69dfde3302b3cadf7ce
+ checksum/health: 779f62d5c7f6eeab6a0746294bae051a746b4c9f1af75721f44e56a14484a835
+ checksum/scripts: bd4296bb3ca681118af44a96b12a28139a9326dc4076227b33f7f0d089f92c91
+ checksum/secret: 4abd9dd1b2504921f74d64b03ee5d46b56ddd9db90f9c598f2b5052facb94cb1
 prometheus.io/port: "9121"
 prometheus.io/scrape: "true"
 spec:

@h3mmy h3mmy merged commit 77e075a into main Mar 9, 2022
@h3mmy h3mmy deleted the renovate/redis-16.5.x branch March 9, 2022 14:34
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/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant