Skip to content

Commit ca00dfa

Browse files
authored
feat: enable configuration chart versioning (#521)
1 parent 1eef6c2 commit ca00dfa

File tree

12 files changed

+8
-300
lines changed

12 files changed

+8
-300
lines changed

deploy/charts/geti-components/chart/Chart.yaml.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ dependencies:
111111
version: ${TAG}
112112
condition: enabled.opa_bundle
113113
- name: configuration
114-
version: 0.0.1
114+
repository: "file://../../../../../platform/services/config/.build/chart"
115+
version: ${TAG}
115116
condition: enabled.configuration
116117
- name: jobs-execution-namespace
117118
version: v0.1.15

deploy/charts/geti-components/chart/charts/configuration/.helmignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

deploy/charts/geti-components/chart/charts/configuration/Chart.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

deploy/charts/geti-components/chart/charts/configuration/templates/_helpers.tpl

Lines changed: 0 additions & 74 deletions
This file was deleted.

deploy/charts/geti-components/chart/charts/configuration/templates/accelerator-configuration.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

deploy/charts/geti-components/chart/charts/configuration/templates/configuration.yaml

Lines changed: 0 additions & 53 deletions
This file was deleted.

deploy/charts/geti-components/chart/charts/configuration/templates/feature-flags.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

deploy/charts/geti-components/chart/charts/configuration/templates/logging-configuration.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

deploy/charts/geti-components/chart/charts/configuration/templates/s3-bucket-names.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

deploy/charts/geti-components/chart/charts/configuration/values.yaml

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)