Skip to content
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

Replace hardcoded versions with placeholders #3

Merged
merged 3 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion charts/eric-oss-hello-world-python-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: "2.0.0"
description: IDUN SDK Hello World App
name: eric-oss-hello-world-python-app
type: application
version: 2.1.0-0
version: VERSION
4 changes: 2 additions & 2 deletions charts/eric-oss-hello-world-python-app/eric-product-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ images:
productName: "Python hello world sample app image"
productNumber: ""
registry: "armdocker.rnd.ericsson.se"
repoPath: "proj-eric-oss-drop"
repoPath: "REPO_PATH"
name: "eric-oss-hello-world-python-app"
tag: "2.1.0-0"
tag: "VERSION"
4 changes: 2 additions & 2 deletions csar/Definitions/AppDescriptor.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#tosca_definitions_version: Metadata/Tosca.meta
Description of an APP:
APPName: eric-oss-hello-world-python-app
APPVersion: 2.1.0-0
APPVersion: VERSION
APPType: rApp
APPComponent:
NameofComponent: eric-oss-hello-world-python-app
Version: 2.1.0-0
Version: VERSION
Path: OtherDefinitions/ASD/eric-oss-hello-world-python-appASD.yaml
ArtefactType: Microservice
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ asdId: 1
asdSchemaVersion: 1.0.0
asdProvider: Ericsson
asdApplicationName: eric-oss-hello-world-python-app
asdApplicationVersion: 2.1.0-0
asdApplicationVersion: VERSION
asdApplicationInfoName: Hello World Python Application
asdInfoDescription: Hello World Python application for App Onboarding
deploymentItems:
deploymentItemId: 1
artifactId: OtherDefinitions/ASD/eric-oss-hello-world-python-app-2.1.0-0.tgz
artifactId: OtherDefinitions/ASD/eric-oss-hello-world-python-app-VERSION.tgz
Loading