Skip to content

Commit

Permalink
Ctp update (#140)
Browse files Browse the repository at this point in the history
* send plugin logs to stdout

* send logs generated by plugins to stdout

* Update application version to 1.8.9.2

* change to work with the docker built image

* update image name and chart version

* change to work with the docker built image

* update image name and chart version
  • Loading branch information
fxusyd authored Apr 9, 2024
1 parent e099bb7 commit 6b33ce9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions releases/ctp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.1

version: 1.0.2
# This is the version number of the application being deployed. This version number should be
# 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.
appVersion: 2020090901
appVersion: 20231104
3 changes: 1 addition & 2 deletions releases/ctp/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: timezone
- name: TZ
value: {{ .Values.timezone }}
args: ["java", "-jar", "/JavaPrograms/CTP/Runner.jar" ]
ports:
- name: http
containerPort: 1080
Expand Down
2 changes: 1 addition & 1 deletion releases/ctp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

image:
repository: ghcr.io/australian-imaging-service/mirc-ctp
repository: ghcr.io/australian-imaging-service/ctp
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down

0 comments on commit 6b33ce9

Please sign in to comment.