Skip to content

Commit

Permalink
Automatic Version Deployment of Helm for A5 Version: V17.08.8
Browse files Browse the repository at this point in the history
  • Loading branch information
simo-thinterhoelzel committed Aug 29, 2024
1 parent d852f31 commit f82ccb4
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 119 deletions.
Binary file modified academyfive-17.8.8.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion academyfive/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: 17.8.8
# 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: "V17.08.8-php82"
appVersion: "V17.08.8-stable"

dependencies:
- name: a5Chart
Expand Down
2 changes: 1 addition & 1 deletion academyfive/charts/a5Chart/templates/academy-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
memory: {{ .Values.deployment.academyfiveAcademyLogs.memoryLimits }}
requests:
cpu: {{ .Values.deployment.academyfiveAcademyLogs.cpuRequests }}
memory: {{ .Values.deployment.academyfiveAcademyLogs.cpuLimits }}
memory: {{ .Values.deployment.academyfiveAcademyLogs.memoryLimits }}
- name: academyfive-error-logs
image: busybox
command: [ "sh","-c","tail -F /srv/a5_source/files/log/error-json.log" ]
Expand Down
2 changes: 1 addition & 1 deletion academyfive/charts/casChart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 1.0.0
# 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: "release-B442"
appVersion: "release-B443"
2 changes: 1 addition & 1 deletion academyfive/charts/casChart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ envData:
deployment:
replicas: 1
image: <YOUR_IMAGE_LOCATION>
versionTag: release-B442
versionTag: release-B443
serviceAccountName: default
cpuLimits: 500m
cpuRequests: 200m
Expand Down
Loading

0 comments on commit f82ccb4

Please sign in to comment.