File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
charts/haproxy-redis-sentinel Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM docker.io/library/python:3.12
1+ FROM docker.io/library/python:3.12-slim
22
33ENV PYTHONPATH=${PYTHONPATH}:${PWD}
44
@@ -9,6 +9,6 @@ WORKDIR /app
99COPY . /app/
1010
1111RUN poetry config virtualenvs.create false
12- RUN poetry install --no-dev
12+ RUN poetry install
1313
1414ENTRYPOINT [ "poetry" , "run" , "haproxy-redis-sentinel" ]
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : haproxy-redis-sentinel
33description : A Helm chart for HAProxy with Redis Sentinel
4- version : 0.0.21
5- appVersion : " 0.1.0 "
4+ version : 0.1.0
5+ appVersion : " 0.0.11 "
66icon : https://raw.githubusercontent.com/ParminCloud/haproxy-redis-sentinel/master/docs/icon.png
77sources :
88 - https://github.com/ParminCloud/haproxy-redis-sentinel
You can’t perform that action at this time.
0 commit comments