diff --git a/charts/amphitheatre/Chart.yaml b/charts/amphitheatre/Chart.yaml index 308dfcf..fc36e46 100644 --- a/charts/amphitheatre/Chart.yaml +++ b/charts/amphitheatre/Chart.yaml @@ -15,7 +15,7 @@ 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: 0.4.21 +version: 0.4.23 # 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 diff --git a/charts/amphitheatre/templates/apiserver/deployment.yaml b/charts/amphitheatre/templates/apiserver/deployment.yaml index 208d52d..cb38e08 100644 --- a/charts/amphitheatre/templates/apiserver/deployment.yaml +++ b/charts/amphitheatre/templates/apiserver/deployment.yaml @@ -47,9 +47,11 @@ spec: secretKeyRef: name: {{ include "amphitheatre.database.secretName" . }} key: mysql-password + - name: AMP_PORT + value: {{ .Values.service.port }} ports: - name: http - containerPort: 80 + containerPort: {{ .Values.service.port }} protocol: TCP livenessProbe: httpGet: diff --git a/charts/amphitheatre/values.yaml b/charts/amphitheatre/values.yaml index 9b1bc7e..17d6679 100644 --- a/charts/amphitheatre/values.yaml +++ b/charts/amphitheatre/values.yaml @@ -6,7 +6,7 @@ apiserver: image: registry: ghcr.io repository: amphitheatre-app/amp-apiserver - tag: v23-04-09-01 + tag: v23-04-14 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -142,7 +142,7 @@ controllers: image: registry: ghcr.io repository: amphitheatre-app/amp-controllers - tag: v23-04-09-01 + tag: v23-04-14 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'