Skip to content

Commit d1d7a51

Browse files
committed
Update chart version
1 parent 692e0ac commit d1d7a51

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

deploy/all-cr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ data:
358358
# Define the version, environment variables, and other information of joylive-injector injecting joylive-agent
359359
agent:
360360
image: ghcr.m.daocloud.io/jd-opensource/joylive-agent
361-
version: latest
361+
version: v1.3.3
362362
env:
363363
JAVA_TOOL_OPTIONS: -javaagent:/joylive/live.jar
364364
logback.xml: |
@@ -539,7 +539,7 @@ spec:
539539
- name: JOYLIVE_NAMESPACE
540540
value: joylive
541541
name: joylive-injector
542-
image: ghcr.m.daocloud.io/jd-opensource/joylive-injector:latest
542+
image: ghcr.m.daocloud.io/jd-opensource/joylive-injector:v1.2.0
543543
imagePullPolicy: Always
544544
args:
545545
- --cert=/etc/kubernetes/ssl/dac.pem

deploy/joylive-injector/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.2.0
18+
version: 1.3.0
1919

2020
keywords:
2121
- joylive
@@ -26,4 +26,4 @@ home: https://github.com/jd-opensource/joylive-injector
2626
# incremented each time you make changes to the application. Versions are not expected to
2727
# follow Semantic Versioning. They should reflect the version the application is using.
2828
# It is recommended to use it with quotes.
29-
appVersion: "1.2.0"
29+
appVersion: "v1.2.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Define the version, environment variables, and other information of joylive-injector injecting joylive-agent
22
agent:
33
image: ghcr.m.daocloud.io/jd-opensource/joylive-agent
4-
version: latest
4+
version: v1.3.3
55
env:
66
JAVA_TOOL_OPTIONS: -javaagent:/joylive/live.jar
14.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)