File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM amd64/ubuntu:jammy AS builder
22
33ARG PINOT_VERSION=1.0.0
44ARG JITPACK_REPO=hypertrace/incubator-pinot
5- ARG JITPACK_TAG=hypertrace-1.0.0-rc6
5+ ARG JITPACK_TAG=hypertrace-1.0.0-1
66
77ENV PINOT_HOME=/opt/pinot
88
Original file line number Diff line number Diff line change 11apiVersion : 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
55name : pinot
66type : application
77description : Apache Pinot helm chart
Original file line number Diff line number Diff 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
77ARG JITPACK_USER=hypertrace
8- ARG JITPACK_TAG=hypertrace-1.0.0-rc6
8+ ARG JITPACK_TAG=hypertrace-1.0.0-1
99
1010USER root
1111WORKDIR /install
You can’t perform that action at this time.
0 commit comments