Skip to content

Commit

Permalink
Specify target revision for ckan chart
Browse files Browse the repository at this point in the history
  • Loading branch information
samsimpson1 committed Feb 10, 2023
1 parent 0bbc7a0 commit e8febe1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions charts/app-of-apps/templates/ckan-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ckan
namespace: {{ .Release.Namespace }}
spec:
project: datagovuk
source:
repoURL: https://github.com/alphagov/govuk-ckan-chart
path: charts/ckan
targetRevision: HEAD
helm:
values: |
{{- toYaml .Values.ckanHelmValues | nindent 8 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/argo-bootstrap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: argo-bootstrap
description: Bootstraps CKAN in Argo CD
type: application
version: 1.0.2
version: 1.0.4
4 changes: 2 additions & 2 deletions charts/argo-bootstrap/templates/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Application
metadata:
name: dgu-app-of-apps
spec:
project: datagovuk
project: default
source:
repoURL: https://github.com/alphagov/govuk-ckan-chart
path: charts/app-of-apps
Expand All @@ -13,7 +13,7 @@ spec:
- values-{{ .Values.environment }}.yaml
destination:
server: https://kubernetes.default.svc
namespace: datagovuk
namespace: default
syncPolicy:
automated:
prune: true
Expand Down

0 comments on commit e8febe1

Please sign in to comment.