File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed
Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1919 - name : Checkout code
2020 uses : actions/checkout@v4
2121
22+ - name : Install AWS CLI
23+ run : |
24+ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
25+ unzip awscliv2.zip
26+ sudo ./aws/install --update
27+
2228 - name : Configure AWS credentials
2329 uses : aws-actions/configure-aws-credentials@v4
2430 with :
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ 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 : 0.16.0
18+ version : 0.16.1
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " v0.16.0 "
24+ appVersion : " v0.16.1 "
2525
2626dependencies :
2727 - name : minio
Original file line number Diff line number Diff line change 66 repository : o2cr.ai/openobserve/openobserve
77 pullPolicy : IfNotPresent
88 # Overrides the image tag whose default is the chart appVersion.
9- tag : " v0.16.0 "
9+ tag : " v0.16.1 "
1010 busybox :
1111 repository : busybox
1212 tag : 1.37.0
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ 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 : 0.16.0
18+ version : 0.16.1
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " v0.16.0 "
24+ appVersion : " v0.16.1 "
2525
2626dependencies :
2727 - name : etcd
Original file line number Diff line number Diff line change 66 oss :
77 repository : o2cr.ai/openobserve/openobserve
88 # Overrides the image tag whose default is the chart appVersion.
9- tag : " v0.16.0 "
9+ tag : " v0.16.1 "
1010 enterprise :
1111 repository : o2cr.ai/openobserve/openobserve-enterprise
1212 # Overrides the image tag whose default is the chart appVersion.
13- tag : " v0.16.0 "
13+ tag : " v0.16.1 "
1414 reportserver :
1515 repository : o2cr.ai/openobserve/report-server
1616 tag : " v0.11.0-70baf7a"
You can’t perform that action at this time.
0 commit comments