Skip to content

Commit

Permalink
pinot 1.0.0 upgrade (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmanchekka committed Feb 8, 2024
1 parent 56b1759 commit ea6cb1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM amd64/ubuntu:jammy AS builder

ARG PINOT_VERSION=1.0.0
ARG JITPACK_REPO=hypertrace/incubator-pinot
ARG JITPACK_TAG=hypertrace-1.0.0-rc6
ARG JITPACK_TAG=hypertrace-1.0.0-1

ENV PINOT_HOME=/opt/pinot

Expand Down
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
# This version is same as of base image in Dockerfile. Make sure to update it in both files.
# Helm chart uses .Chart.Version for image tag.
appVersion: 0.12.0
appVersion: 1.0.0
name: pinot
type: application
description: Apache Pinot helm chart
Expand Down
2 changes: 1 addition & 1 deletion pinot-servicemanager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM cimg/openjdk:14.0.2 AS install

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

USER root
WORKDIR /install
Expand Down

0 comments on commit ea6cb1d

Please sign in to comment.