Skip to content

Commit

Permalink
Merge pull request #55 from kubeslice-ent/release-v0.7.1
Browse files Browse the repository at this point in the history
adding new files for release-v0.7.1
  • Loading branch information
srinivas-avesha authored Oct 10, 2024
2 parents fe99dc6 + 847fbe2 commit 81bfdc8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/kubeslice-controller-egs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ dependencies:
repository: file://./charts/prometheus
version: 25.*.*
condition: kubeslice.prometheus.enabled
version: 0.7.0
appVersion: 0.7.0
version: 0.7.1
appVersion: 0.7.1
4 changes: 2 additions & 2 deletions charts/kubeslice-controller-egs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ egs:
# Image name for the gpr-manager
image: gpr-manager
# Image tag for the gpr-manager
tag: 0.7.0
tag: 0.7.1
imagePullPolicy: IfNotPresent
# Period for checking if there is queue processing needed (in seconds)
qmgrCheckPeriod: 60
Expand All @@ -130,7 +130,7 @@ egs:
# Image name for inventory-manager
image: inventory-manager
# Image tag for inventory-manager
tag: 0.7.0
tag: 0.7.1
imagePullPolicy: IfNotPresent
logLevel: INFO
service:
Expand Down
4 changes: 2 additions & 2 deletions charts/kubeslice-ui-egs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ keywords:
- application
kubeVersion: '>= 1.19.0-0'
home: https://avesha.io/products/product-slice
version: 0.7.0
appVersion: 0.7.0
version: 0.7.1
appVersion: 0.7.1
4 changes: 2 additions & 2 deletions charts/kubeslice-ui-egs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kubeslice:
pullPolicy: IfNotPresent
uiv2:
image: kubeslice-ui-v2-ent-egs
tag: 0.7.0
tag: 0.7.1
pullPolicy: IfNotPresent
dashboard:
image: kubeslice-kubernetes-dashboard
Expand All @@ -34,7 +34,7 @@ kubeslice:
# nodePort:
apigw:
image: kubeslice-api-gw-ent-egs
tag: 0.7.0
tag: 0.7.1
pullPolicy: IfNotPresent

workerinstaller:
Expand Down
4 changes: 2 additions & 2 deletions charts/kubeslice-worker-egs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ dependencies:
repository: file://./charts/netop
version: 0.2.0
condition: kubesliceNetworking.enabled
version: 0.7.0
appVersion: 0.7.0
version: 0.7.1
appVersion: 0.7.1
2 changes: 1 addition & 1 deletion charts/kubeslice-worker-egs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cluster:

aiops:
image: kube-aiops-operator
tag: 0.7.0
tag: 0.7.1
pullPolicy: IfNotPresent
logLevel: INFO

Expand Down

0 comments on commit 81bfdc8

Please sign in to comment.