Skip to content

Commit

Permalink
Merge pull request #59 from alphagov/update-dgu-to-dgu-shared
Browse files Browse the repository at this point in the history
Update dgu to dgu-shared
  • Loading branch information
kentsanggds committed Dec 8, 2023
2 parents c5990a1 + 701ebcd commit 657d960
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/app-of-apps/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: app-of-apps
description: Deploys CKAN applications
description: Deploys DGU applications
type: application
version: 1.2.0
version: 1.2.1
2 changes: 1 addition & 1 deletion charts/app-of-apps/templates/dgu-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
project: datagovuk
source:
repoURL: https://github.com/alphagov/govuk-dgu-charts
path: charts/dgu
path: charts/dgu-shared
targetRevision: HEAD
helm:
values: |
Expand Down
4 changes: 2 additions & 2 deletions charts/app-of-apps/values-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ckanHelmValues:
title: "data.gov.uk"
dbHost: "ckan-postgres.integration.govuk-internal.digital"
redis:
host: "dgu-redis"
host: "dgu-shared-redis"
smtp:
server: "email-smtp.eu-west-1.amazonaws.com:587"
user: "AKIATB5RC4XX4VZIWMF7"
Expand Down Expand Up @@ -70,7 +70,7 @@ datagovukHelmValues:
key: publish_sqlalchemy_url
dbHost: ""
redis:
host: "dgu-redis"
host: "dgu-shared-redis"
port: "6379"
dbNumber: "1"
org:
Expand Down
2 changes: 1 addition & 1 deletion charts/ckan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ckan:
key: sqlalchemy_url
dbHost: ""
redis:
host: "dgu-dev-redis"
host: "dgu-shared-dev-redis"
port: "6379"
dbNumber: "1"
beakerSessionSecretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion charts/datagovuk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ publish:
name: datagovuk
key: govuk_app_domain
redis:
host: "dgu-dev-redis"
host: "dgu-shared-dev-redis"
port: "6379"
dbNumber: "1"
org:
Expand Down
2 changes: 1 addition & 1 deletion charts/dgu/Chart.yaml → charts/dgu-shared/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: govuk-dgu
name: govuk-dgu-shared
description: DGU shared resources
type: application
version: 1.1.0
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 657d960

Please sign in to comment.