Skip to content

Commit

Permalink
feat: create sulfone project
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 20, 2023
1 parent 7f89e24 commit 6abfc96
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions chart/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 5.46.7
- name: sulfoxide-bromine
repository: oci://ghcr.io/atomicloud/sulfoxide.bromine
version: 1.1.0
digest: sha256:5deffffd581e335f91f8554162e99beb8fc0054bb17aeba67ff7644c1c7040fb
generated: "2023-09-30T21:00:08.923593+08:00"
version: 1.2.2
digest: sha256:3a3c34b5ea0c857fc0902c3590eb1b1a58f0e594ba3483a24abbb06a96162baf
generated: "2023-10-21T00:07:09.200787+08:00"
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
version: 5.46.7
repository: https://argoproj.github.io/argo-helm
- name: sulfoxide-bromine
version: 1.1.0
version: 1.2.2
repository: oci://ghcr.io/atomicloud/sulfoxide.bromine
4 changes: 2 additions & 2 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AtomiCloud's Deployment Platform via ArgoCD
| Repository | Name | Version |
|------------|------|---------|
| https://argoproj.github.io/argo-helm | argo-cd | 5.46.7 |
| oci://ghcr.io/atomicloud/sulfoxide.bromine | sulfoxide-bromine | 1.1.0 |
| oci://ghcr.io/atomicloud/sulfoxide.bromine | sulfoxide-bromine | 1.2.2 |

## Values

Expand Down Expand Up @@ -72,7 +72,7 @@ AtomiCloud's Deployment Platform via ArgoCD
| sso.internal.enable | bool | `false` | Enable Internal Secret |
| sso.internal.secret | string | `""` | Secret for SSO |
| sso.secretName | string | `"argo-cd-sso-secret"` | Secret Name of SSO Secret |
| sulfoxide-bromine | object | `{"rootSecret":{"ref":"SULFOXIDE_HELIUM"},"storeName":"doppler"}` | Create SecretStore via secret of secrets pattern |
| sulfoxide-bromine | object | `{"annotations":{"helm.sh/hook":"pre-install,pre-upgrade","helm.sh/weight":"-5"},"rootSecret":{"ref":"SULFOXIDE_HELIUM"},"storeName":"doppler"}` | Create SecretStore via secret of secrets pattern |
| sulfoxide-bromine.rootSecret | object | `{"ref":"SULFOXIDE_HELIUM"}` | Secret of Secrets reference |
| sulfoxide-bromine.rootSecret.ref | string | `"SULFOXIDE_HELIUM"` | DOPPLER Token Reference |
| sulfoxide-bromine.storeName | string | `"doppler"` | Store name to create |
Expand Down
Binary file removed chart/charts/sulfoxide-bromine-1.1.0.tgz
Binary file not shown.
Binary file added chart/charts/sulfoxide-bromine-1.2.2.tgz
Binary file not shown.
2 changes: 2 additions & 0 deletions chart/values.suicune.opal-ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ otelAddress: ""
projects:
bootstrap:
desc: Bootstrap Project used to setup the cluster
sulfone:
desc: CyanPrint - Next-generation scaffolding engine

url: https://deploy.atomi.cloud

Expand Down
3 changes: 3 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ argo-cd:

# -- Create SecretStore via secret of secrets pattern
sulfoxide-bromine:
annotations:
helm.sh/hook: pre-install,pre-upgrade
helm.sh/weight: "-5"
# -- Store name to create
storeName: doppler
# -- Secret of Secrets reference
Expand Down

0 comments on commit 6abfc96

Please sign in to comment.