Skip to content

Commit

Permalink
action: bromine version
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 14, 2023
1 parent 4ef8253 commit 0d8a579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
10 changes: 1 addition & 9 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,14 @@ AtomiCloud Cluster Bootstrap Engine
| apps.bromine.createNamespace | bool | `false` | |
| apps.bromine.deploy | bool | `false` | |
| apps.bromine.namespace | string | `"sulfoxide"` | |
| apps.bromine.parameters[0].name | string | `"rootSecret.ref"` | |
| apps.bromine.parameters[0].value | string | `"SULFOXIDE_IODINE"` | |
| apps.bromine.parameters[1].name | string | `"storeName"` | |
| apps.bromine.parameters[1].value | string | `"doppler-iodine"` | |
| apps.bromine.parameters[2].name | string | `"serviceTree.landscape"` | |
| apps.bromine.parameters[2].value | string | `"entei"` | |
| apps.bromine.parameters[3].name | string | `"serviceTree.cluster"` | |
| apps.bromine.parameters[3].value | string | `"opal"` | |
| 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 | `true` | |
| apps.bromine.sync | int | `6` | |
| apps.bromine.values[0] | string | `"values.yaml"` | |
| apps.bromine.version | string | `"1.1.1"` | |
| apps.bromine.version | string | `"1.2.0"` | |
| apps.chlorine.createNamespace | bool | `false` | |
| apps.chlorine.deploy | bool | `false` | |
| apps.chlorine.namespace | string | `"sulfoxide"` | |
Expand Down
2 changes: 1 addition & 1 deletion chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ apps:
bromine:
sync: 6
deploy: true
values: [ "values.yaml" ]
values: [ "values.yaml", "values.entei.opal.yaml" ]


# pichu vcluster, Pichu Virtual Cluster, Pichu Iodine
Expand Down
11 changes: 1 addition & 10 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,22 +243,13 @@ apps:
release: bromine
repo: ghcr.io/atomicloud/sulfoxide.bromine
chart: sulfoxide-bromine
version: 1.1.1
version: 1.2.0
values: [ "values.yaml" ]
namespace: sulfoxide
createNamespace: false
pruneLast: false
replace: false
serverSideApply: true
parameters:
- name: rootSecret.ref
value: SULFOXIDE_IODINE
- name: storeName
value: doppler-iodine
- name: serviceTree.landscape
value: entei
- name: serviceTree.cluster
value: opal

# pichu vcluster, Pichu Virtual Cluster, Pichu Iodine
pichu-iodine:
Expand Down

0 comments on commit 0d8a579

Please sign in to comment.