Skip to content

Commit

Permalink
Merge pull request #70 from SAP/renovate/non-minor-deps
Browse files Browse the repository at this point in the history
chore(deps): update non-minor dependencies
  • Loading branch information
cbarbian-sap authored Aug 28, 2024
2 parents 7b4a6b3 + 1b82094 commit 645999b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 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.76.0
github.com/redis/go-redis/v9 v9.6.1
github.com/sap/admission-webhook-runtime v0.1.21
github.com/sap/admission-webhook-runtime v0.1.40
github.com/sap/component-operator-runtime v0.3.34
github.com/sap/go-generics v0.2.13
github.com/sap/go-generics v0.2.18
golang.org/x/mod v0.20.0
k8s.io/api v0.31.0
k8s.io/apiextensions-apiserver v0.31.0
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,14 @@ github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
github.com/sap/admission-webhook-runtime v0.1.21 h1:kiZMmPduFypVUBSZ6UgCjBFBe4Y8kC38rKI2+tD6mxU=
github.com/sap/admission-webhook-runtime v0.1.21/go.mod h1:VbnwnaDwFOfJcwlVLPgv87UKtPV5aolGuJOKGe0qlFQ=
github.com/sap/admission-webhook-runtime v0.1.40 h1:3ku1DZVuF1ssSCEB4KkcXk0/GU6bwnZqGQ3dOaPUSFY=
github.com/sap/admission-webhook-runtime v0.1.40/go.mod h1:JrRS96YG4mBpDzGwMZzy2o9tGmx0n8DyLyrjyrdSX9g=
github.com/sap/component-operator-runtime v0.3.34 h1:ewqs6mAQxYlBGsXffBkBWcwpZTPr6YL12NNBakQ/sn0=
github.com/sap/component-operator-runtime v0.3.34/go.mod h1:nvtWaSpVyb+2d+AWhHPjyr187/yrt9ssVH7DxMyGkrU=
github.com/sap/go-generics v0.2.13 h1:rSED7M+S7aw/9AomJq7omjgZtwvoixHsfVbOiCWs4cM=
github.com/sap/go-generics v0.2.13/go.mod h1:G6v+AnJtKlUGB/ATd+zdUcosvBdUSyrHg7/kn5UKgx8=
github.com/sap/go-generics v0.2.18 h1:vkfXvxG9KICMxZw2PoLQE78tvSCrY0Qemrclg2MVniY=
github.com/sap/go-generics v0.2.18/go.mod h1:sZcy1CCChvTGv+OBXZIvK1RtK58thCS2NMld7nE3I4k=
github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
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-r21
tag: 12-debian-12-r28
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.31.0-debian-12-r0
tag: 1.31.0-debian-12-r1
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-r21
tag: 12-debian-12-r28
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit 645999b

Please sign in to comment.