Skip to content

Commit

Permalink
upgrade orielodb addon to v1.0 API
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Rookie committed Dec 11, 2024
1 parent 03a8c5e commit b57a599
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addons-cluster/orioledb/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replicas: {{ max .Values.replicas 2 }}
{{- end }}

{{/*
Define postgresql ComponentSpec with ComponentDefinition.
Define orioledb ComponentSpec with ComponentDefinition.
*/}}
{{- define "orioledb-cluster.componentSpec" }}
clusterDef: orioledb
Expand Down
2 changes: 1 addition & 1 deletion addons-cluster/orioledb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terminationPolicy: Delete
##
version: 14.7.2

## @param mode postgresql cluster topology mode, standalone, replication
## @param mode orioledb cluster topology mode, standalone, replication
##
mode: replication

Expand Down
4 changes: 2 additions & 2 deletions addons/orioledb/templates/cmpv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ spec:
- compDefs:
- {{ include "orioledb.cmpdRegexPattern" . }}
releases:
- 14.7.2-beta1
- 14.7.2
releases:
- name: 14.7.2-beta1
- name: 14.7.2
changes:
serviceVersion: 14.7.2
images:
Expand Down

0 comments on commit b57a599

Please sign in to comment.