Skip to content

Commit

Permalink
fix(deps): update non-minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent a9df2c7 commit cb13efd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ require (
github.com/pkg/errors v0.9.1
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.80.0
github.com/redis/go-redis/v9 v9.7.0
github.com/sap/admission-webhook-runtime v0.1.57
github.com/sap/component-operator-runtime v0.3.69
github.com/sap/go-generics v0.2.26
github.com/sap/admission-webhook-runtime v0.1.58
github.com/sap/component-operator-runtime v0.3.71
github.com/sap/go-generics v0.2.27
golang.org/x/mod v0.23.0
k8s.io/api v0.32.1
k8s.io/apiextensions-apiserver v0.32.1
Expand All @@ -22,8 +22,8 @@ require (
k8s.io/code-generator v0.32.1
k8s.io/kube-aggregator v0.32.1
sigs.k8s.io/controller-runtime v0.20.1
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250205173218-2e8ba92873fd
sigs.k8s.io/controller-tools v0.17.1
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250211091558-894df3a7e664
sigs.k8s.io/controller-tools v0.17.2
sigs.k8s.io/yaml v1.4.0
)

Expand Down
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,16 @@ github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWN
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sap/admission-webhook-runtime v0.1.57 h1:/iLRX4kwqKerOsUNODGan6B0B695PJNdbJzox6wHovI=
github.com/sap/admission-webhook-runtime v0.1.57/go.mod h1:kjJl3+0H3I4XGkIqUh/ugQdiLSqNfZZphS/HbuG72Tw=
github.com/sap/admission-webhook-runtime v0.1.58 h1:Vt4XnGd6oowaVF7h1ZJRb9/YZsGIxa8HHlB6QT+nKkA=
github.com/sap/admission-webhook-runtime v0.1.58/go.mod h1:a0TVl2/pbSGyUBkrBzxxzfKPFT4yMRj8WWC0MaqeySc=
github.com/sap/component-operator-runtime v0.3.69 h1:LE+EoTTppAIDA0ELRR/D1IbiusiE6K1VUqKaIM0J1eY=
github.com/sap/component-operator-runtime v0.3.69/go.mod h1:v8x6sWW/sZt6SEi/4IsDO9ajr/CTdQedKXmwFJxFWzE=
github.com/sap/component-operator-runtime v0.3.71 h1:P42w/oMrsBUQjdQtFJgzX15CY/wWSdmiDsF7sNfkMHw=
github.com/sap/component-operator-runtime v0.3.71/go.mod h1:v8x6sWW/sZt6SEi/4IsDO9ajr/CTdQedKXmwFJxFWzE=
github.com/sap/go-generics v0.2.26 h1:k1Gb5MrR9lRksp+8pljUNmdT9bHxmkuvMUw7e6GpwQg=
github.com/sap/go-generics v0.2.26/go.mod h1:aL5vyHr72/qEzbUOgewA/srS5Gf5nbxEYVoawQRG72s=
github.com/sap/go-generics v0.2.27 h1:NqqAaJj6Nj3ZDhoFcVJyMT/5D9YtBwO1pCewW0cFotQ=
github.com/sap/go-generics v0.2.27/go.mod h1:YyEx00Jl5fIZx7jy6ss2m87UUzTQfVysPHUUOKnRj6Q=
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs=
Expand Down Expand Up @@ -275,8 +281,10 @@ sigs.k8s.io/controller-runtime v0.20.1 h1:JbGMAG/X94NeM3xvjenVUaBjy6Ui4Ogd/J5Ztj
sigs.k8s.io/controller-runtime v0.20.1/go.mod h1:BrP3w158MwvB3ZbNpaAcIKkHQ7YGpYnzpoSTZ8E14WU=
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250205173218-2e8ba92873fd h1:FxJIoYhS7mC1Tl0C60vyh/6ukYrKTcMKSHtHhVlq8KE=
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250205173218-2e8ba92873fd/go.mod h1:Cq9jUhwSYol5tNB0O/1vLYxNV9KqnhpvEa6HvJ1w0wY=
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250211091558-894df3a7e664/go.mod h1:Cq9jUhwSYol5tNB0O/1vLYxNV9KqnhpvEa6HvJ1w0wY=
sigs.k8s.io/controller-tools v0.17.1 h1:bQ+dKCS7jY9AgpefenBDtm6geJZCHVKbegpLynxgyus=
sigs.k8s.io/controller-tools v0.17.1/go.mod h1:3QXAdrmdxYuQ4MifvbCAFD9wLXn7jylnfBPYS4yVDdc=
sigs.k8s.io/controller-tools v0.17.2/go.mod h1:4q5tZG2JniS5M5bkiXY2/potOiXyhoZVw/U48vLkXk0=
sigs.k8s.io/gateway-api v1.1.0 h1:DsLDXCi6jR+Xz8/xd0Z1PYl2Pn0TyaFMOPPZIj4inDM=
sigs.k8s.io/gateway-api v1.1.0/go.mod h1:ZH4lHrL2sDi0FHZ9jjneb8kKnGzFWyrTya35sWUTrRs=
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE=
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-r36
tag: 12-debian-12-r37
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.32.1-debian-12-r5
tag: 1.32.1-debian-12-r6
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-r36
tag: 12-debian-12-r37
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit cb13efd

Please sign in to comment.