Skip to content

Commit

Permalink
feat: propogate destination from helium, instead of from carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Dec 19, 2023
1 parent 3211091 commit 29e729b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 5 deletions.
8 changes: 4 additions & 4 deletions chart/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 5.46.7
version: 5.51.2
- name: sulfoxide-bromine
repository: oci://ghcr.io/atomicloud/sulfoxide.bromine
version: 1.2.2
digest: sha256:3a3c34b5ea0c857fc0902c3590eb1b1a58f0e594ba3483a24abbb06a96162baf
generated: "2023-10-21T00:07:09.200787+08:00"
version: 1.2.3
digest: sha256:3bf4799c82b8cb0c09d76f773161891e552f0ce49f487da472d4ebe4640945dd
generated: "2023-11-18T15:50:44.905929+08:00"
Binary file removed chart/charts/argo-cd-5.46.7.tgz
Binary file not shown.
Binary file added chart/charts/argo-cd-5.51.2.tgz
Binary file not shown.
Binary file removed chart/charts/sulfoxide-bromine-1.2.2.tgz
Binary file not shown.
Binary file added chart/charts/sulfoxide-bromine-1.2.3.tgz
Binary file not shown.
4 changes: 3 additions & 1 deletion chart/templates/post-install/app_of_apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ spec:
path: {{ $cv.aoa.path }}
helm:
ignoreMissingValueFiles: false
parameters: []
parameters:
- name: "destination"
value: {{ $cv.destination }}
passCredentials: false
releaseName: {{ $cv.aoa.release }}
skipCrds: false
Expand Down
14 changes: 14 additions & 0 deletions chart/values.suicune.opal-ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ projects:
desc: Bootstrap Project used to setup the cluster
sulfone:
desc: CyanPrint - Next-generation scaffolding engine
nitroso:
desc: BunnyBooker - Bunnies to help you book KTM tickets

url: https://deploy.atomi.cloud

Expand Down Expand Up @@ -46,9 +48,21 @@ sso:
connector:
clusters:
entei:
ruby:
refreshInterval: 1h
remoteSecretName: ENTEI_RUBY_KUBECONFIG
destination: "https://03554f79-3c01-496e-974a-6cf3a793914a.k8s.ondigitalocean.com"
aoa:
enable: true
repo: https://github.com/AtomiCloud/sulfoxide.carbon
version: HEAD
path: chart
release: entei-ruby-carbon
values: [ "values.yaml", "values.entei.ruby.yaml" ]
opal:
refreshInterval: 1h
remoteSecretName: ENTEI_OPAL_KUBECONFIG
destination: "https://a931be28-153b-4a85-b40a-f47cdd828a33.k8s.ondigitalocean.com"
aoa:
enable: true
repo: https://github.com/AtomiCloud/sulfoxide.carbon
Expand Down

0 comments on commit 29e729b

Please sign in to comment.