File tree Expand file tree Collapse file tree 15 files changed +31
-31
lines changed
Expand file tree Collapse file tree 15 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 1- v1.0.2-dev
1+ v1.0.3
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.25.4
55require (
66 github.com/onsi/ginkgo/v2 v2.27.2
77 github.com/onsi/gomega v1.38.2
8- github.com/openmcp-project/landscaper/legacy-component-spec/bindings-go v1.0.2
8+ github.com/openmcp-project/landscaper/legacy-component-spec/bindings-go v1.0.3
99 github.com/robfig/cron/v3 v3.0.1
1010 k8s.io/api v0.34.2
1111 k8s.io/apiextensions-apiserver v0.34.2
Original file line number Diff line number Diff 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 : v1.0.2
22+ version : v1.0.3
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 : v1.0.2
27+ appVersion : v1.0.3
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ deployer:
2020 # namespace: ""
2121 initContainer :
2222 repository : ghcr.io/openmcp-project/components/github.com/openmcp-project/landscaper/container-deployer/images/container-deployer-init
23- # tag: v1.0.2
23+ # tag: v1.0.3
2424 waitContainer :
2525 repository : ghcr.io/openmcp-project/components/github.com/openmcp-project/landscaper/container-deployer/images/container-deployer-wait
26- # tag: v1.0.2
26+ # tag: v1.0.3
2727 # defaultImage:
2828 # repository: ubuntu
29- # tag: v1.0.2
29+ # tag: v1.0.3
3030 oci :
3131 allowPlainHttp : false
3232 insecureSkipVerify : false
Original file line number Diff line number Diff 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 : v1.0.2
22+ version : v1.0.3
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 : v1.0.2
27+ appVersion : v1.0.3
Original file line number Diff line number Diff 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 : v1.0.2
22+ version : v1.0.3
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 : v1.0.2
27+ appVersion : v1.0.3
2828
2929dependencies :
3030- name : landscaper-controller
31- version : v1.0.2
31+ version : v1.0.3
3232 alias : landscaper
3333- name : landscaper-rbac
34- version : v1.0.2
34+ version : v1.0.3
3535 alias : rbac
Original file line number Diff line number Diff 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 : v1.0.2
22+ version : v1.0.3
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 : v1.0.2
27+ appVersion : v1.0.3
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ landscaper:
9797
9898image : {}
9999 # Overrides the image tag whose default is the chart appVersion.
100- # tag: v1.0.2
100+ # tag: v1.0.3
101101
102102controller :
103103 # Overrides the controller container name. Default is "landscaper-controller".
Original file line number Diff line number Diff 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 : v1.0.2
22+ version : v1.0.3
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 : v1.0.2
27+ appVersion : v1.0.3
Original file line number Diff line number Diff 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 : v1.0.2
22+ version : v1.0.3
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 : v1.0.2
27+ appVersion : v1.0.3
You can’t perform that action at this time.
0 commit comments