Skip to content

Commit ea6cb1d

Browse files
authored
pinot 1.0.0 upgrade (#140)
1 parent 56b1759 commit ea6cb1d

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
@@ -2,7 +2,7 @@ FROM amd64/ubuntu:jammy AS builder
22

33
ARG PINOT_VERSION=1.0.0
44
ARG JITPACK_REPO=hypertrace/incubator-pinot
5-
ARG JITPACK_TAG=hypertrace-1.0.0-rc6
5+
ARG JITPACK_TAG=hypertrace-1.0.0-1
66

77
ENV PINOT_HOME=/opt/pinot
88

helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
# This version is same as of base image in Dockerfile. Make sure to update it in both files.
33
# Helm chart uses .Chart.Version for image tag.
4-
appVersion: 0.12.0
4+
appVersion: 1.0.0
55
name: pinot
66
type: application
77
description: Apache Pinot helm chart

pinot-servicemanager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM cimg/openjdk:14.0.2 AS install
55

66
# Override to build an image from a fork. Ex. kotharironak
77
ARG JITPACK_USER=hypertrace
8-
ARG JITPACK_TAG=hypertrace-1.0.0-rc6
8+
ARG JITPACK_TAG=hypertrace-1.0.0-1
99

1010
USER root
1111
WORKDIR /install

0 commit comments

Comments
 (0)