Skip to content

Commit

Permalink
HAAR-1054: update circle config remove multiplatform docker build (#11)
Browse files Browse the repository at this point in the history
* HAAR-1054: update circle config remove multiplatform docker build

* HAAR-1054: update helm chart version
  • Loading branch information
SimonMitchellMOJ committed Dec 15, 2022
1 parent ab4986d commit 4955cc9
Show file tree
Hide file tree
Showing 7 changed files with 1,184 additions and 1,084 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ workflows:
- build
- hmpps/helm_lint:
name: helm_lint
- hmpps/build_multiplatform_docker:
- hmpps/build_docker:
name: build_docker
filters:
branches:
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version.BuildInfo{Version:"v3.0.1", GitCommit:"7c22ef9ce89e0ebeb7125ba2ebf7d421f

- Ensure a TLS cert for your intended hostname is configured and ready, see section below.

### Useful helm (v3) commands:
### Useful helm (v3) commands:

__Test chart template rendering:__

Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/hmpps-historical-prisoner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: hmpps-historical-prisoner
version: 0.2.0
dependencies:
- name: generic-service
version: 2.1.0
version: 2.2.0
repository: https://ministryofjustice.github.io/hmpps-helm-charts
- name: generic-prometheus-alerts
version: 1.2.1
Expand Down
2 changes: 0 additions & 2 deletions helm_deploy/hmpps-historical-prisoner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ generic-service:

ingress:
enabled: true
v1_2_enabled: true
v0_47_enabled: false
host: app-hostname.local # override per environment
tlsSecretName: hmpps-historical-prisoner-cert

Expand Down
1 change: 0 additions & 1 deletion helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ generic-service:

ingress:
host: historical-prisoner-dev.prison.service.justice.gov.uk
contextColour: green

env:
INGRESS_URL: "https://historical-prisoner-dev.prison.service.justice.gov.uk"
Expand Down

0 comments on commit 4955cc9

Please sign in to comment.