Skip to content

Commit

Permalink
action: update to not include oci protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 14, 2023
1 parent 202c934 commit f84702d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ AtomiCloud Cluster Bootstrap Engine
| apps.bromine.pruneLast | bool | `true` | |
| apps.bromine.release | string | `"bromine"` | |
| apps.bromine.replace | bool | `false` | |
| apps.bromine.repo | string | `"oci://ghcr.io/atomicloud/sulfoxide.bromine"` | |
| 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"` | |
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 @@ -110,7 +110,7 @@ apps:
# Secrets Store, ExternalSecretStore, Bromine
bromine:
sync: 6
deploy: false
deploy: true
extraValues: |
# -- Store name to create
storeName: doppler-iodine
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ apps:
sync: 6
deploy: false
release: bromine
repo: oci://ghcr.io/atomicloud/sulfoxide.bromine
repo: ghcr.io/atomicloud/sulfoxide.bromine
chart: sulfoxide-bromine
version: 1.1.1
values: [ "values.yaml" ]
Expand Down

0 comments on commit f84702d

Please sign in to comment.