-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add app #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
EllaMartirosyan
wants to merge
38
commits into
master
Choose a base branch
from
fix-app
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: add app #69
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
cf5cde8
feat: add app
EllaMartirosyan e3bc62c
fix: code review
EllaMartirosyan d89cbe7
chore: fix
EllaMartirosyan 2fdcc7c
chore: csw pagination
EllaMartirosyan 3327b9e
fix: umbrella structure / default values should be taken from the cha…
EllaMartirosyan f37c9f9
fix: code review
EllaMartirosyan ae44e19
fix: code review
EllaMartirosyan 25358ea
fix: code review
EllaMartirosyan 3f0acfa
chore: merge branch 'master' into fix-app
EllaMartirosyan a5cdfaf
fix: app graphql bug
EllaMartirosyan e8ba612
fix: should be automatically via release-please
EllaMartirosyan 08e737e
fix: dependencies at the bottom of the file
EllaMartirosyan 66d9a7c
helm: deploy app 2.2.7
EllaMartirosyan 599a365
helm: deploy app 2.2.8
EllaMartirosyan 7de64b2
helm: deploy app 2.2.9
EllaMartirosyan 8735bc2
helm: deploy app 2.2.10
EllaMartirosyan 7b596e3
helm: deploy app 2.2.11
EllaMartirosyan 7b54c3c
helm: deploy app 2.2.12
EllaMartirosyan bd300cd
helm: deploy app 2.2.13
EllaMartirosyan fb13dc0
helm: deploy app 2.2.14
EllaMartirosyan 0938916
helm: deploy app 2.2.15
EllaMartirosyan 3508f2c
helm: deploy app 2.2.16
EllaMartirosyan 40046c3
helm: deploy app 2.2.17
EllaMartirosyan fd4a524
helm: deploy app 2.2.18
EllaMartirosyan 6e6016f
helm: deploy app 2.2.19
EllaMartirosyan 54f2e8b
helm: deploy app 2.2.20
EllaMartirosyan e2878e5
helm: deploy app 2.2.21
EllaMartirosyan e9db8ff
helm: deploy app 2.2.22
EllaMartirosyan 7555c09
helm: deploy app 2.2.23
EllaMartirosyan 7bd84e8
helm: deploy app 2.2.24
EllaMartirosyan 9149ac4
helm: deploy app 2.2.25
EllaMartirosyan 9842439
helm: deploy app 2.2.26
EllaMartirosyan 2d733d1
helm: deploy app 2.2.27
EllaMartirosyan 524cb94
helm: deploy app 2.2.28
EllaMartirosyan 723bb81
helm: deploy app 2.2.29
EllaMartirosyan 79f13a0
helm: deploy app 2.2.30
EllaMartirosyan 74eae3b
helm: deploy app 2.2.31
EllaMartirosyan 23d6e48
helm: deploy app 2.2.32
EllaMartirosyan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| {"charts/openshift-routes":"1.0.2","charts/sftpgo-stack":"1.2.2","charts/grafana":"1.0.0","charts/alloy":"1.1.1","charts/hoppscotch":"1.0.0","charts/keycloak":"1.0.0","charts/pgadmin":"1.0.0","charts/tempo":"1.0.0","charts/otel-collectors":"1.0.0","charts/prometheus":"1.0.0","charts/loki":"1.1.0","charts/alertmanager":"1.0.0","charts/jenkins":"1.0.0","charts/elastic-alertmanager-connector":"1.0.0","charts/gatekeeper-constraints":"1.0.0"} | ||
| {"charts/openshift-routes":"1.0.2","charts/sftpgo-stack":"1.2.2","charts/grafana":"1.0.0","charts/alloy":"1.1.1","charts/hoppscotch":"1.0.0","charts/keycloak":"1.0.0","charts/pgadmin":"1.0.0","charts/tempo":"1.0.0","charts/otel-collectors":"1.0.0","charts/prometheus":"1.0.0","charts/loki":"1.1.0","charts/alertmanager":"1.0.0","charts/jenkins":"1.0.0","charts/elastic-alertmanager-connector":"1.0.0","charts/gatekeeper-constraints":"1.0.0","charts/app":"2.2.32"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| apiVersion: v2 | ||
| name: app | ||
| description: A Helm umbrella chart for Catalog App services | ||
| type: application | ||
| version: 2.2.32 | ||
| annotations: | ||
| domain: app | ||
| dependencies: | ||
| - name: catalog-app | ||
| version: 6.2.0 | ||
| condition: global.enable-services.catalog-app | ||
| repository: oci://acrarolibotnonprod.azurecr.io/helm/app | ||
| - name: catalog-web-app-bff | ||
| version: 4.2.0 | ||
| condition: global.enable-services.catalog-web-app-bff | ||
| repository: oci://acrarolibotnonprod.azurecr.io/helm/app | ||
| - name: mc-web-tools | ||
| version: 3.1.3 | ||
| condition: global.enable-services.mc-web-tools | ||
| repository: oci://acrarolibotnonprod.azurecr.io/helm/app | ||
| - name: k8s-services-list | ||
| version: 1.3.3 | ||
| condition: global.enable-services.k8s-services-list | ||
| repository: oci://acrarolibotnonprod.azurecr.io/helm/common | ||
| - name: mc-thumbnail-generator | ||
| version: 3.1.2 | ||
| condition: global.enable-services.mc-thumbnail-generator | ||
| repository: oci://acrarolibotnonprod.azurecr.io/helm/common |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can't approve these values since you are using helm-common and we already discussed that this is making your chart much messier. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| global: | ||
| deploymentFlavor: openshift | ||
| owner: app | ||
| currentSubChart: catalog | ||
| enable-services: | ||
| enabled: true | ||
| catalog-app: true | ||
| catalog-web-app-bff: true | ||
| mc-web-tools: true | ||
| k8s-services-list: true | ||
| mc-thumbnail-generator: false | ||
| shared: | ||
| servedEntityTypes: RECORD_ALL | ||
| accessToken: | ||
| attributeName: token | ||
| injectionType: queryParam | ||
| tokenValue: TOKEN | ||
| rasterIngestionFilesStructure: '{"data": {"allowedExt": [".gpkg"], "selectableExt": [".gpkg"], "relativeToAOIDirPath": "./data", "producerFileName": "*", "selectablePattern": "*"}, "product": {"allowedExt": [".shp", ".shx", ".dbf", ".prj", ".sbn", ".sbx", ".xml", ".cpg", ".qix"], "selectableExt": [".shp"], "relativeToAOIDirPath": "./shape", "producerFileName": "Product", "selectablePattern": "Product"}, "shapeMetadata": {"allowedExt": [".shp", ".shx", ".dbf", ".prj", ".sbn", ".sbx", ".xml", ".cpg", ".qix"], "selectableExt": [".shp"], "relativeToAOIDirPath": "./shape", "producerFileName": "ShapeMetadata", "selectablePattern": "ShapeMetadata"}}' | ||
| sso: | ||
| enabled: false | ||
| redirectUrl: | ||
| ui: | ||
| tools: | ||
|
|
||
| catalog-app: | ||
| configValues: | ||
| image: | ||
| repository: app/catalog-app | ||
| tag: v6.2.0 | ||
|
|
||
| catalog-web-app-bff: | ||
| configValues: | ||
| image: | ||
| repository: app/catalog-web-app-bff | ||
| tag: v4.2.0 | ||
|
|
||
| mc-web-tools: | ||
| configValues: | ||
| image: | ||
| repository: app/mc-web-tools | ||
| tag: v3.1.3 | ||
|
|
||
| k8s-services-list: | ||
| configValues: | ||
| image: | ||
| repository: common/k8s-services-list | ||
| tag: v1.3.3 | ||
|
|
||
| mc-thumbnail-generator: | ||
| configValues: | ||
| image: | ||
| repository: common/mc-thumbnail-generator | ||
| tag: v3.1.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.