Skip to content

Commit

Permalink
fix: keep arena installer after installing the binary (#1164)
Browse files Browse the repository at this point in the history
* Release v0.10.0

Signed-off-by: Yi Chen <github@chenyicn.net>

* fix: keep arena installer after installing the binary

Signed-off-by: Yi Chen <github@chenyicn.net>

* Update tf-operator image

Signed-off-by: Yi Chen <github@chenyicn.net>

---------

Signed-off-by: Yi Chen <github@chenyicn.net>
  • Loading branch information
ChenYi015 authored Oct 14, 2024
1 parent 41fb18b commit fdcfd18
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ ARG TARGETOS

ARG TARGETARCH

WORKDIR /root

RUN apt-get update \
&& apt-get install -y tini \
&& rm -rf /var/lib/apt/lists/*
Expand All @@ -32,7 +34,7 @@ RUN set -eux && \
tar -zxvf arena-installer.tar.gz && \
mv arena-installer-*-${TARGETOS}-${TARGETARCH} arena-installer && \
arena-installer/install.sh --only-binary && \
rm -rf arena-installer.tar.gz arena-installer
rm -rf arena-installer.tar.gz

COPY entrypoint.sh /usr/local/bin/

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.16
0.10.0
4 changes: 2 additions & 2 deletions arena-artifacts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.10.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.8.10"
appVersion: 0.10.0

dependencies:
- name: tf-operator
Expand Down
2 changes: 1 addition & 1 deletion arena-artifacts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ binary:
tf:
enabled: true
image: acs/tf_operator
tag: v1.0-aliyun-9b730a8
tag: v1.0-aliyun-a0bb318
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit fdcfd18

Please sign in to comment.