Skip to content

Commit bb83038

Browse files
authored
Bump go and rbac proxy version (#528)
1 parent 0d44f35 commit bb83038

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515

16-
- name: Set up Go 1.24.3
16+
- name: Set up Go 1.24.4
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.24.3
19+
go-version: 1.24.4
2020

2121
- name: Check out code into the Go module directory
2222
uses: actions/checkout@v2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$BUILDPLATFORM golang:1.24.3-alpine as builder
2+
FROM --platform=$BUILDPLATFORM golang:1.24.4-alpine as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/SAP/sap-btp-service-operator
22

3-
go 1.24.3
3+
go 1.24.4
44

55
require (
66
github.com/Masterminds/sprig/v3 v3.2.3

sapbtp-operator-charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ manager:
3434
image:
3535
repository: quay.io/brancz/kube-rbac-proxy
3636
sha: ""
37-
tag: v0.15.0
37+
tag: 0.19.1
3838
memory_limit: ""
3939
cpu_limit: ""
4040
req_memory_limit: ""

0 commit comments

Comments
 (0)