Skip to content

fix(deps): update non-minor dependencies #145

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ require (
github.com/pkg/errors v0.9.1
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.83.0
github.com/redis/go-redis/v9 v9.9.0
github.com/sap/admission-webhook-runtime v0.1.66
github.com/sap/component-operator-runtime v0.3.101
github.com/sap/go-generics v0.2.32
github.com/sap/admission-webhook-runtime v0.1.67
github.com/sap/component-operator-runtime v0.3.107
github.com/sap/go-generics v0.2.35
golang.org/x/mod v0.24.0
k8s.io/api v0.33.1
k8s.io/apiextensions-apiserver v0.33.1
k8s.io/apimachinery v0.33.1
k8s.io/client-go v0.33.1
k8s.io/code-generator v0.33.1
k8s.io/kube-aggregator v0.33.1
k8s.io/api v0.33.4
k8s.io/apiextensions-apiserver v0.33.4
k8s.io/apimachinery v0.33.4
k8s.io/client-go v0.33.4
k8s.io/code-generator v0.33.4
k8s.io/kube-aggregator v0.33.4
sigs.k8s.io/controller-runtime v0.21.0
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250603172439-8f791a22fb8a
sigs.k8s.io/controller-runtime/tools/setup-envtest 9d3997b15805
sigs.k8s.io/controller-tools v0.18.0
sigs.k8s.io/yaml v1.4.0
)
Expand Down
6 changes: 3 additions & 3 deletions pkg/operator/data/charts/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r46
tag: 12-debian-12-r51
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -2111,7 +2111,7 @@ kubectl:
image:
registry: docker.io
repository: bitnami/kubectl
tag: 1.33.1-debian-12-r3
tag: 1.33.4-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -2181,7 +2181,7 @@ sysctl:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r46
tag: 12-debian-12-r51
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down
Loading