Skip to content

Commit

Permalink
Updating Kargo deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Nov 8, 2023
1 parent d0387c7 commit 7ee11bd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
13 changes: 9 additions & 4 deletions manifests/workloads/kargo/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ metadata:
name: kargo
namespace: argocd
spec:
generators:
- git:
repoURL: https://github.com/danmanners/homelab-kube-cluster.git
revision: main
files:
- path: "manifests/workloads/kargo/values.yaml"
destination:
namespace: kargo
server: https://kubernetes.default.svc
Expand All @@ -18,11 +24,10 @@ spec:
targetRevision: main
ref: values
# Helm Chart Deployment
- repoURL: oci://ghcr.io
chatr: akuity/kargo-charts/kargo
targetRevision: 0.1.0
- chart: akuity/kargo-charts/kargo
repoURL: ghcr.io
targetRevision: 0.1.1-rc.2
helm:
passCredentials: true
valueFiles:
- $values/manifests/workloads/kargo/values.yaml
syncPolicy:
Expand Down
11 changes: 8 additions & 3 deletions manifests/workloads/kargo/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ kind: Kustomization
namespace: kargo
resources:
# renovate: datasource=github-releases depName=akuity/kargo
- https://raw.githubusercontent.com/akuity/kargo/v0.1.0/charts/kargo/crds/kargo.akuity.io_promotionpolicies.yaml
- https://raw.githubusercontent.com/akuity/kargo/v0.1.1-rc.2/charts/kargo/crds/kargo.akuity.io_freights.yaml
# renovate: datasource=github-releases depName=akuity/kargo
- https://raw.githubusercontent.com/akuity/kargo/v0.1.0/charts/kargo/crds/kargo.akuity.io_promotions.yaml
- https://raw.githubusercontent.com/akuity/kargo/v0.1.1-rc.2/charts/kargo/crds/kargo.akuity.io_promotionpolicies.yaml
# renovate: datasource=github-releases depName=akuity/kargo
- https://raw.githubusercontent.com/akuity/kargo/v0.1.0/charts/kargo/crds/kargo.akuity.io_stages.yaml
- https://raw.githubusercontent.com/akuity/kargo/v0.1.1-rc.2/charts/kargo/crds/kargo.akuity.io_promotions.yaml
# renovate: datasource=github-releases depName=akuity/kargo
- https://raw.githubusercontent.com/akuity/kargo/v0.1.1-rc.2/charts/kargo/crds/kargo.akuity.io_stages.yaml
# renovate: datasource=github-releases depName=akuity/kargo
- https://raw.githubusercontent.com/akuity/kargo/v0.1.1-rc.2/charts/kargo/crds/kargo.akuity.io_warehouses.yaml

3 changes: 2 additions & 1 deletion manifests/workloads/kargo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ api:
selfSignedCert: true
adminAccount:
enabled: true
password: fakePassword
passwordHash: $2a$10$HpVEHlbGL6iHDWZjwdwkeuLYFVriLWln63aLj7hX8BUjwEXm93o3.
tokenSigningKey: QOng1Mgj6edrEyiSMORkaTVeHwgnCkC0zVgJfI

0 comments on commit 7ee11bd

Please sign in to comment.