Skip to content

Commit 09aeeb3

Browse files
authored
release v1.3.0-beta.2 (#148)
1 parent 03aa53d commit 09aeeb3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 golang:1.20 as builder
2+
FROM golang:1.21 as builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
- [Itamar Marom](https://github.com/itamar-marom)
88
- [Cyril Corbon](https://github.com/cyril-corbon)
9-
9+
- [Avtar Singh](https://github.com/avtarOPS)

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ version: 0.3.6
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: v1.2.3
23+
appVersion: v1.3.0-beta.1
2424
# icon
2525
icon: "https://www.apache.org/logos/res/druid/druid-1.png"

0 commit comments

Comments
 (0)