apiVersion: v2
description: ONAP Active and Available Inventory
name: aai
-version: 16.0.0
+version: 16.0.1
dependencies:
- name: common
version: ~13.x-0
repository: '@local'
- name: cassandra
- version: ~13.x-0
+ version: ~16.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)
apiVersion: v2
description: ONAP cassandra
name: cassandra
-version: 13.1.1
+version: 16.0.0
dependencies:
- name: common
enableServiceAccount: false
k8ssandraOperator:
- cassandraVersion: 4.1.6
+ cassandraVersion: 4.1.8
persistence:
#storageClassName: default
size: 10Gi
memory: 8Gi
reaper:
enabled: true
+ tag: 3.8.0
stargate:
enabled: false
tag: v1.0.77
apiVersion: v2
description: Common templates for inclusion in other charts
name: common
-version: 13.2.17
+version: 13.2.19
registry: {{ include "repositoryGenerator.dockerHubRepository" . }}
containerImage:
registry: {{ include "repositoryGenerator.dockerHubRepository" . }}
+ tag: {{ .Values.k8ssandraOperator.reaper.tag }}
autoScheduling:
enabled: true
metadata:
{{- $suffix := default "" .suffix -}}
{{- $labels := default (dict) .labels -}}
{{- $annotations := default (dict) .annotations -}}
+{{- $includeFullname := default "true" .includeFullname -}}
+{{- if eq ($includeFullname | lower) "true" -}}
name: {{ include "common.fullname" (dict "suffix" $suffix "dot" $dot )}}
+{{- else -}}
+name: {{ include "common.name" (dict "suffix" $suffix "dot" $dot )}}
+{{- end }}
namespace: {{ include "common.namespace" $dot }}
labels: {{- include "common.labels" (dict "labels" $labels "ignoreHelmChart" .ignoreHelmChart "dot" $dot ) | nindent 2 }}
{{- if $annotations }}
{{- define "common.templateMetadata" -}}
{{- $dot := default . .dot -}}
{{- $labels := default (dict) .labels -}}
+{{- $suffix := default "" .suffix -}}
{{- $annotations := default $dot.Values.podAnnotations .annotations -}}
{{- if $annotations}}
annotations: {{- include "common.tplValue" (dict "value" $annotations "context" $dot) | nindent 2 }}
{{- end }}
labels: {{- include "common.labels" (dict "labels" $labels "ignoreHelmChart" .ignoreHelmChart "dot" $dot) | nindent 2 }}
-name: {{ include "common.name" $dot }}
+name: {{ include "common.name" (dict "suffix" $suffix "dot" $dot )}}
{{- end -}}
- .prefix : add a prefix to the fullname
*/}}
{{- define "common.fullname" -}}
-{{- $dot := default . .dot -}}
-{{- $suffix := default "" .suffix -}}
-{{- $prefix := default "" .prefix -}}
+ {{- $dot := default . .dot -}}
+ {{- $suffix := default "" .suffix -}}
+ {{- $prefix := default "" .prefix -}}
{{- $name := default $dot.Chart.Name $dot.Values.nameOverride -}}
{{/* when linted, the name must be lower cased. When used from a component,
name should be overriden in order to avoid collision so no need to do it */}}
repository: '@local'
condition: aai.enabled
- name: cassandra
- version: ~13.x-0
+ version: ~16.x-0
repository: '@local'
condition: cassandra.enabled
- name: cds
apiVersion: v2
description: Service Design and Creation Umbrella Helm charts
name: sdc
-version: 13.0.6
+version: 13.0.7
dependencies:
- name: common
apiVersion: v2
description: ONAP Service Design and Creation Cassandra
name: sdc-cs
-version: 13.0.4
+version: 13.0.5
dependencies:
- name: common
version: ~13.x-0
repository: '@local'
- name: cassandra
- version: ~13.x-0
+ version: ~16.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)