Skip to content

Commit e473c29

Browse files
authored
update amazon/aws-cli docker tag to v2.34.45 (#60)
1 parent 9d58cd1 commit e473c29

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

charts/relution/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ sources:
1111

1212
type: application
1313

14-
version: 3.1.0
14+
version: 3.1.1
1515

16-
appVersion: "26.1.1"
16+
appVersion: "26.2.1"
1717

1818
dependencies:
1919
- name: mariadb

charts/relution/templates/deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ spec:
8080
command: ["/bin/sh", "-c"]
8181
args:
8282
- |
83-
amazon-linux-extras install -y epel &&
84-
yum install -y inotify-tools &&
83+
dnf install -y inotify-tools &&
8584
echo "Listening for changes in directory '{{ .Values.heapDumpExporter.directory }}'..." &&
8685
inotifywait -m {{ .Values.heapDumpExporter.directory }} -e close_write | while read path action file; do aws s3 --endpoint-url {{ .Values.heapDumpExporter.s3.endpointUrl }} cp "$path$file" "s3://{{ required "heapDumpExporter.s3.bucket is required!" .Values.heapDumpExporter.s3.bucket }}/{{ include "relution.fullname" . }}/$file"; done;
8786
env:

charts/relution/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ heapDumpExporter:
183183
image:
184184
repository: amazon/aws-cli
185185
pullPolicy: IfNotPresent
186-
tag: "2.9.13"
186+
tag: "2.34.45"
187187
directory: /opt/relution/log
188188
s3:
189189
endpointUrl: https://s3.eu-central-1.amazonaws.com

0 commit comments

Comments
 (0)