Skip to content

Commit

Permalink
#I431: 1. Modified the docker file to use the helm of 3.11.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Manjunath authored and Manjunath committed Dec 16, 2024
1 parent bb88954 commit 5caf608
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion command-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/s
chmod +x kubectl && \
mv kubectl /usr/local/bin/

RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
#RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash -s -- --version v3.11.1
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 5caf608

Please sign in to comment.