Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Release RIC 6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-foxmoore committed Nov 21, 2023
2 parents b2b6bdd + 48e6c67 commit f54b9f5
Show file tree
Hide file tree
Showing 14 changed files with 870 additions and 789 deletions.
4 changes: 2 additions & 2 deletions config-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.1.10
version: 1.1.11

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.1.10
appVersion: 1.1.11
4 changes: 2 additions & 2 deletions dash-front-back-end/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 4.5.0
version: 4.5.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 4.5.0
appVersion: 4.5.1
2 changes: 0 additions & 2 deletions dash-front-back-end/templates/coreuiConfigMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ metadata:
{{- include "dash-front-back-end.labels" . | nindent 4 }}
data:
config.js: |
window.GRAFANA_URL = "{{ tpl .Values.config.grafanaURL . }}";
window.GRAFANA_PORT = "{{ tpl .Values.config.grafanaPort . }}";
window.API_URL = "{{ tpl .Values.config.apiUrl . }}";
window.WEBSOCKET_PORT = "{{ tpl .Values.config.websocketPort . }}";
2 changes: 0 additions & 2 deletions dash-front-back-end/templates/serverConfigMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ data:
"defaultServiceNamespace": "{{ tpl .Values.config.defaultServiceNamespace . }}",
"defaultOranNamespace": "{{ tpl .Values.config.defaultOranNamespace . }}",
"node_port": {{ .Values.service.port }},
"grafanaURL": "{{ tpl .Values.config.grafanaURL . }}",
"grafanaPort": "{{ .Values.config.grafanaPort }}",
"nodeApiURL": "{{ tpl .Values.config.nodeApiURL . }}",
"nodeApiPort": "{{ .Values.service.nodePort }}",
"kafkaURL": "{{ tpl .Values.config.kafkaUrl . }}",
Expand Down
17 changes: 9 additions & 8 deletions dash-front-back-end/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ initImage:
initConfig:
kafkaUrl: "{{ .Release.Name }}-acc-kafka.{{ .Release.Namespace }}:9092"
kafkaTopicsCheck: "accelleran.drax.4g.ric.raw.messages,accelleran.drax.4g.ric.raw.service_discovery,accelleran.drax.4g.ric.raw.ue_measurements,accelleran.drax.5g.ric.raw.cu_state,accelleran.drax.5g.ric.raw.ue_measurements,accelleran.drax.5g.ric.raw.pm_counters,accelleran.drax.5g.ric.raw.messages"
imagePullSecrets:

imagePullSecrets:
- name: accelleran-secret
nameOverride: ""
fullnameOverride: ""
Expand All @@ -36,10 +36,11 @@ serviceAccount:
# If not set and create is true, a name is generated using the fullname template
name:

podSecurityContext: {}
podSecurityContext:
{}
# fsGroup: 2000

securityContext:
securityContext:
# capabilities:
# drop:
# - ALL
Expand Down Expand Up @@ -69,7 +70,6 @@ config:
defaultServiceName: "{{ .Release.Name }}-dash-front-back-end"
defaultServiceNamespace: "default"
defaultOranNamespace: "default"
grafanaURL: "10.20.20.20"
grafanaPort: "30300"
nodeApiURL: "10.20.20.20"
nodePort: "30315"
Expand All @@ -88,7 +88,6 @@ config:
ksqldbPodName: "10.20.20.20"
ksqldbPort: "30533"
LteRadioControllerLabel: "4G-Radio-Controller"
apiUrl: "10.20.20.20"
websocketPort: "31316"
topologyExpired: 5000
kafkaTopics:
Expand All @@ -99,7 +98,8 @@ config:

ingress:
enabled: false
annotations: {}
annotations:
{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
Expand All @@ -110,7 +110,8 @@ ingress:
# hosts:
# - chart-example.local

resources: {}
resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,10 @@ <h2>Charts</h2>
<li>
<p>
ric
(<a href="https://accelleran.github.io/helm-charts/ric-6.5.1.tgz" title="https://accelleran.github.io/helm-charts/ric-6.5.1.tgz">
6.5.1
(<a href="https://accelleran.github.io/helm-charts/ric-6.5.2.tgz" title="https://accelleran.github.io/helm-charts/ric-6.5.2.tgz">
6.5.2
@
6.5.1
6.5.2
</a>)
</p>
</li>
Expand Down Expand Up @@ -582,6 +582,6 @@ <h2>Charts</h2>

</ul>
</section>
<time datetime="2023-11-17T12:37:51" pubdate id="generated">Fri Nov 17 2023 12:37:51PM CET&#43;01:00</time>
<time datetime="2023-11-21T15:07:26" pubdate id="generated">Tue Nov 21 2023 03:07:26PM CET&#43;01:00</time>
</body>
</html>
Loading

0 comments on commit f54b9f5

Please sign in to comment.