Skip to content

Commit 7d6801b

Browse files
committed
chore: create release v1.0.0
1 parent b4b898d commit 7d6801b

File tree

14 files changed

+25
-25
lines changed

14 files changed

+25
-25
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.142.0-dev
1+
v1.0.0

charts/container-deployer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v0.142.0-dev-62b1423e93d6721b32cb6b45cf59b24cae88b557
22+
version: v1.0.0
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v0.142.0-dev-62b1423e93d6721b32cb6b45cf59b24cae88b557
27+
appVersion: v1.0.0

charts/container-deployer/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ deployer:
1919
# identity: ""
2020
# namespace: ""
2121
initContainer:
22-
repository: europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/github.com/gardener/landscaper/container-deployer/images/container-deployer-init
22+
repository: ghcr.io/openmcp-project/github.com/openmcp-project/landscaper/container-deployer/images/container-deployer-init
2323
# tag: "latest"
2424
waitContainer:
25-
repository: europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/github.com/gardener/landscaper/container-deployer/images/container-deployer-wait
25+
repository: ghcr.io/openmcp-project/github.com/openmcp-project/landscaper/container-deployer/images/container-deployer-wait
2626
# tag: "latest"
2727
# defaultImage:
2828
# repository: ubuntu

charts/helm-deployer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v0.142.0-dev-62b1423e93d6721b32cb6b45cf59b24cae88b557
22+
version: v1.0.0
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v0.142.0-dev-62b1423e93d6721b32cb6b45cf59b24cae88b557
27+
appVersion: v1.0.0

charts/helm-deployer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ deployer:
5050
replicaCount: 1
5151

5252
image:
53-
repository: europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/github.com/gardener/landscaper/helm-deployer/images/helm-deployer-controller
53+
repository: ghcr.io/openmcp-project/github.com/openmcp-project/landscaper/helm-deployer/images/helm-deployer-controller
5454
pullPolicy: IfNotPresent
5555
# Overrides the image tag whose default is the chart appVersion.
5656
# tag: ""

charts/landscaper/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v0.142.0-dev-62b1423e93d6721b32cb6b45cf59b24cae88b557
22+
version: v1.0.0
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v0.142.0-dev-62b1423e93d6721b32cb6b45cf59b24cae88b557
27+
appVersion: v1.0.0
2828

2929
dependencies:
3030
- name: landscaper-controller
31-
version: v0.142.0-dev-62b1423e93d6721b32cb6b45cf59b24cae88b557
31+
version: v1.0.0
3232
alias: landscaper
3333
- name: landscaper-rbac
34-
version: v0.142.0-dev-62b1423e93d6721b32cb6b45cf59b24cae88b557
34+
version: v1.0.0
3535
alias: rbac

charts/landscaper/charts/landscaper/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v0.142.0-dev-62b1423e93d6721b32cb6b45cf59b24cae88b557
22+
version: v1.0.0
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v0.142.0-dev-62b1423e93d6721b32cb6b45cf59b24cae88b557
27+
appVersion: v1.0.0

charts/landscaper/charts/rbac/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v0.142.0-dev-62b1423e93d6721b32cb6b45cf59b24cae88b557
22+
version: v1.0.0
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v0.142.0-dev-62b1423e93d6721b32cb6b45cf59b24cae88b557
27+
appVersion: v1.0.0

charts/manifest-deployer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v0.142.0-dev-62b1423e93d6721b32cb6b45cf59b24cae88b557
22+
version: v1.0.0
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v0.142.0-dev-62b1423e93d6721b32cb6b45cf59b24cae88b557
27+
appVersion: v1.0.0

charts/manifest-deployer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ deployer:
4545
replicaCount: 1
4646

4747
image:
48-
repository: europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/github.com/gardener/landscaper/manifest-deployer/images/manifest-deployer-controller
48+
repository: ghcr.io/openmcp-project/github.com/openmcp-project/landscaper/manifest-deployer/images/manifest-deployer-controller
4949
pullPolicy: IfNotPresent
5050
# Overrides the image tag whose default is the chart appVersion.
5151
# tag: ""

0 commit comments

Comments
 (0)