chore(chart-deps): update oauth2-proxy to version 10.1.4#2955
Open
chore(chart-deps): update oauth2-proxy to version 10.1.4#2955
Conversation
Contributor
Author
|
Comparison of Helm chart templating output: @@ data.init.sh @@
! ± value change in multiline text (one insert, one deletion)
echo "$(date) Start..."
- HOSTNAME="$(hostname)"
+ HOSTNAME="$(cat /proc/sys/kernel/hostname)"
INDEX="${HOSTNAME##*-}"
SENTINEL_PORT=26379
ANNOUNCE_IP=''
MASTER=''
[279 lines unchanged)]
sed -i "s/replace-default-sentinel-auth/${ESCAPED_AUTH_SENTINEL}/" "$SENTINEL_CONF"
fi
echo "$(date) Ready..."
@@ data.fix-split-brain.sh @@
! ± value change in multiline text (one insert, one deletion)
- HOSTNAME="$(hostname)"
+ HOSTNAME="$(cat /proc/sys/kernel/hostname)"
INDEX="${HOSTNAME##*-}"
SENTINEL_PORT=26379
ANNOUNCE_IP=''
MASTER=''
[325 lines unchanged)]
fi
fi
fi
done
@@ spec.template.spec.initContainers.config-init.image @@
! ± value change
- public.ecr.aws/docker/library/redis:8.2.2-alpine
+ public.ecr.aws/docker/library/redis:8.2.4-alpine
@@ spec.template.spec.containers.redis.image @@
! ± value change
- public.ecr.aws/docker/library/redis:8.2.2-alpine
+ public.ecr.aws/docker/library/redis:8.2.4-alpine
@@ spec.template.spec.containers.sentinel.image @@
! ± value change
- public.ecr.aws/docker/library/redis:8.2.2-alpine
+ public.ecr.aws/docker/library/redis:8.2.4-alpine
@@ spec.template.spec.containers.split-brain-fix.image @@
! ± value change
- public.ecr.aws/docker/library/redis:8.2.2-alpine
+ public.ecr.aws/docker/library/redis:8.2.4-alpine
@@ spec.template.spec.containers.split-brain-fix.readinessProbe.exec.command @@
! - one list entry removed:
- - pidof
! + two list entries added:
+ - "-c"
+ - "test -d /proc/1"
@@ spec.template.spec.containers.oauth2-proxy.image @@
! ± value change
- quay.io/oauth2-proxy/oauth2-proxy:v7.13.0
+ quay.io/oauth2-proxy/oauth2-proxy:v7.14.2
|
CasLubbers
approved these changes
Feb 20, 2026
This file contains hidden or 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
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 updates the dependency oauth2-proxy to version 10.1.4.