Skip to content

Commit

Permalink
action: deploy bromine
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 14, 2023
1 parent 4cb2670 commit 80d94ea
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ AtomiCloud Cluster Bootstrap Engine
| apps.boron.sync | int | `4` | |
| apps.boron.values[0] | string | `"values.yaml"` | |
| apps.boron.version | string | `"HEAD"` | |
| apps.bromine.chart | string | `"sulfoxide-bromine"` | |
| apps.bromine.createNamespace | bool | `false` | |
| apps.bromine.deploy | bool | `false` | |
| apps.bromine.namespace | string | `"sulfoxide"` | |
| apps.bromine.pruneLast | bool | `false` | |
| apps.bromine.release | string | `"bromine"` | |
| apps.bromine.replace | bool | `false` | |
| apps.bromine.repo | string | `"ghcr.io/atomicloud/sulfoxide.bromine"` | |
| apps.bromine.serverSideApply | bool | `false` | |
| apps.bromine.sync | int | `6` | |
| apps.bromine.values[0] | string | `"values.yaml"` | |
| apps.bromine.version | string | `"1.2.0"` | |
| apps.chlorine.createNamespace | bool | `false` | |
| apps.chlorine.deploy | bool | `false` | |
| apps.chlorine.namespace | string | `"sulfoxide"` | |
Expand Down Expand Up @@ -80,6 +68,18 @@ AtomiCloud Cluster Bootstrap Engine
| apps.gold.sync | int | `5` | |
| apps.gold.values[0] | string | `"values.yaml"` | |
| apps.gold.version | string | `"HEAD"` | |
| apps.iodine-bromine.chart | string | `"sulfoxide-bromine"` | |
| apps.iodine-bromine.createNamespace | bool | `false` | |
| apps.iodine-bromine.deploy | bool | `false` | |
| apps.iodine-bromine.namespace | string | `"sulfoxide"` | |
| apps.iodine-bromine.pruneLast | bool | `false` | |
| apps.iodine-bromine.release | string | `"bromine"` | |
| apps.iodine-bromine.replace | bool | `false` | |
| apps.iodine-bromine.repo | string | `"ghcr.io/atomicloud/sulfoxide.bromine"` | |
| apps.iodine-bromine.serverSideApply | bool | `false` | |
| apps.iodine-bromine.sync | int | `6` | |
| apps.iodine-bromine.values[0] | string | `"values.yaml"` | |
| apps.iodine-bromine.version | string | `"1.2.0"` | |
| apps.iron.createNamespace | bool | `false` | |
| apps.iron.deploy | bool | `false` | |
| apps.iron.ignoreDifferences[0].group | string | `"apiregistration.k8s.io"` | |
Expand Down
4 changes: 2 additions & 2 deletions chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ apps:
values: [ "values.yaml", "values.entei.opal.yaml" ]

# Secrets Store, ExternalSecretStore, Bromine
bromine:
iodine-bromine:
sync: 6
deploy: false
deploy: true
values: [ "values.yaml", "values.entei.opal.yaml" ]


Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ apps:
serverSideApply: false

# Secrets Store, ExternalSecretStore, Bromine
bromine:
iodine-bromine:
sync: 6
deploy: false
release: bromine
Expand Down

0 comments on commit 80d94ea

Please sign in to comment.