summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components/so-appc-orchestrator
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/so/components/so-appc-orchestrator')
-rw-r--r--kubernetes/so/components/so-appc-orchestrator/Chart.yaml2
-rwxr-xr-xkubernetes/so/components/so-appc-orchestrator/requirements.yaml4
2 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/so/components/so-appc-orchestrator/Chart.yaml b/kubernetes/so/components/so-appc-orchestrator/Chart.yaml
index ab2bad332a..ee53cb4160 100644
--- a/kubernetes/so/components/so-appc-orchestrator/Chart.yaml
+++ b/kubernetes/so/components/so-appc-orchestrator/Chart.yaml
@@ -15,4 +15,4 @@
apiVersion: v1
description: A Helm chart for so appc orchestrator
name: so-appc-orchestrator
-version: 6.0.0
+version: 7.0.0
diff --git a/kubernetes/so/components/so-appc-orchestrator/requirements.yaml b/kubernetes/so/components/so-appc-orchestrator/requirements.yaml
index 1feea23842..fc268ad3fa 100755
--- a/kubernetes/so/components/so-appc-orchestrator/requirements.yaml
+++ b/kubernetes/so/components/so-appc-orchestrator/requirements.yaml
@@ -13,11 +13,11 @@
# limitations under the License.
dependencies:
- name: common
- version: ~6.x-0
+ version: ~7.x-0
# local reference to common chart, as it is
# a part of this chart's package and will not
# be published independently to a repo (at this point)
repository: '@local'
- name: soHelpers
- version: ~6.x-0
+ version: ~7.x-0
repository: 'file://../soHelpers'