File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout Repository
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626
2727 - name : Set up Docker Buildx
2828 uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 3939 gh api octocat
4040
4141 - name : Checkout Repository
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343 with :
4444 fetch-depth : 0
4545 fetch-tags : true
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout Repository
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525
2626 - name : Install helm
2727 run : |
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ spec:
2020 maxReplicaCount : {{ .Values.hpa.maxReplicas }}
2121 triggers :
2222 - type : cpu
23+ metricType : Utilization
2324 metadata :
24- type : Utilization
2525 value : " {{ .Values.hpa.targets.cpu }}"
2626 {{- if .Values.hpa.targets.memory }}
2727 - type : memory
28+ metricType : Utilization
2829 metadata :
29- type : Utilization
3030 value : " {{ .Values.hpa.targets.memory }}"
3131 {{- end }}
3232 - type : prometheus
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ offload:
180180 fileName : wpoffload_private.pem
181181 errorPages :
182182 enabled : false
183- image : public.ecr.aws/aws-cli/aws-cli:2.32.16
183+ image : public.ecr.aws/aws-cli/aws-cli:2.32.17
184184 path : /var/www/html/error-pages
185185
186186
You can’t perform that action at this time.
0 commit comments