diff --git a/charts/policy-hub/Chart.yaml b/charts/policy-hub/Chart.yaml index 54eef23..3a617f5 100644 --- a/charts/policy-hub/Chart.yaml +++ b/charts/policy-hub/Chart.yaml @@ -20,8 +20,8 @@ apiVersion: v2 name: policy-hub type: application -version: 1.1.0-rc.1 -appVersion: 1.1.0-rc.1 +version: 1.1.0-rc.2 +appVersion: 1.1.0-rc.2 description: Helm chart for Policy Hub home: https://github.com/eclipse-tractusx/policy-hub dependencies: diff --git a/charts/policy-hub/README.md b/charts/policy-hub/README.md index 200c963..a49b197 100644 --- a/charts/policy-hub/README.md +++ b/charts/policy-hub/README.md @@ -33,7 +33,7 @@ To use the helm chart as a dependency: dependencies: - name: policy-hub repository: https://eclipse-tractusx.github.io/charts/dev - version: 1.1.0-rc.1 + version: 1.1.0-rc.2 ``` ## Requirements diff --git a/environments/argocd-app-templates/appsetup-int.yaml b/environments/argocd-app-templates/appsetup-int.yaml index cea6cef..bbc2cf4 100644 --- a/environments/argocd-app-templates/appsetup-int.yaml +++ b/environments/argocd-app-templates/appsetup-int.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/policy-hub repoURL: 'https://github.com/eclipse-tractusx/policy-hub.git' - targetRevision: policy-hub-1.1.0-rc.1 + targetRevision: policy-hub-1.1.0-rc.2 plugin: env: - name: AVP_SECRET diff --git a/environments/consortia/argocd-app-templates/appsetup-int.yaml b/environments/consortia/argocd-app-templates/appsetup-int.yaml index 79108aa..ab65737 100644 --- a/environments/consortia/argocd-app-templates/appsetup-int.yaml +++ b/environments/consortia/argocd-app-templates/appsetup-int.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/policy-hub repoURL: 'https://github.com/eclipse-tractusx/policy-hub.git' - targetRevision: policy-hub-1.1.0-rc.1 + targetRevision: policy-hub-1.1.0-rc.2 plugin: env: - name: AVP_SECRET diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 69d4b41..580eb35 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -20,6 +20,6 @@ 1.1.0 - rc.1 + rc.2